RUSTSEC-2020-0028

    Dashboard / Vulnerabilities / RUSTSEC-2020-0028

    RUSTSEC-2020-0028

    Published: 27 May 2020Last Modified: 8 Nov 2023

    Summary: `LocalRequest::clone` creates multiple mutable references to the same object

    Details: The affected version of `rocket` contains a `Clone` trait implementation of `LocalRequest` that reuses the pointer to inner `Request` object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time.

    Affected packages

    Package

    Name: rocket

    Purl: pkg:cargo/rocket

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.4.0
    Fixed -0.4.5

    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-0028 | CVE-DB