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 probability: 0.6%, top 57% of all CVEs by exploit prediction. 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(medium)
- EG Risk
- 29(Track)EG Risk 29/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity63% × 45%Exploitation1% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - 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 10× in last 7d / 10× 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-23 03:20 UTCEG score recompute
- 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
Related CVEs(same CWE)
Same CWE
10 shownCWE-400 · CWE-770
- CVE-2004-1464NVD 5.9EG 9.0 KEVEPSS 92%MEDIUM
- CVE-2006-1364NVD 7.5EG 8.2EPSS 99%HIGH
- CVE-2008-5180NVD 5.3EG 7.9EPSS 99%MEDIUM
- CVE-2007-20001EG 7.5HIGH
- CVE-2002-20001EG 7.5EPSS 98%HIGH
- CVE-2012-0785EG 7.5HIGH
- CVE-2012-5366EG 7.5HIGH
- CVE-2012-5365EG 7.5HIGH
- CVE-2012-5364EG 7.5EPSS 96%HIGH
- CVE-2012-5363EG 7.5HIGH
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.