← Back

Protobuf Kotlin

protobuf-kotlin

Vendor: Google • 3 CVEs

CVEs (3)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Google
Netapp
8Active Iq Unified Manager
BluexpOntap Tools+5 more
Jun 17, 2026
Sep 19, 2024
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unkn...Show more
Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields, creates unbounded recursions that can be abused by an attacker.Show less
2Fedoraproject
Google
6Fedora
Google ProtobufProtobuf Java+3 more
Jun 17, 2026
Oct 12, 2022
N/A· v4
7.5 HIGH· v3
N/A· v2
A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded me...Show more
A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted back-n-forth between mutable and immutable forms, resulting in potentially long garbage collection pauses. We recommend updating to the versions mentioned above.Show less
2Google
Oracle
7Communications Cloud Native Core Console
Communications Cloud Native Core Network Repository FunctionCommunications Cloud Native Core Policy+4 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by...Show more
An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions.Show less