GHSA-36cg-4jff-5863

    Dashboard / Vulnerabilities / GHSA-36cg-4jff-5863

    GHSA-36cg-4jff-5863

    Published: 25 Aug 2021Last Modified: 8 Nov 2023

    Summary: Data races in signal-simple

    Details: Affected versions of this crate unconditionally implement Send/Sync for SyncChannel<T>. SyncChannel<T> doesn't provide access to &T but merely serves as a channel that consumes and returns owned T. Users can create UB in safe Rust by sending T: !Send to other threads with SyncChannel::send/recv APIs. Using T = Arc<Cell<_> allows to create data races (which can lead to memory corruption), and using T = MutexGuard<T> allows to unlock a mutex from a thread that didn't lock the mutex.

    Affected packages

    Package

    Name: signal-simple

    Purl: pkg:cargo/signal-simple

    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-36cg-4jff-5863 | CVE-DB