Lucene search
+L

86 matches found

OSV
OSV
added 2021/01/26 6:16 p.m.7 views

CVE-2021-25906

An issue was discovered in the basicdspmatrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed...

7.5CVSS7.1AI score0.01327EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/26 6:16 p.m.48 views

CVE-2021-25907

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

9.8CVSS9.4AI score0.01552EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/26 6:16 p.m.18 views

Double free

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

7.5CVSS9.4AI score0.01552EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/01/26 6:16 p.m.22 views

Double free

An issue was discovered in the glsl-layout crate before 0.4.0 for Rust. When a panic occurs, maparray can perform a double drop...

5CVSS7.5AI score0.0139EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/01/26 6:16 p.m.4 views

CVE-2021-25907

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

9.8CVSS8.3AI score0.01552EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/01/26 6:16 p.m.6 views

CVE-2021-25906

An issue was discovered in the basicdspmatrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed...

7.5CVSS7.2AI score0.01327EPSS
SaveExploits1References2
NVD
NVD
added 2021/01/26 6:15 p.m.28 views

CVE-2020-36212

An issue was discovered in the abistable crate before 0.9.1 for Rust. DrainFilter lacks soundness because of a double drop...

7.5CVSS7.5AI score0.01413EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/26 6:15 p.m.16 views

Double free

An issue was discovered in the abistable crate before 0.9.1 for Rust. DrainFilter lacks soundness because of a double drop...

5CVSS7.5AI score0.01413EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:05 a.m.37 views

CVE-2020-36212

An issue was discovered in the abistable crate before 0.9.1 for Rust. DrainFilter lacks soundness because of a double drop...

7.5AI score0.01413EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:03 a.m.41 views

CVE-2021-25902

An issue was discovered in the glsl-layout crate before 0.4.0 for Rust. When a panic occurs, maparray can perform a double drop...

7.7AI score0.0139EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:03 a.m.65 views

CVE-2021-25902

The CVE-2021-25902 issue affects the Rust crate glsl-layout prior to 0.4.0, where panicking inside the user-provided function f of map_array can cause a double drop of a single object. The root cause is inadequate handling of panic, allowing the object to be dropped twice. The vulnerability was m...

7.5CVSS7.5AI score0.0139EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/01/22 9:02 a.m.59 views

CVE-2021-25906

CVE-2021-25906 affects the Rust crate basic_dsp_matrix prior to version 0.9.2. A panic in TransformContent can trigger a double drop, leading to potential memory corruption. Multiple sources (Red Hat CVE, GHSA, OSV, RustSec advisory) confirm the issue and point to the same root cause: unsafe hand...

7.5CVSS7.4AI score0.01327EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:02 a.m.38 views

CVE-2021-25906

An issue was discovered in the basicdspmatrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed...

7.7AI score0.01327EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:02 a.m.45 views

CVE-2021-25907

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

9.7AI score0.01552EPSS
SaveExploits1References1
RustSec
RustSec
added 2021/01/12 12:00 p.m.22 views

panic safety: double drop may happen within `util::{mutate, mutate2}`

Upon panic in a user-provided function f, fn mutate & fn mutate2 drops twice a same object. Affected versions of this crate did not guard against double drop while temporarily duplicating an object's ownership with ptr::read. Dropping a same object can result in memory corruption. The flaw was...

9.8CVSS1.1AI score0.01552EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/12 12:00 p.m.17 views

RUSTSEC-2021-0040 panic safety: double drop or uninitialized drop of T upon panic

Affected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default and T::drop. Panic within T::default leads to dropping uninitialized T, when it is invoked from common::Slice::::new. Panic within T::drop leads to double drop of T, when...

7.5CVSS7.6AI score0.01135EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/12 12:00 p.m.22 views

panic safety: double drop or uninitialized drop of T upon panic

Affected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default and T::drop. Panic within T::default leads to dropping uninitialized T, when it is invoked from common::Slice::::new. Panic within T::drop leads to double drop of T, when...

2.5AI score
SaveExploits0
OSV
OSV
added 2021/01/12 12:00 p.m.34 views

RUSTSEC-2021-0010 panic safety: double drop may happen within `util::{mutate, mutate2}`

Upon panic in a user-provided function f, fn mutate & fn mutate2 drops twice a same object. Affected versions of this crate did not guard against double drop while temporarily duplicating an object's ownership with ptr::read. Dropping a same object can result in memory corruption. The flaw was...

9.8CVSS9.4AI score0.01552EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/10 12:00 p.m.31 views

Double drop upon panic in 'fn map_array()'

Affected versions of this crate did not guard against panic within the user-provided function f 2nd parameter of fn maparray, and thus panic within f causes double drop of a single object. The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within...

7.5CVSS2.5AI score0.0139EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/01/10 12:00 p.m.31 views

panic safety issue in `impl TransformContent<S, D> for [S; (2|3|4)]`

Affected versions of this crate did not guard against double drop while temporarily duplicating objects' ownership using ptr::read. Upon panic in a user-provided function conversion, objects that are copied by ptr::read are dropped twice, leading to memory corruption. The flaw was corrected in...

7.5CVSS2.1AI score0.01327EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder