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 probability: 0.2%, top 91% 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
- 5.9
- EG Score
- 5.9(medium)
- EG Risk
- 27(Track)EG Risk 27/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 computedSeverity59% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 9%
- 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-wghhVendor Advisories for CVE-2026-55406(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
crates.io(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| buffa | — | 0.7.0 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 44× 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-09-11 14:53 UTCEPSS rescore
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-08 00:30 UTCEG score recompute
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-05 20:39 UTCEG score recompute
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-01 13:54 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-08-31 04:31 UTCEG score recompute
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 03:34 UTCEG score recompute
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-28 21:41 UTCEPSS rescore
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-27 13:45 UTCEG score recompute
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-26 12:44 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 11:49 UTCEG score recompute
- 2026-08-24 10:57 UTCEG score recompute
- 2026-08-23 10:08 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
Show 62 moreShow fewer
- 2026-08-22 09:18 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 08:29 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 07:40 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 06:51 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-18 05:56 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 04:46 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:57 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 03:09 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 02:20 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 01:31 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-12 00:43 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 23:06 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 22:18 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-06 20:41 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 19:53 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 19:04 UTCEG score recompute
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 10:39 UTCEPSS rescore
- 2026-08-03 18:15 UTCEG score recompute
- 2026-08-03 10:36 UTCEPSS rescore
- 2026-08-02 17:14 UTCEG score recompute
- 2026-08-02 02:27 UTCEPSS rescore
- 2026-08-01 16:25 UTCEG score recompute
- 2026-08-01 04:16 UTCEPSS rescore
- 2026-07-31 15:36 UTCEG score recompute
- 2026-07-30 16:28 UTCEPSS rescore
- 2026-07-30 14:44 UTCEG score recompute
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-29 13:55 UTCEG score recompute
- 2026-07-28 15:37 UTCEPSS rescore
- 2026-07-28 13:06 UTCEG score recompute
- 2026-07-27 12:14 UTCEG score recompute
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 11:25 UTCEG score recompute
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 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:30 UTCEG score recompute
- 2026-07-16 16:28 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
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
See which npm, PyPI, Go, and Maven packages are affected by 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.