Lucene search
+L

22 matches found

OSV
OSV
added 2025/08/18 3:10 p.m.8 views

GHSA-QQ4C-HM99-979M IdMap from_iter may lead to uninitialized memory being freed on drop

Due to a flaw in the constructor idmap::IdMap::fromiter, ill-formed objects may be created in which the amount of actually initialized memory is less than what is expected by the fields of IdMap. Specifically, the field ids is initialized based on the capacity of the vector values, which is...

6.9CVSS7.2AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/08/18 3:10 p.m.11 views

IdMap from_iter may lead to uninitialized memory being freed on drop

Due to a flaw in the constructor idmap::IdMap::fromiter, ill-formed objects may be created in which the amount of actually initialized memory is less than what is expected by the fields of IdMap. Specifically, the field ids is initialized based on the capacity of the vector values, which is...

7.2AI score
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 3:41 a.m.6 views

SUSE CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

8.1CVSS7AI score0.0289EPSS
SaveExploits1References3
OSV
OSV
added 2021/08/25 8:49 p.m.59 views

GHSA-M8H8-V6JH-C762 Incorrect buffer size in crossbeam-channel

The affected version of this crate's the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra memory. The destructor of the bounded channel reconstructs Vec...

5.5CVSS7.2AI score0.02776EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 views

rust: double free in Vec::from_iter function if freeing the element panics

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS5.8AI score0.0289EPSS
SaveExploits1References4
Veracode
Veracode
added 2021/05/06 9:12 a.m.37 views

Denial Of Service (DoS)

rust is vulnerable to denial of service. The vulnerability exists due to a double free in theVec::fromiter function...

9.8CVSS2.6AI score0.0289EPSS
SaveExploits1References11Affected Software2
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.38 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS2AI score0.0289EPSS
SaveExploits1References3
NVD
NVD
added 2021/04/14 7:15 a.m.21 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS0.0289EPSS
SaveExploits1References7
OSV
OSV
added 2021/04/14 7:15 a.m.3 views

DEBIAN-CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS7AI score0.0289EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/14 7:15 a.m.35 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS6.6AI score
SaveExploits0References7
Prion
Prion
added 2021/04/14 7:15 a.m.25 views

Double free

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

7.5CVSS9.2AI score0.0289EPSS
SaveExploits1References7Affected Software2
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.34 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS7.2AI score0.0289EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2021/04/14 7:15 a.m.7 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS6.1AI score0.0289EPSS
SaveExploits1References11
OSV
OSV
added 2021/04/14 7:15 a.m.8 views

UBUNTU-CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS7.3AI score0.0289EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2021/04/14 12:00 a.m.29 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.6AI score0.0289EPSS
SaveExploits1References7
CVE
CVE
added 2021/04/14 12:00 a.m.154 views

CVE-2021-31162

CVE-2021-31162 affects the Rust standard library’s Vec::from_iter: a double free can occur if freeing the element panics in Rust versions prior to 1.52.0. Several connected advisories confirm this vulnerability and reference the same underlying issue in the Vec::from_iter path, with impact descri...

9.8CVSS9.2AI score0.0289EPSS
SaveExploits1References7Affected Software1
AlpineLinux
AlpineLinux
added 2021/04/14 12:00 a.m.37 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS9.5AI score0.0289EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/04/14 12:00 a.m.50 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS9.5AI score0.0289EPSS
SaveExploits1
Prion
Prion
added 2020/10/16 5:15 p.m.46 views

Null pointer dereference

Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra...

7.5CVSS9.3AI score0.02776EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2020/10/16 5:05 p.m.40 views

CVE-2020-15254 Undefined Behavior in bounded Crossbeam channel

Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra...

8.1CVSS9.4AI score0.02776EPSS
SaveExploits1References4
Rows per page
Query Builder