diff options
Diffstat (limited to 'metadata/glsa/glsa-201405-08.xml')
-rw-r--r-- | metadata/glsa/glsa-201405-08.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201405-08.xml b/metadata/glsa/glsa-201405-08.xml new file mode 100644 index 000000000000..8640a9ff9ca5 --- /dev/null +++ b/metadata/glsa/glsa-201405-08.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201405-08"> + <title>ClamAV: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in ClamAV, the worst of + which could lead to arbitrary code execution. + </synopsis> + <product type="ebuild">clamav</product> + <announced>2014-05-16</announced> + <revised count="1">2014-05-16</revised> + <bug>462278</bug> + <bug>467710</bug> + <access>remote</access> + <affected> + <package name="app-antivirus/clamav" auto="yes" arch="*"> + <unaffected range="ge">0.98</unaffected> + <vulnerable range="lt">0.98</vulnerable> + </package> + </affected> + <background> + <p>Clam AntiVirus (ClamAV) is an anti-virus toolkit for UNIX, designed + especially for e-mail scanning on mail gateways. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in ClamAV. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker could send a specially crafted file, leading to + 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 ClamAV users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-antivirus/clamav-0.98" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2020">CVE-2013-2020</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2021">CVE-2013-2021</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-7087">CVE-2013-7087</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-7088">CVE-2013-7088</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-7089">CVE-2013-7089</uri> + </references> + <metadata tag="requester" timestamp="2013-09-11T04:06:14Z"> + creffett + </metadata> + <metadata tag="submitter" timestamp="2014-05-16T12:36:41Z"> + creffett + </metadata> +</glsa> |