Lucene search
+L

3 matches found

OSV
OSV
added 2021/04/01 5:15 a.m.7 views

CVE-2021-29940

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8CVSS7.3AI score0.01326EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/18 12:0 p.m.25 views

RUSTSEC-2021-0049 `through` and `through_and` causes a double free if the map function panics

through and throughand take a mutable reference as well as a mapping function to change the provided reference. They do this by calling ptr::read on the reference which duplicates ownership and then calling the mapping function. If the mapping function panics, both the original object and the one...

9.8CVSS9.4AI score0.01326EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/18 12:0 p.m.28 views

`through` and `through_and` causes a double free if the map function panics

through and throughand take a mutable reference as well as a mapping function to change the provided reference. They do this by calling ptr::read on the reference which duplicates ownership and then calling the mapping function. If the mapping function panics, both the original object and the one...

9.8CVSS2.5AI score0.01326EPSS
SaveExploits1
Rows per page
Query Builder