GHSA-77m6-x95j-75r5

    Dashboard / Vulnerabilities / GHSA-77m6-x95j-75r5

    GHSA-77m6-x95j-75r5

    Published: 25 Aug 2021Last Modified: 8 Nov 2023

    Summary: Data races in ticketed_lock

    Details: Affected versions of this crate unconditionally implemented Send for ReadTicket<T> & WriteTicket<T>. This allows to send non-Send T to other threads. This can allows creating data races by cloning types with internal mutability and sending them to other threads (as T of ReadTicket<T>/WriteTicket<T>). Such data races can cause memory corruption or other undefined behavior. The flaw was corrected in commit `a986a93` by adding T: Send bounds to Send impls of ReadTicket<T>/WriteTicket<T>.

    Affected packages

    Package

    Name: ticketed_lock

    Purl: pkg:cargo/ticketed_lock

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.3.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
    GHSA-77m6-x95j-75r5 | CVE-DB