GHSA-458v-4hrf-g3m4

    Dashboard / Vulnerabilities / GHSA-458v-4hrf-g3m4

    GHSA-458v-4hrf-g3m4

    Published: 25 Aug 2021Last Modified: 12 Feb 2024

    Summary: socket2 invalidly assumes the memory layout of std::net::SocketAddr

    Details: The socket2 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: socket2

    Purl: pkg:cargo/socket2

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.3.16

    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-458v-4hrf-g3m4 | CVE-DB