GHSA-jphw-p3m6-pj3c

    Dashboard / Vulnerabilities / GHSA-jphw-p3m6-pj3c

    GHSA-jphw-p3m6-pj3c

    Published: 25 Aug 2021Last Modified: 8 Nov 2023

    Summary: Data races in multiqueue2

    Details: Affected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend<RW, T>, InnerRecv<RW, T>, FutInnerSend<RW, T>, FutInnerRecv<RW, T>). This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior. The flaw was corrected in v0.1.7 by adding T: Send bound to to the Send impl of four data types explained above.

    Affected packages

    Package

    Name: multiqueue2

    Purl: pkg:cargo/multiqueue2

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.1.7

    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
    GHSA-jphw-p3m6-pj3c | CVE-DB