Lucene search
+L

2 matches found

CVE
CVE
added 2021/03/05 8:40 a.m.61 views

CVE-2021-28032

The CVE concerns the Rust crate nano_arena before 0.5.2. A flaw in the split_at logic allows two mutable references to the same element when Borrow behaves in certain ways, creating a potential for memory safety issues such as an out-of-bounds write or use-after-free. The issue is rooted in alias...

9.8CVSS9.4AI score0.01377EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2021/01/31 12:0 p.m.31 views

RUSTSEC-2021-0031 split_at allows obtaining multiple mutable references to the same data

Affected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow. The borrowed index value was used to retrieve a mutable reference to a value. If the Borrow implementation returned a different index, the split arena would allow retrieving the index as a...

9.8CVSS9.5AI score0.01377EPSS
SaveExploits1References3
Rows per page
Query Builder