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.
CVE-2026-55407
This medium-severity CVE scores 6.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.3
- EG Score
- 6.3(low)
- EG Risk
- —
- EPSS
- 43.5%
- KEV
- Not listed
Published
July 16, 2026
Last Modified
July 16, 2026
Advisory Details (3)
Auto-updated Jul 16, 2026v0.8.0
Patch available: anthropics/buffa v0.8.0
https://github.com/anthropics/buffa/releases/tag/v0.8.0decode: limit unknown fields to bound memory amplification (owned, dynamic, and view paths)
Fix merged in anthropics/buffa PR #184 on 2026-06-11 — awaiting tagged release
https://github.com/anthropics/buffa/pull/184Memory Exhaustion Denial of Service in decode_unknown_field via Unbounded Allocation · Advisory · anthropics/buffa · GitHub
https://github.com/anthropics/buffa/security/advisories/GHSA-f9qc-qg88-7pq5Weakness Classification(3)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 9× in last 7d / 9× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 02:29 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 16:29 UTCEG score recompute
- 2026-07-16 16:28 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-55407?
When was CVE-2026-55407 disclosed?
Is CVE-2026-55407 actively exploited?
What is the CVSS score of CVE-2026-55407?
How do I remediate CVE-2026-55407?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-55407
Is Your Infrastructure Affected by CVE-2026-55407?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.