VYPR

buffa

by Anthropic

CVEs (2)

  • CVE-2026-55407Jul 16, 2026
    risk 0.00cvss epss 0.00

    Buffa is a pure-Rust Protocol Buffers implementation with first-class protobuf editions support. Prior to 0.8.0, the decode_unknown_field function in buffa's protobuf decoder allocated heap memory in proportion to untrusted input (unknown fields in the serialized protobuf)…

  • CVE-2026-55406Jul 16, 2026
    risk 0.00cvss epss 0.00

    Buffa is a pure-Rust Protocol Buffers implementation with first-class protobuf editions support. Prior to 0.7.0, a soundness bug in the OwnedView type allowed safe Rust code to trigger a use-after-free: the OwnedView::decode constructor transmuted a borrowed slice to &'static…