CVE-2026-55406
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
buffacrates.io | < 0.7.0 | 0.7.0 |
Affected products
1Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-9pwq-gcrx-wghhghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-55406ghsaADVISORY
- github.com/anthropics/buffa/commit/7dcf50a1a40eca6ed8d6c6dd59f4310aa0d68b0envdWEB
- github.com/anthropics/buffa/pull/154nvdWEB
- github.com/anthropics/buffa/releases/tag/v0.7.0nvdWEB
- github.com/anthropics/buffa/security/advisories/GHSA-9pwq-gcrx-wghhnvdWEB
News mentions
0No linked articles in our index yet.