CVE-2026-55407
Last modified
CVE-2026-55407 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| anthropics | buffa | < 0.8.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55407?
How severe is CVE-2026-55407?
How do I fix CVE-2026-55407?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55399CVE-2026-55399 is a resource exhaustion vulnerability in the…4.3
- CVE-2026-5540A vulnerability has been found in code-projects Simple Laund…7.3
- CVE-2026-55403datamodel-code-generator generates Python data models from s…3.7
- CVE-2026-55404yt-dlp and youtube-dl are command-line audio/video downloade…8.8
- CVE-2026-55405LangChain4j is a Java library for building LLM-powered appli…7.6
- CVE-2026-55406Buffa is a pure-Rust Protocol Buffers implementation with fi…5.9
- CVE-2026-55408Koodo Reader is an ebook reader. In version 2.3.0 and earlie…8.4
- CVE-2026-55409Filament is a collection of full-stack components for accele…7.6
- CVE-2026-5541A vulnerability was found in code-projects Simple Laundry Sy…4.3
- CVE-2026-55410NocoBase is an AI-powered no-code/low-code platform for buil…6.7
- CVE-2026-55411ToolJet is the open-source foundation am AI-native platform …6.8
- CVE-2026-55412ToolJet is the open-source foundation am AI-native platform …8.3
Are you affected by CVE-2026-55407?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
