diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200704-21.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200704-21.xml')
-rw-r--r-- | glsa-200704-21.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/glsa-200704-21.xml b/glsa-200704-21.xml new file mode 100644 index 000000000000..accb406ab7ef --- /dev/null +++ b/glsa-200704-21.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200704-21"> + <title>ClamAV: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities have been discovered in ClamAV allowing for the + remote execution of arbitrary code. + </synopsis> + <product type="ebuild">ClamAV</product> + <announced>April 24, 2007</announced> + <revised>April 24, 2007: 01</revised> + <bug>174375</bug> + <access>remote</access> + <affected> + <package name="app-antivirus/clamav" auto="yes" arch="*"> + <unaffected range="ge">0.90.2</unaffected> + <vulnerable range="lt">0.90.2</vulnerable> + </package> + </affected> + <background> + <p> + ClamAV is a GPL virus scanner. + </p> + </background> + <description> + <p> + iDefense Labs have reported a stack-based buffer overflow in the + cab_unstore() function when processing negative values in .cab files. + Multiple file descriptor leaks have also been reported in chmunpack.c, + pdf.c and dblock.c when processing .chm files. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could send a specially crafted CHM file to the + scanner, possibly resulting in the remote execution of arbitrary code + with the privileges of the user running ClamAV. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All ClamAV users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-antivirus/clamav-0.90.2"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1745">CVE-2007-1745</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1997">CVE-2007-1997</uri> + </references> + <metadata tag="requester" timestamp="Sat, 14 Apr 2007 22:33:19 +0000"> + falco + </metadata> + <metadata tag="submitter" timestamp="Thu, 19 Apr 2007 10:34:20 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Sun, 22 Apr 2007 20:58:42 +0000"> + falco + </metadata> +</glsa> |