Lucene search
+L

9468 matches found

UbuntuCve
UbuntuCve
added 2021/04/11 8:15 p.m.22 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.5CVSS7.1AI score0.01324EPSS
SaveExploits1References3
OSV
OSV
added 2021/04/11 8:15 p.m.11 views

UBUNTU-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.5CVSS7.7AI score0.02122EPSS
SaveExploits1References4
Prion
Prion
added 2021/04/11 8:15 p.m.30 views

Double free

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

7.5CVSS9.3AI score0.01676EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/04/11 8:15 p.m.30 views

Design/Logic Flaw

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

4.3CVSS8.4AI score0.01997EPSS
SaveExploits1References6Affected Software2
AlpineLinux
AlpineLinux
added 2021/04/11 8:15 p.m.33 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.5CVSS7AI score0.02122EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2021/04/11 8:15 p.m.37 views

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.8CVSS7.3AI score0.02412EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2021/04/11 8:15 p.m.24 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.8CVSS7.2AI score0.01676EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2021/04/11 8:15 p.m.38 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.5CVSS7.1AI score0.01387EPSS
SaveExploits0References2
OSV
OSV
added 2021/04/11 8:15 p.m.5 views

UBUNTU-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.8CVSS7.7AI score0.02412EPSS
SaveExploits1References4
OSV
OSV
added 2021/04/11 8:15 p.m.18 views

UBUNTU-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.8AI score0.01566EPSS
SaveExploits1References4
OSV
OSV
added 2021/04/11 8:15 p.m.12 views

UBUNTU-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.5CVSS7.1AI score0.01509EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2021/04/11 7:06 p.m.29 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.7AI score0.01324EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/04/11 7:06 p.m.45 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.5CVSS7.6AI score0.01324EPSS
SaveExploits1
CVE
CVE
added 2021/04/11 7:06 p.m.213 views

CVE-2015-20001

In Rust prior to 1.2.0, the standard library’s BinaryHeap is not panic-safe. If the comparison of generic elements inside sift_up or sift_down_range panics, the heap can be left in an inconsistent state, leading to dropping zeroed memory of an arbitrary type and a memory-safety violation. This CV...

7.5CVSS7.6AI score0.01324EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/04/11 7:06 p.m.120 views

CVE-2020-36317

The CVE-2020-36317 issue affects the Rust standard library prior to 1.49.0, where String::retain() can panic and allow creation of a non-UTF-8 Rust string. This may cause a memory-safety violation when other APIs assume UTF-8 on the same string. Several connected advisories confirm Rust 1.49.0 or...

7.5CVSS7.8AI score0.01509EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/04/11 7:06 p.m.33 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.5CVSS7.7AI score0.01509EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/04/11 7:06 p.m.26 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...

8AI score0.01509EPSS
SaveExploits1References2
CVE
CVE
added 2021/04/11 7:05 p.m.134 views

CVE-2020-36318

CVE-2020-36318 affects Rust’s standard library VecDeque::make_contiguous, where a condition can cause the same element to be popped more than once, leading to use-after-free or double-free. Multiple advisories (RHEL/CentOS 8, Rocky Linux, Oracle Linux, CentOS) reference this issue alongside CVE-2...

9.8CVSS9.2AI score0.01676EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/04/11 7:05 p.m.21 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.8CVSS9.5AI score0.01676EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/04/11 7:05 p.m.27 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.4AI score0.01676EPSS
SaveExploits1References2
Rows per page
Query Builder