diff options
-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 |