GHSA-55m5-whcv-c49c

    Dashboard / Vulnerabilities / GHSA-55m5-whcv-c49c

    GHSA-55m5-whcv-c49c

    Published: 6 Jan 2022Last Modified: 8 Nov 2023

    Summary: Use of Uninitialized Resource in smallvec

    Details: Affected versions of this crate called mem::uninitialized() to create values of a user-supplied type T. This is unsound e.g. if T is a reference type (which must be non-null and thus may not remain uninitialized). The flaw was corrected by avoiding the use of mem::uninitialized(), using MaybeUninit instead.

    Affected packages

    Package

    Name: smallvec

    Purl: pkg:cargo/smallvec

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.6.13

    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-55m5-whcv-c49c | CVE-DB