Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWpyY2YtNGpwOC1tMjh2
miow invalidly assumes the memory layout of std::net::SocketAddr
The miow 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.
Permalink: https://github.com/advisories/GHSA-jrcf-4jp8-m28vJSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWpyY2YtNGpwOC1tMjh2
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: about 3 years ago
Updated: over 1 year ago
CVSS Score: 5.5
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Identifiers: GHSA-jrcf-4jp8-m28v, CVE-2020-35921
References:
- https://nvd.nist.gov/vuln/detail/CVE-2020-35921
- https://github.com/yoshuawuyts/miow/issues/38
- https://github.com/yoshuawuyts/miow/pull/39
- https://rustsec.org/advisories/RUSTSEC-2020-0080.html
- https://github.com/yoshuawuyts/miow/pull/40
- https://github.com/advisories/GHSA-jrcf-4jp8-m28v
Blast Radius: 25.0
Affected Packages
cargo:miow
Dependent packages: 31Dependent repositories: 35,121
Downloads: 39,475,920 total
Affected Version Ranges: >= 0.3.0, < 0.3.6
Fixed in: 0.3.6
All affected versions: 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5
All unaffected versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2.0, 0.2.1, 0.2.2, 0.3.6, 0.3.7, 0.3.8, 0.4.0, 0.5.0, 0.6.0