GHSA-m7w4-8wp8-m2xq

    Dashboard / Vulnerabilities / GHSA-m7w4-8wp8-m2xq

    GHSA-m7w4-8wp8-m2xq

    Published: 25 Aug 2021Last Modified: 8 Nov 2023

    Summary: Data races in beef

    Details: An issue was discovered in the beef crate before 0.5.0 for Rust. Affected versions of this crate did not have a `T: Sync` bound in the `Send` impl for `Cow<'_, T, U>`. This allows users to create data races by making `Cow` contain types that are (Send && !Sync) like `Cell<_>` or `RefCell<_>`. Such data races can lead to memory corruption. The flaw was corrected in commit d1c7658 by adding trait bounds `T: Sync` and `T::Owned: Send` to the `Send` impl for `Cow<'_, T, U>`.

    Affected packages

    Package

    Name: beef

    Purl: pkg:cargo/beef

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.5.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-m7w4-8wp8-m2xq | CVE-DB