diff options
author | 2019-03-10 20:24:05 +0000 | |
---|---|---|
committer | 2019-03-10 20:24:05 +0000 | |
commit | 2e1303a70c9f31f5b19a76912dda3cafc869d2b9 (patch) | |
tree | 899e1ee88fbd433739a2472c5a10b7276b3d9a8a /metadata | |
parent | 2019-03-10 20:04:15 UTC (diff) | |
parent | [ GLSA 201903-05 ] Tar: Denial of Service (diff) | |
download | gentoo-2e1303a70c9f31f5b19a76912dda3cafc869d2b9.tar.gz gentoo-2e1303a70c9f31f5b19a76912dda3cafc869d2b9.tar.bz2 gentoo-2e1303a70c9f31f5b19a76912dda3cafc869d2b9.zip |
Merge commit '640b1df113825d7600a766cf1c1e4c421370f3dc'
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/glsa/glsa-201903-05.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201903-05.xml b/metadata/glsa/glsa-201903-05.xml new file mode 100644 index 000000000000..106046f3f707 --- /dev/null +++ b/metadata/glsa/glsa-201903-05.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201903-05"> + <title>Tar: Denial of Service</title> + <synopsis>A vulnerability in Tar could led to a Denial of Service condition.</synopsis> + <product type="ebuild">tar</product> + <announced>2019-03-10</announced> + <revised count="1">2019-03-10</revised> + <bug>674210</bug> + <access>local</access> + <affected> + <package name="app-arch/tar" auto="yes" arch="*"> + <unaffected range="ge">1.30-r1</unaffected> + <vulnerable range="lt">1.30-r1</vulnerable> + </package> + </affected> + <background> + <p>The Tar program provides the ability to create and manipulate tar + archives. + </p> + </background> + <description> + <p>The sparse_dump_region function in sparse.c file in Tar allows an + infinite loop using the --sparse option. + </p> + </description> + <impact type="normal"> + <p>A local attacker could cause a Denial of Service condition by modifying + a file that is supposed to be archived by a different user’s process + (e.g., a system backup running as root). + </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 ">=app-arch/tar-1.30-r1" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-20482">CVE-2018-20482</uri> + </references> + <metadata tag="requester" timestamp="2019-03-10T16:20:01Z">Zlogene</metadata> + <metadata tag="submitter" timestamp="2019-03-10T20:04:34Z">Zlogene</metadata> +</glsa> |