RUSTSEC-2021-0087

    Dashboard / Vulnerabilities / RUSTSEC-2021-0087

    RUSTSEC-2021-0087

    Published: 7 Jan 2021Last Modified: 1 Feb 2025

    Summary: columnar: `Read` on uninitialized buffer may cause UB (ColumnarReadExt::read_typed_vec())

    Details: Affected versions of this crate passes an uninitialized buffer to a user-provided `Read` implementation (`ColumnarReadExt::read_typed_vec()`). Arbitrary `Read` implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory produces undefined values that can quickly invoke undefined behavior.

    Affected packages

    Package

    Name: columnar

    Purl: pkg:cargo/columnar

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.0.0-0
    Fixed -0.1.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
    RUSTSEC-2021-0087 | CVE-DB