diff options
Diffstat (limited to 'metadata/glsa/glsa-200405-01.xml')
-rw-r--r-- | metadata/glsa/glsa-200405-01.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200405-01.xml b/metadata/glsa/glsa-200405-01.xml new file mode 100644 index 000000000000..62aaec31a3f4 --- /dev/null +++ b/metadata/glsa/glsa-200405-01.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200405-01"> + <title>Multiple format string vulnerabilities in neon 0.24.4 and earlier</title> + <synopsis> + There are multiple format string vulnerabilities in libneon which may allow + a malicious WebDAV server to execute arbitrary code. + </synopsis> + <product type="ebuild">neon</product> + <announced>May 09, 2004</announced> + <revised>May 09, 2004: 01</revised> + <bug>48448</bug> + <access>remote </access> + <affected> + <package name="net-misc/neon" auto="yes" arch="*"> + <unaffected range="ge">0.24.5</unaffected> + <vulnerable range="le">0.24.4</vulnerable> + </package> + </affected> + <background> + <p> + neon provides an HTTP and WebDAV client library. + </p> + </background> + <description> + <p> + There are multiple format string vulnerabilities in libneon which may allow + a malicious WebDAV server to execute arbitrary code under the context of + the process using libneon. + </p> + </description> + <impact type="normal"> + <p> + An attacker may be able to execute arbitrary code under the context of the + process using libneon. + </p> + </impact> + <workaround> + <p> + A workaround is not currently known for this issue. All users are advised + to upgrade to the latest version of the affected package. + </p> + </workaround> + <resolution> + <p> + Neon users should upgrade to version 0.24.5 or later: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-misc/neon-0.24.5" + # emerge ">=net-misc/neon-0.24.5"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0179">CVE</uri> + </references> + <metadata tag="submitter"> + klieber + </metadata> +</glsa> |