RUSTSEC-2020-0045
Dashboard / Vulnerabilities / RUSTSEC-2020-0045
RUSTSEC-2020-0045
Summary: bespoke Cell implementation allows obtaining several mutable references to the same data
Details: 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>>`.
References: https://crates.io/crates/actix-utils, https://rustsec.org/advisories/RUSTSEC-2020-0045.html, https://github.com/actix/actix-net/issues/160
Affected packages
Package
Name: actix-utils
Purl: pkg:cargo/actix-utils
Affected ranges
Type: SEMVER
Events:
