RUSTSEC-2021-0035

    Dashboard / Vulnerabilities / RUSTSEC-2021-0035

    RUSTSEC-2021-0035

    Published: 4 Mar 2021Last Modified: 8 Nov 2023

    Summary: `quinn` invalidly assumes the memory layout of std::net::SocketAddr

    Details: The [`quinn`](https://crates.io/crates/quinn) crate has assumed `std::net::SocketAddrV4` and `std::net::SocketAddrV6` have the same memory layout as the system C representation `sockaddr`. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the change happens.

    Affected packages

    Package

    Name: quinn

    Purl: pkg:cargo/quinn

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.0.0-0
    Fixed -0.5.4

    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-0035 | CVE-DB