๐Ÿ” CVE Alert

CVE-2026-55407

UNKNOWN 0.0

Buffa: Memory Exhaustion Denial of Service in decode_unknown_field via Unbounded Allocation

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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) without enforcing an allocation budget, affecting any message decoded from untrusted input using code generated with preserve_unknown_fields=true (the default); a small, well-formed payload of nested unknown fields inside a StartGroup could trigger roughly 22x memory amplification (for example a 64 MiB input forcing about 1.4 GB of heap allocation), and length-delimited unknown fields could be sized arbitrarily, so an unauthenticated attacker could crash a process through memory exhaustion because the top-level message size cap did not account for in-decode amplification. This issue is fixed in version 0.8.0.

CWE CWE-400 CWE-770 CWE-789
Vendor anthropics
Product buffa
Published Jul 16, 2026
Stay Ahead of the Next One

Get instant alerts for anthropics buffa

Be the first to know when new unknown vulnerabilities affecting anthropics buffa are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

anthropics / buffa
< 0.8.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/anthropics/buffa/security/advisories/GHSA-f9qc-qg88-7pq5 github.com: https://github.com/anthropics/buffa/pull/184 github.com: https://github.com/anthropics/buffa/commit/278fa43fcff661d4ee6bd83b75955a153d4281fc github.com: https://github.com/anthropics/buffa/releases/tag/v0.8.0