Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-55406— Buffa: Use-After-Free in OwnedView via Unsound 'static Lifetime Promotion in Deref

AI Predicted 8.1 Difficulty: Moderate EPSS 0.13% · P3

Affected Version Matrix 1

VendorProductVersion RangeStatus
anthropicsbuffa< 0.7.0affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-55406

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Buffa: Use-After-Free in OwnedView via Unsound 'static Lifetime Promotion in Deref
Source: CVE Program / CVE List V5
Vulnerability 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<V> 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
Source: CVE Program / CVE List V5
Vulnerability Type
信息暴露
Source: CVE Program / CVE List V5
Vulnerability Title
Anthropic buffa 信息泄露漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Anthropic buffa是美国Anthropic公司的一款代理服务器软件。 Anthropic buffa 0.7.0之前版本存在安全漏洞,该漏洞源于OwnedView<V>类型中的健全性错误,允许安全Rust代码触发释放后重用。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
anthropicsbuffa < 0.7.0 -

II. Public POCs for CVE-2026-55406

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-55406

登录查看更多情报信息。

Vendor Advisories for CVE-2026-55406 (1)

Proof of Concept for CVE-2026-55406 (1)

Same Patch Batch · anthropics · 2026-07-16 · 3 CVEs total

CVE-2026-47751Claude Code Action: Malicious MCP Server Configuration in PRs Enables Remote Code Executio
CVE-2026-55407Buffa: Memory Exhaustion Denial of Service in decode_unknown_field via Unbounded Allocatio

IV. Related Vulnerabilities

V. Comments for CVE-2026-55406

No comments yet


Leave a comment