脆弱性情報
高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。
脆弱性タイトル
Buffa: Use-After-Free in OwnedView via Unsound 'static Lifetime Promotion in Deref
脆弱性説明
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.
CVSS情報
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
脆弱性タイプ
信息暴露
脆弱性タイトル
Anthropic buffa 信息泄露漏洞
脆弱性説明
Anthropic buffa是美国Anthropic公司的一款代理服务器软件。 Anthropic buffa 0.7.0之前版本存在安全漏洞,该漏洞源于OwnedView<V>类型中的健全性错误,允许安全Rust代码触发释放后重用。
CVSS情報
N/A
脆弱性タイプ
N/A