diff options
Diffstat (limited to 'metadata/glsa/glsa-200802-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200802-09.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200802-09.xml b/metadata/glsa/glsa-200802-09.xml new file mode 100644 index 000000000000..56325c776a3a --- /dev/null +++ b/metadata/glsa/glsa-200802-09.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200802-09"> + <title>ClamAV: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities in ClamAV may result in the remote execution of + arbitrary code. + </synopsis> + <product type="ebuild">clamav</product> + <announced>2008-02-21</announced> + <revised count="01">2008-02-21</revised> + <bug>209915</bug> + <access>remote</access> + <affected> + <package name="app-antivirus/clamav" auto="yes" arch="*"> + <unaffected range="ge">0.92.1</unaffected> + <vulnerable range="lt">0.92.1</vulnerable> + </package> + </affected> + <background> + <p> + Clam AntiVirus is a free anti-virus toolkit for UNIX, designed + especially for e-mail scanning on mail gateways. + </p> + </background> + <description> + <p> + An integer overflow has been reported in the "cli_scanpe()" function in + file libclamav/pe.c (CVE-2008-0318). Another unspecified vulnerability + has been reported in file libclamav/mew.c (CVE-2008-0728). + </p> + </description> + <impact type="high"> + <p> + A remote attacker could entice a user or automated system to scan a + specially crafted file, possibly leading to the execution of arbitrary + code with the privileges of the user running ClamAV (either a system + user or the "clamav" user if clamd is compromised). + </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.92.1"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0318">CVE-2008-0318</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0728">CVE-2008-0728</uri> + </references> + <metadata tag="requester" timestamp="2008-02-19T20:13:32Z"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="2008-02-19T20:14:59Z"> + p-y + </metadata> + <metadata tag="submitter" timestamp="2008-02-19T21:50:12Z"> + p-y + </metadata> +</glsa> |