Lucene search
K

19 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:41 a.m.2 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
Exploits1References3
OSV
OSV
added 2021/08/25 8:49 p.m.24 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.02743EPSS
Exploits2References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.6 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
Exploits1References4
Veracode
Veracode
added 2021/05/06 9:12 a.m.35 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
Exploits1References11Affected Software2
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.31 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
Exploits1References3
NVD
NVD
added 2021/04/14 7:15 a.m.15 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
Exploits1References7
OSV
OSV
added 2021/04/14 7:15 a.m.2 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
Exploits1References1
OSV
OSV
added 2021/04/14 7:15 a.m.33 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
Exploits0References7
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.27 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
Exploits1References3
Prion
Prion
added 2021/04/14 7:15 a.m.22 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
Exploits1References7Affected Software2
OSV
OSV
added 2021/04/14 7:15 a.m.2 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
Exploits1References4
Debian CVE
Debian CVE
added 2021/04/14 12:0 a.m.43 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
Exploits1
CVE
CVE
added 2021/04/14 12:0 a.m.139 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
Exploits1References7Affected Software1
AlpineLinux
AlpineLinux
added 2021/04/14 12:0 a.m.31 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
Exploits1
Cvelist
Cvelist
added 2021/04/14 12:0 a.m.22 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
Exploits1References7
Prion
Prion
added 2020/10/16 5:15 p.m.42 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.02743EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2020/10/16 5:5 p.m.13 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.02743EPSS
Exploits1References4
RustSec
RustSec
added 2020/06/26 12:0 p.m.22 views

Undefined Behavior in bounded 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...

9.8CVSS2AI score0.02743EPSS
Exploits1Affected Software1
OSV
OSV
added 2020/06/26 12:0 p.m.19 views

RUSTSEC-2020-0052 Undefined Behavior in bounded 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...

9.8CVSS7.2AI score0.02743EPSS
Exploits2References3
Rows per page
Query Builder