← Back

Protobuf

protobuf

Vendor: Google • 5 CVEs

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Google
1Protobuf
Jul 15, 2026
Jan 23, 2026
8.2 HIGH· v4
7.5 HIGH· v3
N/A· v2
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 r...Show more
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 intended recursion limit, eventually exhausting Python’s recursion stack and causing a RecursionError.Show less
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
1Google
1Protobuf
Jun 17, 2026
May 3, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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 re...Show more
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.  Show less
5Debian
FedoraprojectGoogle+2 more
8Active Iq Unified Manager
Debian LinuxFedora+5 more
Jun 17, 2026
Jan 26, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
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 sym...Show more
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.Show less
1Google
1Protobuf
May 13, 2026
Sep 25, 2017
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
protobuf allows remote authenticated attackers to cause a heap-based buffer overflow.