Lucene search
+L

196 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:43 p.m.23 views

Heap overflow or corruption in safe-transmute

Affected versions of this crate switched the length and capacity arguments in the Vec::fromrawparts constructor, which could lead to memory corruption or data leakage...

9.8CVSS9.1AI score0.02032EPSS
SaveExploits0References5Affected Software1
RustSec
RustSec
added 2021/08/14 12:0 p.m.24 views

vec-const attempts to construct a Vec from a pointer to a const slice

Affected versions of this crate claimed to construct a const Vec with nonzero length and capacity, but that cannot be done because such a Vec requires a pointer from an allocator. The implementation was later changed to just construct a std::borrow::Cow...

7.5CVSS3.7AI score0.01053EPSS
SaveExploits0Affected Software1
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
SaveExploits1References4
NVD
NVD
added 2021/08/08 6:15 a.m.24 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.5CVSS0.01233EPSS
SaveExploits1References2
Veracode
Veracode
added 2021/05/06 9:12 a.m.36 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.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.8CVSS2AI score0.0289EPSS
SaveExploits1References3
NVD
NVD
added 2021/04/14 7:15 a.m.20 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.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
SaveExploits1References1
OSV
OSV
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.8CVSS6.6AI score
SaveExploits0References7
Prion
Prion
added 2021/04/14 7:15 a.m.24 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.32 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
OSV
OSV
added 2021/04/14 7:15 a.m.4 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:0 a.m.28 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
AlpineLinux
AlpineLinux
added 2021/04/14 12:0 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.8CVSS9.5AI score0.0289EPSS
SaveExploits1
CVE
CVE
added 2021/04/14 12:0 a.m.149 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
Debian CVE
Debian CVE
added 2021/04/14 12:0 a.m.46 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
NVD
NVD
added 2021/04/01 5:15 a.m.30 views

CVE-2021-29937

An issue was discovered in the telemetry crate through 2021-02-17 for Rust. There is a drop of uninitialized memory if a value.clone call panics within misc::vecwithsize...

9.8CVSS0.01363EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/04/01 5:15 a.m.4 views

CVE-2021-29937

An issue was discovered in the telemetry crate through 2021-02-17 for Rust. There is a drop of uninitialized memory if a value.clone call panics within misc::vecwithsize...

9.8CVSS7AI score0.01363EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/04/01 12:0 a.m.9 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in telemetry crate for Rust 2021-02-17 and earlier versions, which stems from the loss of uninitialized memory if panics is called using misc::vecwithsize. No details of the...

9.8CVSS5.5AI score0.01363EPSS
SaveExploits1References2
OSV
OSV
added 2021/03/07 12:0 p.m.26 views

RUSTSEC-2021-0053 'merge_sort::merge()' crashes with double-free for `T: Drop`

In the affected versions of this crate, mergesort::merge wildly duplicates and drops ownership of T without guarding against double-free. Due to such implementation, simply invoking mergesort::merge on Vec can cause double free bugs...

7.5CVSS7.4AI score0.00961EPSS
SaveExploits0References3
Rows per page
Query Builder