GHSA-g78p-g85h-q6ww

    Dashboard / Vulnerabilities / GHSA-g78p-g85h-q6ww

    GHSA-g78p-g85h-q6ww

    Published: 25 Aug 2021Last Modified: 8 Nov 2023

    Summary: Data races in cache

    Details: An issue was discovered in the cache crate through 2020-11-24 for Rust. Affected versions of this crate unconditionally implement Send/Sync for `Cache<K>`. This allows users to insert `K` that is not Send or not Sync. This allows users to create data races by using non-Send types like `Arc<Cell<T>>` or `Rc<T>` as `K` in `Cache<K>`. It is also possible to create data races by using types like `Cell<T>` or `RefCell<T>` (types that are `Send` but not `Sync`). Such data races can lead to memory corruption.

    Affected packages

    Package

    Name: cache

    Purl: pkg:cargo/cache

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 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
    GHSA-g78p-g85h-q6ww | CVE-DB