VYPR

Protobuf

by Google

pypi: protobuf

Source repositories

CVEs (4)

  • CVE-2015-5237HigSep 25, 2017
    risk 0.58cvss 8.8epss 0.05

    protobuf allows remote authenticated attackers to cause a heap-based buffer overflow.

  • CVE-2026-0994HigJan 23, 2026
    risk 0.42cvss 7.5epss 0.00

    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…

  • CVE-2024-7254Sep 19, 2024
    risk 0.00cvss epss 0.03

    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…

  • CVE-2021-22570Jan 26, 2022
    risk 0.00cvss epss 0.03

    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…