Lucene search

K

13 matches found

CVE
CVE
added 2021/04/11 8:15 p.m.186 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 sift_up or sift_down_range panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a memory...

7.5CVSS7.6AI score0.00403EPSS
CVE
CVE
added 2021/08/07 5:15 p.m.148 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which (in some situations) allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation.

9.1CVSS9AI score0.0026EPSS
CVE
CVE
added 2021/04/14 7:15 a.m.129 views

CVE-2020-36323

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed (or the program to crash) if the borrowed string changes after its length is checked.

8.2CVSS8.7AI score0.00709EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.127 views

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls __iterator_get_unchecked() 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.3CVSS7AI score0.00089EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.121 views

CVE-2021-28878

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

7.5CVSS8.4AI score0.00125EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.119 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.8CVSS9.4AI score0.00123EPSS
CVE
CVE
added 2021/04/14 7:15 a.m.118 views

CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics.

9.8CVSS9.2AI score0.00827EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.107 views

CVE-2021-28875

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

7.5CVSS8.4AI score0.00204EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.105 views

CVE-2020-36318

In the standard library in Rust before 1.49.0, VecDeque::make_contiguous 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.2AI score0.00389EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.101 views

CVE-2021-28877

In the standard library in Rust before 1.51.0, the Zip implementation calls __iterator_get_unchecked() 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.5CVSS8.4AI score0.00219EPSS
CVE
CVE
added 2021/04/11 8:15 p.m.97 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.8AI score0.00367EPSS
CVE
CVE
added 2021/04/14 7:15 a.m.64 views

CVE-2018-25008

In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.

5.9CVSS5.8AI score0.0031EPSS
CVE
CVE
added 2021/04/14 7:15 a.m.55 views

CVE-2017-20004

In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race conditions.

5.9CVSS5.8AI score0.00241EPSS