Lucene search
+L

815 matches found

AlpineLinux
AlpineLinux
added 2021/04/14 6:10 a.m.44 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.2CVSS9AI score0.02025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2021/04/14 6:10 a.m.54 views

CVE-2018-25008

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

5.9CVSS5.8AI score0.01054EPSS
SaveExploits0
CNNVD
CNNVD
added 2021/04/14 12:0 a.m.5 views

Rust 格式化字符串错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A format string error vulnerability exists in the standard library in versions of Rust prior to 1.52.0, which stems from the fact that if the length of a borrowed string is changed after checking it, it could...

8.2CVSS5.6AI score0.02025EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2021/04/14 12:0 a.m.5 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
CNNVD
CNNVD
added 2021/04/14 12:0 a.m.8 views

Mozilla Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in the standard library in Rust prior to version 1.29.0, which stems from weak synchronization in the Arc::get mut method. This synchronization issue could lead to memory safety...

5.9CVSS5.5AI score0.01054EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2021/04/14 12:0 a.m.25 views

CVE-2021-31162

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

9.6AI score0.0289EPSS
SaveExploits1References7
CVE
CVE
added 2021/04/14 12:0 a.m.146 views

CVE-2021-31162

CVE-2021-31162 affects the Rust standard library’s Vec::from_iter: a double free can occur if freeing the element panics in Rust versions prior to 1.52.0. Several connected advisories confirm this vulnerability and reference the same underlying issue in the Vec::from_iter path, with impact descri...

9.8CVSS9.2AI score0.0289EPSS
SaveExploits1References7Affected Software1
CNNVD
CNNVD
added 2021/04/14 12:0 a.m.8 views

Mozilla Rust 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A contention condition issue vulnerability exists in the standard library in versions of Rust prior to 1.19.0, which stems from a synchronization issue with MutexGuard objects that allows memory safety issues to...

5.9CVSS5.5AI score0.00799EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2021/04/14 12:0 a.m.31 views

CVE-2021-31162

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

9.8CVSS9.5AI score0.0289EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/04/14 12:0 a.m.45 views

CVE-2021-31162

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

9.8CVSS9.5AI score0.0289EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2021/04/13 5:38 p.m.29 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.41 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
NVD
NVD
added 2021/04/11 8:15 p.m.14 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.8CVSS0.01676EPSS
SaveExploits1References2
OSV
OSV
added 2021/04/11 8:15 p.m.28 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.17 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.1AI score
SaveExploits0References6
OSV
OSV
added 2021/04/11 8:15 p.m.3 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
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.26 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
AlpineLinux
AlpineLinux
added 2021/04/11 8:15 p.m.28 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.3CVSS7.1AI score0.01566EPSS
SaveExploits1
Prion
Prion
added 2021/04/11 8:15 p.m.29 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
Rows per page
Query Builder