Lucene search

K
osvGoogleOSV:GHSA-C79C-GWPH-GQFM
HistoryMay 24, 2022 - 5:37 p.m.

`net2` invalidly assumes the memory layout of std::net::SocketAddr

2022-05-2417:37:49
Google
osv.dev
2

0.0004 Low

EPSS

Percentile

12.8%

The net2 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.

CPENameOperatorVersion
net2lt0.2.36

0.0004 Low

EPSS

Percentile

12.8%