VYPR

buffa

by Anthropic

Source repositories

CVEs (2)

  • CVE-2026-55407MedJul 16, 2026
    risk 0.34cvss epss 0.01

    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-55406MedJul 16, 2026
    risk 0.31cvss 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…