summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2016-11-22 21:00:44 +0900
committerAaron Bauman <bman@gentoo.org>2016-11-22 21:00:44 +0900
commit717e69b62d7bbe6d3c95e29bb289472211afe032 (patch)
treeee8b5ff661bf4e2ea62627d165b99c699b59d762 /glsa-201611-19.xml
parentAdd GLSA 201611-18 (diff)
downloadglsa-717e69b62d7bbe6d3c95e29bb289472211afe032.tar.gz
glsa-717e69b62d7bbe6d3c95e29bb289472211afe032.tar.bz2
glsa-717e69b62d7bbe6d3c95e29bb289472211afe032.zip
Add GLSA 201611-19
Diffstat (limited to 'glsa-201611-19.xml')
-rw-r--r--glsa-201611-19.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-201611-19.xml b/glsa-201611-19.xml
new file mode 100644
index 00000000..c615310c
--- /dev/null
+++ b/glsa-201611-19.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201611-19">
+ <title>Tar: Extract pathname bypass</title>
+ <synopsis>A path traversal attack in Tar may lead to the remote execution of
+ arbitrary code.
+ </synopsis>
+ <product type="ebuild">tar</product>
+ <announced>November 22, 2016</announced>
+ <revised>November 22, 2016: 2</revised>
+ <bug>598334</bug>
+ <access>remote</access>
+ <affected>
+ <package name="app-arch/tar" auto="yes" arch="*">
+ <unaffected range="ge">1.29-r1</unaffected>
+ <vulnerable range="lt">1.29-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>The Tar program provides the ability to create and manipulate tar
+ archives.
+ </p>
+ </background>
+ <description>
+ <p>Tar attempts to avoid path traversal attacks by removing offending parts
+ of the element name at extract. This sanitizing leads to a vulnerability
+ where the attacker can bypass the path name(s) specified on the command
+ line.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>The attacker can create a crafted tar archive that, if extracted by the
+ victim, replaces files and directories the victim has access to in the
+ target directory, regardless of the path name(s) specified on the command
+ line.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Tar users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=app-arch/tar-1.29-r1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6321">CVE-2016-6321</uri>
+ </references>
+ <metadata tag="requester" timestamp="Fri, 11 Nov 2016 06:05:11 +0000">b-man</metadata>
+ <metadata tag="submitter" timestamp="Tue, 22 Nov 2016 11:59:11 +0000">b-man</metadata>
+</glsa>