diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201301-05.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201301-05.xml')
-rw-r--r-- | glsa-201301-05.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-201301-05.xml b/glsa-201301-05.xml new file mode 100644 index 000000000000..8bc8cfa11d89 --- /dev/null +++ b/glsa-201301-05.xml @@ -0,0 +1,54 @@ +<?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="201301-05"> + <title>bzip2: User-assisted execution of arbitrary code</title> + <synopsis>An integer overflow vulnerability has been found in bzip2 and could + result in execution of arbitrary code or Denial of Service. + </synopsis> + <product type="ebuild">bzip2</product> + <announced>January 09, 2013</announced> + <revised>January 09, 2013: 1</revised> + <bug>338215</bug> + <access>local</access> + <affected> + <package name="app-arch/bzip2" auto="yes" arch="*"> + <unaffected range="ge">1.0.6</unaffected> + <vulnerable range="lt">1.0.6</vulnerable> + </package> + </affected> + <background> + <p>bzip2 is a high-quality data compressor used extensively by Gentoo + Linux. + </p> + </background> + <description> + <p>An integer overflow vulnerability has been discovered in bzip2. Please + review the CVE identifier referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted + compressed file using bzip2, possibly resulting in execution of arbitrary + code with the privileges of the process, or a Denial of Service + condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All bzip2 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-arch/bzip2-1.0.6" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0405">CVE-2010-0405</uri> + </references> + <metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:37:01 +0000">craig</metadata> + <metadata tag="submitter" timestamp="Wed, 09 Jan 2013 00:39:55 +0000">craig</metadata> +</glsa> |