RUSTSEC-2026-0256
UNKNOWNSeveral methods in circular-buffer drop elements before updating the buffer's start/end metadata. If an element's Drop panics during the drop, the metadata update is skipped, so the buffer still treats the already-dropped elements as live. When the buffer is later dropped (or used after the panic is caught), those elements are visited again — a use-after-free / double-free reachable from safe Rust
- Affected
- >=0.0.0-0, <2.0.1
- Fixed in
- not stated
- Published
- 2026-08-11
- Source
- osv