RUSTSEC-2020-0133

    Dashboard / Vulnerabilities / RUSTSEC-2020-0133

    RUSTSEC-2020-0133

    Published: 15 Nov 2020Last Modified: 8 Nov 2023

    Summary: Queue<T> should have a Send bound on its Send/Sync traits

    Details: Affected versions of this crate unconditionally implements `Send`/`Sync` for `Queue<T>`. This allows (1) creating data races to a `T: !Sync` and (2) sending `T: !Send` to other threads, resulting in memory corruption or other undefined behavior.

    Affected packages

    Package

    Name: scottqueue

    Purl: pkg:cargo/scottqueue

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