Skip to content

Commit 16757d0

Browse files
authored
chore: Fix CVE-2024-7254: Overview com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. Affected versions of this package are vulnerable to Stack-based Buffer Overflow via the parsing of nested groups or series of SGROUP tags as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields. An attacker can cause infinite recursion by sending malicious Protocol Buffer data. Signed-off-by: Spolti <fspolti@redhat.com>
1 parent ff9ef77 commit 16757d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- netty versions kept in sync with grpc's deps -->
6060
<netty-version>4.1.107.Final</netty-version>
6161
<netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
62-
<protobuf-version>3.25.3</protobuf-version>
62+
<protobuf-version>3.25.5</protobuf-version>
6363
<gson-version>2.10.1</gson-version>
6464
<slf4j-version>1.7.36</slf4j-version>
6565
<junit-version>4.13.2</junit-version>

0 commit comments

Comments
 (0)