Lucene search
+L

9482 matches found

CNNVD
CNNVD
added 2021/04/14 12:00 a.m.7 views

Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in the standard library in versions of Rust prior to 1.53.0, which stems from a double release that occurs in the Vec::fromiter function. No details of the...

9.8CVSS5.6AI score0.0289EPSS
SaveExploits1References12
RedhatCVE
RedhatCVE
added 2021/04/13 5:38 p.m.30 views

CVE-2021-28877

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS2.3AI score0.01387EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.44 views

CVE-2020-36318

In the standard library in Rust before 1.49.0, VecDeque::makecontiguous has a bug that pops the same element more than once under certain condition. This bug could result in a use-after-free or double free...

9.8CVSS1.4AI score0.01676EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.28 views

CVE-2021-28875

In the standard library in Rust before 1.50.0, readtoend does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow...

7.5CVSS3.7AI score0.02122EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.29 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS2.1AI score0.01566EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/04/13 5:34 p.m.31 views

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS3AI score0.01509EPSS
SaveExploits1References3
CNVD
CNVD
added 2021/04/12 12:00 a.m.15 views

Rust integer overflow vulnerability (CNVD-2021-28296)

Rust is a systems programming language characterized by fast operation, the ability to prevent segmentation errors, and thread-safety. An integer overflow vulnerability exists in the Zip implementation of the standard library in versions of Rust prior to 1.52.0. An attacker can exploit this...

9.8CVSS6.9AI score0.02412EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/04/12 12:00 a.m.38 views

Rust Resource Management Error Vulnerability (CNVD-2021-31920)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in through crate for Rust 2021-02-18 and earlier versions, which stems from a double release in the map function. No details of the vulnerability are provided at...

9.8CVSS6.7AI score0.01326EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/04/12 12:00 a.m.12 views

Mozilla Rust Post-Release Reuse and Double-Release Vulnerability

Rust is a systems programming language characterized by fast operation, the ability to prevent segmentation errors, and thread-safety. A reuse-after-release and double-release vulnerability exists in standard inventory in versions of Rust prior to 1.49.0. The vulnerability stems from...

9.8CVSS6.4AI score0.01676EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/04/12 12:00 a.m.12 views

Rust Buffer Overflow Vulnerability (CNVD-2021-28295)

Rust is a systems programming language characterized by fast operation, the ability to prevent segmentation errors, and thread-safety. A buffer overflow vulnerability exists in the standard stock in versions of Rust prior to 1.50.0. The vulnerability stems from readtoend not validating the return...

7.5CVSS6.9AI score0.02122EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/04/12 12:00 a.m.18 views

Rust Buffer Overflow Vulnerability (CNVD-2021-28297)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust that stems from the loss of uninitialized memory that sometimes occurs. No details of the vulnerability are provided at this time...

7.5CVSS6.7AI score0.01135EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.14 views

CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS7AI score
SaveExploits0References7
OSV
OSV
added 2021/04/11 8:15 p.m.3 views

DEBIAN-CVE-2021-28879

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again...

9.8CVSS8.8AI score0.02412EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.4 views

DEBIAN-CVE-2021-28877

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS7.5AI score0.01387EPSS
SaveExploits0References1
OSV
OSV
added 2021/04/11 8:15 p.m.5 views

DEBIAN-CVE-2021-28878

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS7.6AI score0.01997EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.30 views

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the sa...

7.5CVSS6.7AI score
SaveExploits0References2
OSV
OSV
added 2021/04/11 8:15 p.m.27 views

CVE-2021-28878

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS6.7AI score
SaveExploits0References6
OSV
OSV
added 2021/04/11 8:15 p.m.28 views

CVE-2020-36318

In the standard library in Rust before 1.49.0, VecDeque::makecontiguous has a bug that pops the same element more than once under certain condition. This bug could result in a use-after-free or double free...

9.8CVSS6.7AI score
SaveExploits0References2
OSV
OSV
added 2021/04/11 8:15 p.m.6 views

DEBIAN-CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS6.5AI score0.01566EPSS
SaveExploits1References1
NVD
NVD
added 2021/04/11 8:15 p.m.28 views

CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside siftup or siftdownrange panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS0.01324EPSS
SaveExploits1References2
Rows per page
Query Builder