Back to list

Buffa has a Use-After-Free in OwnedView via Unsound 'static Lifetime Promotion in Deref — GHSA-9PWQ-GCRX-WGHH

GitHub · GitHub · GHSA-9PWQ-GCRX-WGHH

ID
GHSA-9PWQ-GCRX-WGHH
Date
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
5.9
EPSS
0.00193

Summary

A soundness bug in `buffa`'s `OwnedView<V>` 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. Because these references appeared to be `'static`, the borrow checker permitted them…

Timeline

Published by source
2026-08-28

Risk context

  • Reported severity or threat level: medium.
  • Reported CVSS score: 5.9 out of 10.
  • Reported EPSS value: 0.00193.
  • Review exposure for the affected product or family: rust: buffa.

Product

rust: buffa

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Evidence and provenance

Canonical advisory ID
GHSA-9PWQ-GCRX-WGHH
Source
GitHub
Vendor
GitHub
Published by source
2026-08-28
Last source activity
2026-08-28
Additional identifiers
CVE-2026-55406
Curated by
hlukh.ch

Related advisories and connections

These advisories are connected by shared CVE, product, vendor, source, or time signals.