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 [u8], and the Deref implementation exposed the promoted 'static lifetime on borrowed view fields (such as &'static str and &'static [u8]) to callers, so the borrow checker permitted those references to outlive the OwnedView; once the OwnedView was dropped and its backing buffer freed, the references became dangling, enabling memory corruption, information disclosure of freed heap contents, and cross-thread misuse without any unsafe code in the calling application. This issue is fixed in version 0.7.0.
CVE-2026-55406
This medium-severity CVE scores 5.9 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
- 5.9
- EG Score
- 5.9(low)
- EG Risk
- —
- EPSS
- 2.8%
- KEV
- Not listed
Published
July 16, 2026
Last Modified
July 16, 2026
Advisory Details (4)
Auto-updated Jul 16, 2026v0.7.0
Patch available: anthropics/buffa v0.7.0
https://github.com/anthropics/buffa/releases/tag/v0.7.0commit 7dcf50a1a40e (anthropics/buffa)
Fix landed in anthropics/buffa commit 7dcf50a1a40e — awaiting tagged release
https://github.com/anthropics/buffa/commit/7dcf50a1a40eca6ed8d6c6dd59f4310aa0d68b0eOwnedView: remove Deref, add generated FooOwnedView accessor wrappers
Fix merged in anthropics/buffa PR #154 on 2026-05-28 — awaiting tagged release
https://github.com/anthropics/buffa/pull/154Use-After-Free in OwnedView via Unsound 'static Lifetime Promotion in Deref · Advisory · anthropics/buffa · GitHub
https://github.com/anthropics/buffa/security/advisories/GHSA-9pwq-gcrx-wghhWeakness Classification(2)
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:30 UTCEG score recompute
- 2026-07-16 16:28 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-200
Frequently asked(5)
What is CVE-2026-55406?
When was CVE-2026-55406 disclosed?
Is CVE-2026-55406 actively exploited?
What is the CVSS score of CVE-2026-55406?
How do I remediate CVE-2026-55406?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-55406
Is Your Infrastructure Affected by CVE-2026-55406?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.