Lucene search
K

25 matches found

Ubuntu
Ubuntu
added 2026/03/23 4:35 p.m.4 views

USN-8118-1: sized-chunks vulnerabilities

Yechan Bae discovered that sized-chunks did not properly validate array size when constructing Chunk. An attacker could possibly use these issues to cause out-of-bounds access, leading to memory corruption or undefined behavior. CVE-2020-25791, CVE-2020-25792, CVE-2020-25793 Yechan Bae discovered...

7.5CVSS7.1AI score0.00521EPSS
Exploits5
OSV
OSV
added 2026/03/23 4:35 p.m.2 views

USN-8118-1 rust-sized-chunks vulnerabilities

Yechan Bae discovered that sized-chunks did not properly validate array size when constructing Chunk. An attacker could possibly use these issues to cause out-of-bounds access, leading to memory corruption or undefined behavior. CVE-2020-25791, CVE-2020-25792, CVE-2020-25793 Yechan Bae discovered...

7.5CVSS7AI score0.00521EPSS
Exploits5References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1969

Malware in sbrugna...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-2752

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00377EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2025/09/02 5:35 p.m.5 views

ArrayQueue's push_front is not panic-safe

The safe API arrayqueue::ArrayQueue::pushfront can lead to deallocating uninitialized memory if a panic occurs while invoking the clone method on the passed argument. Specifically, pushfront receives an argument that is intended to be cloned and pushed, whose type implements the Clone trait...

6.9AI score
Exploits0References4Affected Software1
OSV
OSV
added 2025/08/14 12:0 p.m.2 views

RUSTSEC-2025-0054 ArrayQueue::push_front is not panic-safe

The safe API arrayqueue::ArrayQueue::pushfront can lead to deallocating uninitialized memory if a panic occurs while invoking the clone method on the passed argument. Specifically, pushfront receives an argument that is intended to be cloned and pushed, whose type implements the Clone trait...

6.9AI score
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/05/22 9:27 p.m.3 views

CVE-2021-30455

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in IdMap::clonefrom upon a .clone panic...

9.8CVSS6.8AI score0.00433EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:29 p.m.6 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS6.8AI score0.00377EPSS
Exploits1References1
OSV
OSV
added 2021/04/07 10:15 p.m.1 views

CVE-2021-30455

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in IdMap::clonefrom upon a .clone panic...

9.8CVSS7.3AI score0.00433EPSS
Exploits0References1
NVD
NVD
added 2021/04/07 10:15 p.m.11 views

CVE-2021-30455

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in IdMap::clonefrom upon a .clone panic...

9.8CVSS0.00433EPSS
Exploits0References1
Prion
Prion
added 2021/04/07 10:15 p.m.12 views

Double free

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in IdMap::clonefrom upon a .clone panic...

7.5CVSS9.4AI score0.00433EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2021/04/07 9:20 p.m.43 views

CVE-2021-30455

Summary: The CVE-2021-30455 entry concerns the Rust id-map crate (up to 2021-02-26) with a vulnerability causing a double free in IdMap::clone_from when a .clone panics. Multiple connected sources corroborate a double-free scenario during cloning, including Red Hat, OSV advisories, CNVD, and CVE ...

9.8CVSS9.3AI score0.00433EPSS
Exploits0References1Affected Software1
OSV
OSV
added 2021/04/01 5:15 a.m.2 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.8CVSS7.3AI score
Exploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.0 views

CVE-2021-28034

An issue was discovered in the stackdst crate before 0.6.1 for Rust. Because of the pushinner behavior, a double free can occur upon a val.clone panic...

9.8CVSS7.3AI score0.00433EPSS
Exploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.0 views

CVE-2021-28035

An issue was discovered in the stackdst crate before 0.6.1 for Rust. Because of the pushinner behavior, a drop of uninitialized memory can occur upon a val.clone panic...

9.8CVSS7.3AI score0.00433EPSS
Exploits0References1
RustSec
RustSec
added 2021/02/17 12:0 p.m.23 views

misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS2.5AI score0.00518EPSS
Exploits1
NVD
NVD
added 2021/02/09 11:15 p.m.8 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS0.00377EPSS
Exploits1References1
OSV
OSV
added 2021/02/09 11:15 p.m.0 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS6.1AI score
Exploits0References1
Prion
Prion
added 2021/02/09 11:15 p.m.7 views

Double free

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5CVSS5.2AI score0.00377EPSS
Exploits1References1Affected Software1
CVE
CVE
added 2021/02/09 10:7 p.m.59 views

CVE-2021-26954

CVE-2021-26954 affects the Rust crate qwutils prior to 0.3.1. When a Clone panic occurs, the function insert_slice_clone can perform a double drop (and potentially a double-free) due to temporary ownership duplication during insertion into a Vec. The root cause is related to how ownership is hand...

5.3CVSS5.2AI score0.00377EPSS
Exploits1References1Affected Software1
Rows per page
Query Builder