Lucene search
K

11 matches found

Debian CVE
Debian CVE
added 2026/04/20 10:5 a.m.1 views

CVE-2026-6654

Double-Free / Use-After-Free UAF in the IntoIter::drop and ThinVec::clear functions in the thinvec crate. A panic in ptr::dropinplace skips setting the length to zero...

5.1CVSS5.2AI score0.00022EPSS
Exploits1
ATTACKERKB
ATTACKERKB
added 2026/04/20 10:5 a.m.4 views

CVE-2026-6654

Double-Free / Use-After-Free UAF in the IntoIter::drop and ThinVec::clear functions in the thinvec crate. A panic in ptr::dropinplace skips setting the length to zero...

5.1CVSS5.8AI score0.00022EPSS
Exploits1References2
CNNVD
CNNVD
added 2026/04/20 12:0 a.m.4 views

thin-vec 安全漏洞

Thin-vec is a memory-efficient vector container open-sourced by Mozilla. Thin-vec has a security vulnerability, which stems from the double deallocation or reallocation of resources after deallocation in functions IntoIter::drop and ThinVec::clear. This issue may lead to a panic condition when...

5.1CVSS5.8AI score0.00022EPSS
Exploits1References1
OSV
OSV
added 2026/04/15 7:24 p.m.0 views

GHSA-XPHW-CQX3-667J thin-vec: Use-After-Free and Double Free in IntoIter::drop When Element Drop Panics

Summary A Double Free / Use-After-Free UAF vulnerability has been identified in the IntoIter::drop and ThinVec::clear implementations of the thinvec crate. Both vulnerabilities share the same root cause and can trigger memory corruption using only safe Rust code — no unsafe blocks required...

7.3CVSS6AI score0.00022EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2026/04/14 12:0 a.m.0 views

PT-2026-33753

Name of the Vulnerable Software and Affected Versions thin vec version 0.2.14 Description A Double-Free and Use-After-Free UAF issue exists in the IntoIter::drop and ThinVec::clear functions. The problem occurs when a panic is triggered during sequential element deallocation via the ptr::drop in...

7.3CVSS5.9AI score0.00022EPSS
Exploits1References13
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1844

Malware in sbrugna...

7.5CVSS7.4AI score0.00403EPSS
Exploits1References6
OSV
OSV
added 2022/01/14 12:0 p.m.11 views

RUSTSEC-2022-0078 Use-after-free due to a lifetime error in `Vec::into_iter()`

In affected versions of this crate, the lifetime of the iterator produced by Vec::intoiter is not constrained to the lifetime of the Bump that allocated the vector's memory. Using the iterator after the Bump is dropped causes use-after-free accesses. The following example demonstrates memory...

7.3AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.21 views

Use after free in heapless

An issue was discovered in the heapless crate before 0.6.1 for Rust. The IntoIter Clone implementation clones an entire underlying Vec without considering whether it has already been partially consumed...

7.5CVSS7.3AI score0.00403EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2021/08/08 6:15 a.m.9 views

CVE-2020-36464

An issue was discovered in the heapless crate before 0.6.1 for Rust. The IntoIter Clone implementation clones an entire underlying Vec without considering whether it has already been partially consumed...

7.5CVSS6.8AI score
Exploits0References2
Prion
Prion
added 2021/08/08 6:15 a.m.5 views

Design/Logic Flaw

An issue was discovered in the heapless crate before 0.6.1 for Rust. The IntoIter Clone implementation clones an entire underlying Vec without considering whether it has already been partially consumed...

5CVSS7.5AI score0.00403EPSS
Exploits1References2Affected Software1
RustSec
RustSec
added 2020/11/02 12:0 p.m.17 views

Use-after-free when cloning a partially consumed `Vec` iterator

The IntoIter Clone implementation clones the whole underlying Vec. If the iterator is partially consumed the consumed items will be copied, thus creating a use-after-free access. A proof of concept is available in the original bug report...

7.5CVSS2.3AI score0.00403EPSS
Exploits1Affected Software1
Rows per page
Query Builder