diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-12 09:21:36 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-12 11:21:52 +0200 |
commit | a0da025e092e7afa71e7f4671f3b1868819a61da (patch) | |
tree | 65792d2a9e1909fdebfaab2443a974f740813e0f | |
parent | [ GLSA 202408-32 ] PHP: Multiple Vulnerabilities (diff) | |
download | glsa-a0da025e092e7afa71e7f4671f3b1868819a61da.tar.gz glsa-a0da025e092e7afa71e7f4671f3b1868819a61da.tar.bz2 glsa-a0da025e092e7afa71e7f4671f3b1868819a61da.zip |
[ GLSA 202408-33 ] protobuf-c: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/856043
Bug: https://bugs.gentoo.org/904423
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-33.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202408-33.xml b/glsa-202408-33.xml new file mode 100644 index 00000000..83ae515b --- /dev/null +++ b/glsa-202408-33.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-33"> + <title>protobuf-c: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in protobuf-c, the worst of which could result in denial of service.</synopsis> + <product type="ebuild">protobuf-c</product> + <announced>2024-08-12</announced> + <revised count="1">2024-08-12</revised> + <bug>856043</bug> + <bug>904423</bug> + <access>remote</access> + <affected> + <package name="dev-libs/protobuf-c" auto="yes" arch="*"> + <unaffected range="ge">1.4.1</unaffected> + <vulnerable range="lt">1.4.1</vulnerable> + </package> + </affected> + <background> + <p>protobuf-c is a protocol buffers implementation in C.</p> + </background> + <description> + <p>Multiple denial of service vulnerabilities have been discovered in protobuf-c.</p> + </description> + <impact type="low"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All protobuf-c users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/protobuf-c-1.4.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-33070">CVE-2022-33070</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-48468">CVE-2022-48468</uri> + </references> + <metadata tag="requester" timestamp="2024-08-12T09:21:36.523749Z">ajak</metadata> + <metadata tag="submitter" timestamp="2024-08-12T09:21:36.527843Z">graaff</metadata> +</glsa>
\ No newline at end of file |