Lucene search
+L

4354 matches found

Cvelist
Cvelist
added 2021/03/05 8:38 a.m.28 views

CVE-2021-28029

An issue was discovered in the toodee crate before 0.3.0 for Rust. The row-insertion feature allows attackers to read the contents of uninitialized memory locations...

7.5AI score0.01059EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2021/03/05 12:0 a.m.30 views

Huawei EulerOS: Security Advisory for binutils (EulerOS-SA-2021-1388)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS6.6AI score0.02752EPSS
SaveExploits7References2
OpenVAS
OpenVAS
added 2021/03/05 12:0 a.m.24 views

Huawei EulerOS: Security Advisory for binutils (EulerOS-SA-2021-1580)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.1CVSS6.1AI score0.01234EPSS
SaveExploits6References2
CNNVD
CNNVD
added 2021/03/05 12:0 a.m.8 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in toodee crate before 0.3.0 for Rust, which can be exploited by an attacker to read the contents of uninitialized memory locations...

7.5CVSS5.6AI score0.01059EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/03/05 12:0 a.m.7 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in stackdst crate before 0.6.1 for Rust, where uninitialized memory is lost during a val.clone panic. No details of the vulnerability are provided at this time...

9.8CVSS5.5AI score0.01167EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2021/03/05 12:0 a.m.26 views

Huawei EulerOS: Security Advisory for binutils (EulerOS-SA-2021-1459)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS6.6AI score0.02752EPSS
SaveExploits4References2
CNNVD
CNNVD
added 2021/03/05 12:0 a.m.8 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in truetype crate before 0.30.1 for Rust, which originates from a read operation reading the contents of an uninitialized memory location. No details of the vulnerability are...

7.5CVSS5.5AI score0.01059EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2021/03/04 12:0 a.m.35 views

EulerOS Virtualization for ARM 64 3.0.6.0 : binutils (EulerOS-SA-2021-1580)

According to the versions of the binutils package installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - A Null Pointer Dereference vulnerability exists in the Binary File Descriptor BFD library aka libbfd, as distributed ...

6.1CVSS6.5AI score0.01234EPSS
SaveExploits6References8
FireEye
FireEye
added 2021/03/03 12:0 a.m.278 views

Fuzzing Image Parsing in Windows, Part Two: Uninitialized Memory

Continuing our discussion of image parsing vulnerabilities in Windows, we take a look at a comparatively less popular vulnerability class: uninitialized memory. In this post, we will look at Windows’ inbuilt image parsers—specifically for vulnerabilities involving the use of uninitialized memory...

4.3CVSS0.5AI score0.06579EPSS
SaveExploits2References4
OSV
OSV
added 2021/03/01 12:0 p.m.31 views

RUSTSEC-2021-0032 Deserializing an array can drop uninitialized memory on panic

The readbytesdefaultle function for T; n arrays, used to deserialize arrays of T from bytes created a T; n array with std::mem::uninitialized and then called T's deserialization method. If T's deserialization method panicked, the uninitialized memory could drop invalid objects. This flaw was...

9.8CVSS9.4AI score0.01167EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/03/01 12:0 p.m.25 views

Deserializing an array can drop uninitialized memory on panic

The readbytesdefaultle function for T; n arrays, used to deserialize arrays of T from bytes created a T; n array with std::mem::uninitialized and then called T's deserialization method. If T's deserialization method panicked, the uninitialized memory could drop invalid objects. This flaw was...

9.8CVSS2.7AI score0.01167EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/02/24 12:0 p.m.41 views

RUSTSEC-2021-0050 swap_index can write out of bounds and return uninitialized memory

swapindex takes an iterator and swaps the items with their corresponding indexes. It reserves capacity and sets the length of the vector based on the .len method of the iterator. If the len returned by the iterator is larger than the actual number of elements yielded, then swapindex creates a...

7.3CVSS7.2AI score0.009EPSS
SaveExploits2References3
CNVD
CNVD
added 2021/02/24 12:0 a.m.10 views

Rust Information Disclosure Vulnerability (CNVD-2021-13652)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. An information disclosure vulnerability exists in versions of Rust prior to 0.14.0, which can be exploited by an attacker to obtain sensitive information from uninitialized memory locations via a user-supplied...

7.5CVSS5.9AI score0.01489EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/22 12:0 p.m.20 views

RUSTSEC-2021-0033 push_cloned can drop uninitialized memory or double free on panic

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS9.3AI score0.01167EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/02/22 12:0 p.m.19 views

push_cloned can drop uninitialized memory or double free on panic

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

5.1AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/02/22 12:0 a.m.60 views

EulerOS 2.0 SP2 : binutils (EulerOS-SA-2021-1282)

According to the versions of the binutils packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - findabstractinstance in dwarf2.c in the Binary File Descriptor BFD library aka libbfd, as distributed in GNU Binutils 2.32, allows remote...

6.5CVSS6.6AI score0.02752EPSS
SaveExploits4References5
Tenable Nessus
Tenable Nessus
added 2021/02/22 12:0 a.m.29 views

EulerOS 2.0 SP2 : evince (EulerOS-SA-2021-1291)

According to the version of the evince packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - The tiffdocumentrender and tiffdocumentgetthumbnail functions in the TIFF document backend in GNOME Evince through 3.32.0 did not handle errors fro...

5.5CVSS6.5AI score0.01443EPSS
SaveExploits0References2
RustSec
RustSec
added 2021/02/17 12:0 p.m.30 views

Tape::take_bytes exposes uninitialized memory to a user-provided Read

Affected versions of this crate passed an unininitialized buffer to a user-provided Read instance in Tape::takebytes. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was corrected in commit 1f2dc7f37dd by removing the unsa...

7.5CVSS4.8AI score0.01059EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/02/17 12:0 p.m.35 views

RUSTSEC-2021-0029 Tape::take_bytes exposes uninitialized memory to a user-provided Read

Affected versions of this crate passed an unininitialized buffer to a user-provided Read instance in Tape::takebytes. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was corrected in commit 1f2dc7f37dd by removing the unsa...

7.5CVSS7.5AI score0.01059EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/02/17 12:0 p.m.35 views

misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS2.5AI score0.01363EPSS
SaveExploits1
Rows per page
Query Builder