RUSTSEC-2020-0134

    Dashboard / Vulnerabilities / RUSTSEC-2020-0134

    RUSTSEC-2020-0134

    Published: 14 Nov 2020Last Modified: 8 Nov 2023

    Summary: `LockWeak<T>` allows to create data race to `T`.

    Details: In the affected versions of this crate, `LockWeak<T>` unconditionally implemented `Send` with no trait bounds on `T`. `LockWeak<T>` doesn't own `T` and only provides `&T`. This allows concurrent access to a non-Sync `T`, which can cause undefined behavior like data races.

    Affected packages

    Package

    Name: parc

    Purl: pkg:cargo/parc

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.0.0-0
    Fixed -None

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