diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-201111-11.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-201111-11.xml')
-rw-r--r-- | metadata/glsa/glsa-201111-11.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201111-11.xml b/metadata/glsa/glsa-201111-11.xml new file mode 100644 index 000000000000..4b3579d85d9f --- /dev/null +++ b/metadata/glsa/glsa-201111-11.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201111-11"> + <title>GNU Tar: User-assisted execution of arbitrary code</title> + <synopsis>A buffer overflow flaw in GNU Tar could result in execution of + arbitrary code or a Denial of Service. + </synopsis> + <product type="ebuild">tar</product> + <announced>November 20, 2011</announced> + <revised>November 20, 2011: 1</revised> + <bug>313333</bug> + <access>remote</access> + <affected> + <package name="app-arch/tar" auto="yes" arch="*"> + <unaffected range="ge">1.23</unaffected> + <vulnerable range="lt">1.23</vulnerable> + </package> + </affected> + <background> + <p>GNU Tar is a utility to create archives as well as add and extract files + from archives. + </p> + </background> + <description> + <p>GNU Tar is vulnerable to a boundary error in the rmt_read__ function in + lib/rtapelib.c, which could cause a heap-based buffer overflow. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice the user to load a specially crafted + archive, possibly resulting in the execution of arbitrary code or a + Denial of Service. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GNU Tar users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-arch/tar-1.23" + </code> + + <p>NOTE: This is a legacy GLSA. Updates for all affected architectures are + available since July 18, 2010. It is likely that your system is already + no longer affected by this issue. + </p> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0624">CVE-2010-0624</uri> + </references> + <metadata timestamp="Fri, 07 Oct 2011 23:37:10 +0000" tag="requester"> + underling + </metadata> + <metadata timestamp="Sun, 20 Nov 2011 17:56:56 +0000" tag="submitter">ackle</metadata> +</glsa> |