diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-08-12 07:34:09 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-08-12 07:34:09 +0000 |
commit | 6396417b7c4c65ffce44b65bcac7e936483b1cfc (patch) | |
tree | 7d03d9d236605d21970d69adea7e4bf9b629f672 /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202408-31 ] protobuf, protobuf-python: Denial of Service (diff) | |
download | gentoo-6396417b7c4c65ffce44b65bcac7e936483b1cfc.tar.gz gentoo-6396417b7c4c65ffce44b65bcac7e936483b1cfc.tar.bz2 gentoo-6396417b7c4c65ffce44b65bcac7e936483b1cfc.zip |
Merge commit '2f6aff36eb5357a44986d0796e5e12a82f047517'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-202408-30.xml | 42 | ||||
-rw-r--r-- | metadata/glsa/glsa-202408-31.xml | 47 |
2 files changed, 89 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202408-30.xml b/metadata/glsa/glsa-202408-30.xml new file mode 100644 index 000000000000..5acd36cb1c0d --- /dev/null +++ b/metadata/glsa/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 diff --git a/metadata/glsa/glsa-202408-31.xml b/metadata/glsa/glsa-202408-31.xml new file mode 100644 index 000000000000..a12aaf308106 --- /dev/null +++ b/metadata/glsa/glsa-202408-31.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-31"> + <title>protobuf, protobuf-python: Denial of Service</title> + <synopsis>A vulnerability has been discovered in protobuf and protobuf-python, which can lead to a denial of service.</synopsis> + <product type="ebuild">protobuf,protobuf-python</product> + <announced>2024-08-12</announced> + <revised count="1">2024-08-12</revised> + <bug>872434</bug> + <access>local</access> + <affected> + <package name="dev-libs/protobuf" auto="yes" arch="*"> + <unaffected range="ge">3.20.3</unaffected> + <vulnerable range="lt">3.20.3</vulnerable> + </package> + <package name="dev-python/protobuf-python" auto="yes" arch="*"> + <unaffected range="ge">3.19.6</unaffected> + <vulnerable range="lt">3.19.6</vulnerable> + </package> + </affected> + <background> + <p>Google's Protocol Buffers are an extensible mechanism for serializing structured data.</p> + </background> + <description> + <p>A vulnerability has been discovered in protobuf and protobuf-python. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>A parsing vulnerability for the MessageSet type can lead to out of memory failures. A specially crafted message with multiple key-value per elements creates parsing issues, and can lead to a Denial of Service against services receiving unsanitized input.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All protobuf and protobuf-python users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/protobuf-3.20.3" + # emerge --ask --oneshot --verbose ">=dev-python/protobuf-python-3.19.6" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-1941">CVE-2022-1941</uri> + </references> + <metadata tag="requester" timestamp="2024-08-12T07:20:36.807024Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-12T07:20:36.811154Z">graaff</metadata> +</glsa>
\ No newline at end of file |