RUSTSEC-2020-0045

    Dashboard / Vulnerabilities / RUSTSEC-2020-0045

    RUSTSEC-2020-0045

    Published: 8 Jan 2020Last Modified: 8 Nov 2023

    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>>`.

    Affected packages

    Package

    Name: actix-utils

    Purl: pkg:cargo/actix-utils

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.0.0-0
    Fixed -2.0.0

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    RUSTSEC-2020-0045 | CVE-DB