Show filters
182 Total Results
Displaying 121-130 of 182
Sort by:
Attacker Value
Unknown

CVE-2021-26953

Disclosure Date: February 09, 2021 (last updated February 22, 2025)
An issue was discovered in the postscript crate before 0.14.0 for Rust. It might allow attackers to obtain sensitive information from uninitialized memory locations via a user-provided Read implementation.
Attacker Value
Unknown

CVE-2021-26951

Disclosure Date: February 09, 2021 (last updated February 22, 2025)
An issue was discovered in the calamine crate before 0.17.0 for Rust. It allows attackers to overwrite heap-memory locations because Vec::set_len is used without proper memory claiming, and this uninitialized memory is used for a user-provided Read operation, as demonstrated by Sectors::get.
Attacker Value
Unknown

CVE-2021-26952

Disclosure Date: February 09, 2021 (last updated February 22, 2025)
An issue was discovered in the ms3d crate before 0.1.3 for Rust. It might allow attackers to obtain sensitive information from uninitialized memory locations via IoReader::read.
Attacker Value
Unknown

CVE-2021-26305

Disclosure Date: January 29, 2021 (last updated February 22, 2025)
An issue was discovered in Deserializer::read_vec in the cdr crate before 0.2.4 for Rust. A user-provided Read implementation can gain access to the old contents of newly allocated heap memory, violating soundness.
Attacker Value
Unknown

CVE-2021-25905

Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the bra crate before 0.1.1 for Rust. It lacks soundness because it can read uninitialized memory.
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-16042

Disclosure Date: January 08, 2021 (last updated February 22, 2025)
Uninitialized Use in V8 in Google Chrome prior to 87.0.4280.88 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.
Attacker Value
Unknown

CVE-2020-35494

Disclosure Date: January 04, 2021 (last updated February 22, 2025)
There's a flaw in binutils /opcodes/tic4x-dis.c. An attacker who is able to submit a crafted input file to be processed by binutils could cause usage of uninitialized memory. The highest threat is to application availability with a lower threat to data confidentiality. This flaw affects binutils versions prior to 2.34.
Attacker Value
Unknown

CVE-2020-35888

Disclosure Date: December 31, 2020 (last updated February 22, 2025)
An issue was discovered in the arr crate through 2020-08-25 for Rust. Uninitialized memory is dropped by Array::new_from_template.
Attacker Value
Unknown

CVE-2020-35893

Disclosure Date: December 31, 2020 (last updated February 22, 2025)
An issue was discovered in the simple-slab crate before 0.3.3 for Rust. remove() has an off-by-one error, causing memory leakage and a drop of uninitialized memory.