diff options
Diffstat (limited to 'metadata/glsa/glsa-201309-17.xml')
-rw-r--r-- | metadata/glsa/glsa-201309-17.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201309-17.xml b/metadata/glsa/glsa-201309-17.xml new file mode 100644 index 000000000000..42c7bc34572b --- /dev/null +++ b/metadata/glsa/glsa-201309-17.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201309-17"> + <title>Monkey HTTP Daemon: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Monkey HTTP + Daemon, the worst of which could result in arbitrary code execution. + </synopsis> + <product type="ebuild">monkeyd</product> + <announced>2013-09-25</announced> + <revised>2013-09-25: 1</revised> + <bug>471906</bug> + <bug>472400</bug> + <bug>472644</bug> + <access>remote</access> + <affected> + <package name="www-servers/monkeyd" auto="yes" arch="*"> + <unaffected range="ge">1.2.2</unaffected> + <vulnerable range="lt">1.2.2</vulnerable> + </package> + </affected> + <background> + <p>Monkey HTTP Daemon is a lightweight and powerful web server for + GNU/Linux. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Monkey HTTP Daemon. + Please review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker could send a specially crafted request, resulting in + possible arbitrary code execution or a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Monkey HTTP Daemon users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-servers/monkeyd-1.2.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2163">CVE-2013-2163</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-3724">CVE-2013-3724</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-3843">CVE-2013-3843</uri> + </references> + <metadata tag="requester" timestamp="2013-08-23T09:57:28Z"> + pinkbyte + </metadata> + <metadata tag="submitter" timestamp="2013-09-25T16:51:51Z"> + creffett + </metadata> +</glsa> |