diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-12 07:19:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-12 09:19:23 +0200 |
commit | 8dbea06fcd82915bad1507b8a173c13ee523a34f (patch) | |
tree | a786d235c5463464a8e86a5ea8311103cca269d5 | |
parent | [ GLSA 202408-29 ] MuPDF: Multiple Vulnerabilities (diff) | |
download | glsa-8dbea06fcd82915bad1507b8a173c13ee523a34f.tar.gz glsa-8dbea06fcd82915bad1507b8a173c13ee523a34f.tar.bz2 glsa-8dbea06fcd82915bad1507b8a173c13ee523a34f.zip |
[ GLSA 202408-30 ] dpkg: Directory Traversal
Bug: https://bugs.gentoo.org/847976
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-30.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202408-30.xml b/glsa-202408-30.xml new file mode 100644 index 00000000..5acd36cb --- /dev/null +++ b/glsa-202408-30.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-30"> + <title>dpkg: Directory Traversal</title> + <synopsis>A vulnerability has been discovered in dpkg, which allows for directory traversal.</synopsis> + <product type="ebuild">dpkg</product> + <announced>2024-08-12</announced> + <revised count="1">2024-08-12</revised> + <bug>847976</bug> + <access>local</access> + <affected> + <package name="app-arch/dpkg" auto="yes" arch="*"> + <unaffected range="ge">1.20.9-r1</unaffected> + <vulnerable range="lt">1.20.9-r1</vulnerable> + </package> + </affected> + <background> + <p>Debian package management system.</p> + </background> + <description> + <p>Please review the CVE indentifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Dpkg::Source::Archive in dpkg, the Debian package management system, is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All dpkg users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-arch/dpkg-1.20.9-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-1664">CVE-2022-1664</uri> + </references> + <metadata tag="requester" timestamp="2024-08-12T07:19:16.088421Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-12T07:19:16.091312Z">graaff</metadata> +</glsa>
\ No newline at end of file |