Show filters
5 Total Results
Displaying 1-5 of 5
Sort by:
Attacker Value
Unknown

CVE-2021-45705

Disclosure Date: December 27, 2021 (last updated October 07, 2023)
An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer.
Attacker Value
Unknown

CVE-2021-27378

Disclosure Date: February 18, 2021 (last updated February 22, 2025)
An issue was discovered in the rand_core crate before 0.6.2 for Rust. Because read_u32_into and read_u64_into mishandle certain buffer-length checks, a random number generator may be seeded with too little data.
Attacker Value
Unknown

CVE-2020-36210

Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the autorand crate before 0.2.3 for Rust. Because of impl Random on arrays, uninitialized memory can be dropped when a panic occurs, leading to memory corruption.
Attacker Value
Unknown

CVE-2020-35926

Disclosure Date: December 31, 2020 (last updated February 22, 2025)
An issue was discovered in the nanorand crate before 0.5.1 for Rust. It caused any random number generator (even ChaCha) to return all zeroes because integer truncation was mishandled.
Attacker Value
Unknown

CVE-2020-25576

Disclosure Date: September 14, 2020 (last updated February 22, 2025)
An issue was discovered in the rand_core crate before 0.4.2 for Rust. Casting of byte slices to integer slices mishandles alignment constraints.