CVE-2024-7254
- EPSS 0.08%
- Published 19.09.2024 01:15:10
- Last modified 26.09.2025 17:10:19
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 DiscardUnknown...
CVE-2024-2410
- EPSS 0.05%
- Published 03.05.2024 13:15:21
- Last modified 22.07.2025 21:05:38
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...
CVE-2021-22570
- EPSS 0.15%
- Published 26.01.2022 14:15:08
- Last modified 21.11.2024 05:50:20
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...
CVE-2015-5237
- EPSS 0.76%
- Published 25.09.2017 17:29:00
- Last modified 20.04.2025 01:37:25
protobuf allows remote authenticated attackers to cause a heap-based buffer overflow.