diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-01-11 05:32:20 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-01-11 05:32:20 +0000 |
commit | 2a3cf2fe07454caf7bca94982256c24e88d1420b (patch) | |
tree | 2e2c13570101836a4e3664dfb881c5ec2ca6b791 /metadata/glsa/glsa-202301-09.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202301-09 ] protobuf-java: Denial of Service (diff) | |
download | gentoo-2a3cf2fe07454caf7bca94982256c24e88d1420b.tar.gz gentoo-2a3cf2fe07454caf7bca94982256c24e88d1420b.tar.bz2 gentoo-2a3cf2fe07454caf7bca94982256c24e88d1420b.zip |
Merge commit 'da9b5483883fcc611753d44d34c0ede9188ce21c'
Diffstat (limited to 'metadata/glsa/glsa-202301-09.xml')
-rw-r--r-- | metadata/glsa/glsa-202301-09.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202301-09.xml b/metadata/glsa/glsa-202301-09.xml new file mode 100644 index 000000000000..eb192eec70b8 --- /dev/null +++ b/metadata/glsa/glsa-202301-09.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202301-09"> + <title>protobuf-java: Denial of Service</title> + <synopsis>A vulnerability has been discovered in protobuf-java which could result in denial of service.</synopsis> + <product type="ebuild">protobuf-java</product> + <announced>2023-01-11</announced> + <revised count="1">2023-01-11</revised> + <bug>876903</bug> + <access>remote</access> + <affected> + <package name="dev-java/protobuf-java" auto="yes" arch="*"> + <unaffected range="ge">3.20.3</unaffected> + <vulnerable range="lt">3.20.3</vulnerable> + </package> + </affected> + <background> + <p>protobuf-java contains the Java bindings for Google's Protocol Buffers.</p> + </background> + <description> + <p>Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted back and forth between mutable and immutable forms, resulting in potentially long garbage collection pauses.</p> + </description> + <impact type="low"> + <p>Crafted input can trigger a denial of service via long garbage collection pauses.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All protobuf-java users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/protobuf-java-3.20.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3171">CVE-2022-3171</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3509">CVE-2022-3509</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3510">CVE-2022-3510</uri> + </references> + <metadata tag="requester" timestamp="2023-01-11T05:19:53.039305Z">ajak</metadata> + <metadata tag="submitter" timestamp="2023-01-11T05:19:53.043563Z">ajak</metadata> +</glsa>
\ No newline at end of file |