Google Protobuf vulnerabilities
5 known vulnerabilities affecting google/protobuf.
Total CVEs
5
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH3MEDIUM1
Vulnerabilities
Page 1 of 1
CVE-2026-0994HIGHCVSS 8.2≤ 33.42026-01-23
CVE-2026-0994 [HIGH] CWE-674 CVE-2026-0994: A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python,
A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.
Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the i
nvd
CVE-2024-7254HIGHCVSS 8.7fixed in 3.25.5≥ 4.0.0, < 4.27.5+1 more2024-09-19
CVE-2024-7254 [HIGH] CWE-400 CVE-2024-7254: Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested gro
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 t
nvd
CVE-2024-2410CRITICALCVSS 9.8≥ 4.22.0, < 4.25.02024-05-03
CVE-2024-2410 [HIGH] CWE-416 CVE-2024-2410: The JsonToBinaryStream() function is part of the protocol buffers C++ implementation and is used to
The JsonToBinaryStream() function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed.
nvd
CVE-2021-22570MEDIUMCVSS 5.5fixed in 3.15.02022-01-26
CVE-2021-22570 [MEDIUM] CWE-476 CVE-2021-22570: Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly,
Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly, leading to an unchecked call into the proto file's name during generation of the resulting error message. Since the symbol is incorrectly parsed, the file is nullptr. We recommend upgrading to version 3.15.0 or greater.
ghsanvdosv
CVE-2015-5237HIGHCVSS 8.8≤ 3.1.02017-09-25
CVE-2015-5237 [HIGH] CWE-787 CVE-2015-5237: protobuf allows remote authenticated attackers to cause a heap-based buffer overflow.
protobuf allows remote authenticated attackers to cause a heap-based buffer overflow.
nvdosv