diff options
author | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
---|---|---|
committer | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
commit | 7a6bf8effcade2d8cb9a38b299711e951d1ca44c (patch) | |
tree | b19cbd9ab942932fba6713c20410c7c5d61b1b4b /xml/htdocs/security/en/glsa/glsa-200604-06.xml | |
parent | Commit images from cvs into git. (diff) | |
download | www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.gz www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.bz2 www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.zip |
Add main/ proj/ rdf/ security/
Purge commited CVS dirs in images.
Don't add more CVS dirs
Diffstat (limited to 'xml/htdocs/security/en/glsa/glsa-200604-06.xml')
-rw-r--r-- | xml/htdocs/security/en/glsa/glsa-200604-06.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/xml/htdocs/security/en/glsa/glsa-200604-06.xml b/xml/htdocs/security/en/glsa/glsa-200604-06.xml new file mode 100644 index 00000000..892c19c8 --- /dev/null +++ b/xml/htdocs/security/en/glsa/glsa-200604-06.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="200604-06"> + <title>ClamAV: Multiple vulnerabilities</title> + <synopsis> + ClamAV contains multiple vulnerabilities that could lead to remote + execution of arbitrary code or cause an application crash. + </synopsis> + <product type="ebuild">clamav</product> + <announced>April 07, 2006</announced> + <revised>April 07, 2006: 01</revised> + <bug>128963</bug> + <access>remote</access> + <affected> + <package name="app-antivirus/clamav" auto="yes" arch="*"> + <unaffected range="ge">0.88.1</unaffected> + <vulnerable range="lt">0.88.1</vulnerable> + </package> + </affected> + <background> + <p> + ClamAV is a GPL virus scanner. + </p> + </background> + <description> + <p> + ClamAV contains format string vulnerabilities in the logging code + (CVE-2006-1615). Furthermore Damian Put discovered an integer overflow + in ClamAV's PE header parser (CVE-2006-1614) and David Luyer discovered + that ClamAV can be tricked into performing an invalid memory access + (CVE-2006-1630). + </p> + </description> + <impact type="high"> + <p> + By sending a malicious attachment to a mail server running ClamAV, + a remote attacker could cause a Denial of Service or the execution of + arbitrary code. Note that the overflow in the PE header parser is only + exploitable when the ArchiveMaxFileSize option is disabled. + </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.88.1"</code> + </resolution> + <references> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1614">CVE-2006-1614</uri> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1615">CVE-2006-1615</uri> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1630">CVE-2006-1630</uri> + </references> + <metadata tag="submitter" timestamp="Thu, 06 Apr 2006 18:09:01 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Fri, 07 Apr 2006 19:35:00 +0000"> + vorlon078 + </metadata> +</glsa> |