Lucene search
+L

3852 matches found

NVD
NVD
added 2021/02/18 4:15 a.m.42 views

CVE-2021-27376

An issue was discovered in the nb-connect crate before 1.0.3 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

9.8CVSS0.01448EPSS
SaveExploits1References1
Prion
Prion
added 2021/02/18 4:15 a.m.29 views

Design/Logic Flaw

An issue was discovered in the yottadb crate before 1.2.0 for Rust. For some memory-allocation patterns, ydbsubscriptnextst and ydbsubscriptprevst have a use-after-free...

7.5CVSS9.4AI score0.01355EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/02/18 4:15 a.m.29 views

Information disclosure

An issue was discovered in the nb-connect crate before 1.0.3 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS9.4AI score0.01448EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/02/18 3:35 a.m.48 views

CVE-2021-27376

An issue was discovered in the nb-connect crate before 1.0.3 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

9.7AI score0.01448EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/02/18 3:35 a.m.35 views

CVE-2021-27377

An issue was discovered in the yottadb crate before 1.2.0 for Rust. For some memory-allocation patterns, ydbsubscriptnextst and ydbsubscriptprevst have a use-after-free...

9.7AI score0.01355EPSS
SaveExploits1References1
CVE
CVE
added 2021/02/18 3:35 a.m.126 views

CVE-2021-27378

The CVE-2021-27378 issue affects the rand_core crate prior to 0.6.2 for Rust. The root cause is mishandling in read_u32_into and read_u64_into that can lead to a random number generator being seeded with insufficient data, enabling an improper seed condition. Public references in the connected do...

9.8CVSS9.3AI score0.01238EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/02/18 3:35 a.m.41 views

CVE-2021-27378

An issue was discovered in the randcore crate before 0.6.2 for Rust. Because readu32into and readu64into mishandle certain buffer-length checks, a random number generator may be seeded with too little data...

9.7AI score0.01238EPSS
SaveExploits0References1
RustSec
RustSec
added 2021/02/17 12:00 p.m.32 views

`Read` on uninitialized buffer may cause UB ('tectonic_xdv' crate)

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS3.6AI score0.01191EPSS
SaveExploits0Affected Software1
RustSec
RustSec
added 2021/02/15 12:00 p.m.25 views

crate has been renamed to `qjsonrpc`

This crate has been renamed from jsonrpc-quic to qjsonrpc. The new repository location is:...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/02/14 12:00 p.m.51 views

RUSTSEC-2021-0021 `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...

9.8CVSS9.4AI score0.01448EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/14 12:00 p.m.35 views

`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...

9.8CVSS2.7AI score0.01448EPSS
SaveExploits1Affected Software1
CNNVD
CNNVD
added 2021/02/11 12:00 a.m.13 views

hyper crate for Rust environment issue vulnerability

hyper crate for Rust is a Rust-based HTTP library. An environmental issue vulnerability exists in hyper crate for Rust that arises from an unreasonable environmental factor in a networked system or product...

8.1CVSS7.2AI score0.04771EPSS
SaveExploits0References6
NVD
NVD
added 2021/02/09 11:15 p.m.27 views

CVE-2021-26957

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because there is an out-of-bounds read in xcb::xproto::changeproperty, as demonstrated by a format=32 T=u8 situation where out-of-bounds bytes are sent to an X server...

9.8CVSS0.01754EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 11:15 p.m.14 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS9.4AI score0.01754EPSS
SaveExploits3References1
NVD
NVD
added 2021/02/09 11:15 p.m.29 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS0.016EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 11:15 p.m.15 views

CVE-2021-26957

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because there is an out-of-bounds read in xcb::xproto::changeproperty, as demonstrated by a format=32 T=u8 situation where out-of-bounds bytes are sent to an X server...

9.8CVSS9.2AI score0.01728EPSS
SaveExploits3References1
NVD
NVD
added 2021/02/09 11:15 p.m.41 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS0.01359EPSS
SaveExploits1References1
NVD
NVD
added 2021/02/09 11:15 p.m.29 views

CVE-2021-26955

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on unvalidated bytes from an X server...

9.8CVSS0.01728EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 11:15 p.m.17 views

CVE-2021-26956

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because bytes from an X server can be interpreted as any data type returned by xcb::xproto::GetPropertyReply::value...

9.8CVSS9.3AI score0.01754EPSS
SaveExploits3References1
OSV
OSV
added 2021/02/09 11:15 p.m.17 views

CVE-2021-26955

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on unvalidated bytes from an X server...

9.8CVSS9.4AI score0.01754EPSS
SaveExploits3References1
Rows per page
Query Builder