Vulnerability DatabaseRUSTSEC-2026-0272

RUSTSEC-2026-0272
Rust vulnerability analysis and mitigation

Three removal and replacement paths destroy an initialized value before committing the metadata change that removes it. Destruction runs T::drop(), which is user code and may panic. If it does, the commit is skipped and the container still claims ownership of the already-destroyed value, so its own destructor drops that value a second time. Stack::pop drops the top value before reducing next_ofs. Stack's destructor pops in a loop, so an unchanged next_ofs re-drops the same value. Fifo::pop_front (via pop_front_inner) drops the front value before advancing read_pos. An unchanged read_pos still points at the destroyed value. Value::replace_stable drops the existing value before writing the replacement. If the destructor panics the replacement is never written, but the backing storage still holds the old value's metadata. This is separate from RUSTSEC-2021-0033, which covered a clone panic on insertion in push_cloned and was fixed in 0.6.1.

Impact

A heap-owning value is freed twice, corrupting the allocator. Reachable from safe Rust with any element type whose Drop can panic — no unsafe on the caller's side.

  • CWE-415 (Double Free)
  • CWE-416 (Use-After-Free) Confirmed under AddressSanitizer, which reports attempting double-free on all three paths.

Fix

Fixed in 0.8.2.


SourceNVD

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-54788HIGH7.5
  • Rust logoRust
  • datadog-opentelemetry
NoYesAug 28, 2026
RUSTSEC-2026-0278HIGH7.3
  • Rust logoRust
  • zbus_polkit
NoYesAug 31, 2026
GHSA-2vh6-hw4j-32wwMEDIUM6.5
  • Rust logoRust
  • gix-packetline
NoYesAug 28, 2026
CVE-2026-53600MEDIUM6.3
  • Rust logoRust
  • zed
NoYesSep 02, 2026
RUSTSEC-2026-0272NONEN/A
  • Rust logoRust
  • stack_dst
NoYesAug 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management