Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXJtNHctNjY5Ni1yNzdw
nb-connect invalidly assumes the memory layout of std::net::SocketAddr
The nb-connect 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-rm4w-6696-r77pJSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXJtNHctNjY5Ni1yNzdw
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Critical
Classification: General
Published: about 3 years ago
Updated: over 1 year ago
CVSS Score: 9.8
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Identifiers: GHSA-rm4w-6696-r77p, CVE-2021-27376
References:
- https://nvd.nist.gov/vuln/detail/CVE-2021-27376
- https://github.com/smol-rs/nb-connect/issues/1
- https://rustsec.org/advisories/RUSTSEC-2021-0021.html
- https://github.com/advisories/GHSA-rm4w-6696-r77p
Blast Radius: 30.3
Affected Packages
cargo:nb-connect
Dependent packages: 2Dependent repositories: 1,233
Downloads: 4,316,216 total
Affected Version Ranges: < 1.0.3
Fixed in: 1.0.3
All affected versions: 1.0.0, 1.0.1, 1.0.2
All unaffected versions: 1.0.3, 1.0.4, 1.1.0, 1.2.0