Lucene search
K

20 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1890

Malware in sbrugna...

7.5CVSS7.3AI score0.0041EPSS
Exploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1891

Malware in sbrugna...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 7:39 p.m.3 views

CVE-2021-30456

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in getorinsert upon a panic of a user-provided f function...

9.8CVSS6.8AI score0.00433EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2022/05/24 5:43 p.m.11 views

move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS8.7AI score0.00433EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/05/24 5:43 p.m.11 views

GHSA-3QM2-RFQW-FMRW move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.23 views

Double-free in id-map

A double free can occur in getorinsert upon a panic of a user-provided f function. getorinsert reserves space for a value, before calling the user provided insertion function f. If the function f panics then uninitialized or previously freed memory can be dropped...

9.8CVSS9AI score0.00433EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:53 p.m.27 views

Double free in glsl-layout

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.5CVSS7.2AI score0.00334EPSS
Exploits1References4Affected Software1
Prion
Prion
added 2021/04/07 10:15 p.m.8 views

Double free

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in getorinsert upon a panic of a user-provided f function...

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

CVE-2021-30456

An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in getorinsert upon a panic of a user-provided f function...

9.7AI score0.00433EPSS
Exploits0References1
NVD
NVD
added 2021/04/01 5:15 a.m.7 views

CVE-2021-29935

An issue was discovered in the rocket crate before 0.4.7 for Rust. uri::Formatter can have a use-after-free if a user-provided function panics...

7.5CVSS0.0041EPSS
Exploits1References1
OSV
OSV
added 2021/03/05 9:15 a.m.8 views

CVE-2021-28031

An issue was discovered in the scratchpad crate before 1.3.1 for Rust. The moveelements function can have a double-free upon a panic in a user-provided f function...

9.8CVSS6.8AI score
Exploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.8 views

Double free

An issue was discovered in the scratchpad crate before 1.3.1 for Rust. The moveelements function can have a double-free upon a panic in a user-provided f function...

7.5CVSS9.4AI score0.00433EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2021/03/05 8:40 a.m.9 views

CVE-2021-28031

An issue was discovered in the scratchpad crate before 1.3.1 for Rust. The moveelements function can have a double-free upon a panic in a user-provided f function...

9.7AI score0.00433EPSS
Exploits0References1
RustSec
RustSec
added 2021/02/18 12:0 p.m.137 views

move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS3.2AI score0.00433EPSS
Exploits0Affected Software1
OSV
OSV
added 2021/02/18 12:0 p.m.10 views

RUSTSEC-2021-0030 move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References3
RustSec
RustSec
added 2021/01/12 12:0 p.m.13 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.00433EPSS
Exploits1Affected Software1
OSV
OSV
added 2021/01/10 12:0 p.m.15 views

RUSTSEC-2021-0005 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.5CVSS7.4AI score0.00334EPSS
Exploits1References3
OSV
OSV
added 2021/01/04 12:0 p.m.13 views

RUSTSEC-2021-0011 EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS7.4AI score0.00334EPSS
Exploits1References3
RustSec
RustSec
added 2021/01/04 12:0 p.m.16 views

EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS2.9AI score0.00334EPSS
Exploits1Affected Software1
RustSec
RustSec
added 2020/12/31 12:0 p.m.12 views

`impl Random` on arrays can lead to dropping uninitialized memory

Affected versions of this crate had a panic safety issue to drop partially uninitialized array of T upon panic in a user provided function T::random. Dropping uninitialized T can potentially cause memory corruption or undefined behavior. The flaw was corrected in commit 565d508 by using MaybeUnin...

7.8CVSS2.9AI score0.00065EPSS
Exploits1Affected Software1
Rows per page
Query Builder