Lucene search

K
osvGoogleOSV:RUSTSEC-2020-0045
HistoryJan 08, 2020 - 12:00 p.m.

bespoke Cell implementation allows obtaining several mutable references to the same data

2020-01-0812:00:00
Google
osv.dev
11

EPSS

0.001

Percentile

45.3%

The custom implementation of a Cell primitive in the affected versions of this crate
does not keep track of mutable references to the underlying data.

This allows obtaining several mutable references to the same object
which may result in arbitrary memory corruption, most likely use-after-free.

The flaw was corrected by switching from a bespoke Cell<T> implementation to Rc<RefCell<T>>.

EPSS

0.001

Percentile

45.3%

Related for OSV:RUSTSEC-2020-0045