Lucene search
+L

9482 matches found

Prion
Prion
added 2021/04/14 7:15 a.m.23 views

Design/Logic Flaw

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

6.4CVSS8.4AI score0.02025EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2021/04/14 7:15 a.m.12 views

UBUNTU-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.2CVSS7.2AI score0.02025EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2021/04/14 6:10 a.m.24 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.9AI score0.00799EPSS
SaveExploits0References2
CVE
CVE
added 2021/04/14 6:10 a.m.79 views

CVE-2017-20004

CVE-2017-20004 affects the Rust standard library prior to 1.19.0, where a synchronization flaw in the MutexGuard object allows MutexGuards to be used across threads with arbitrary types, enabling memory-safety issues via data races. Affected component: Rust standard library; vulnerable version ra...

5.9CVSS5.8AI score0.00799EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/04/14 6:10 a.m.43 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.9AI score0.00799EPSS
SaveExploits0
CVE
CVE
added 2021/04/14 6:10 a.m.160 views

CVE-2020-36323

CVE-2020-36323 – Rust stdlib string-joining optimization issue : The connected sources confirm a defect in Rust before 1.52.0 where a string-joining optimization could expose uninitialized bytes or cause a crash if the borrowed string changes after its length is checked. This is a security issue ...

8.2CVSS8.7AI score0.02025EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2021/04/14 6:10 a.m.28 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.8AI score0.02025EPSS
SaveExploits0References7
AlpineLinux
AlpineLinux
added 2021/04/14 6:10 a.m.51 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.31 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.1AI score0.02025EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/04/14 6:10 a.m.31 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.8AI score0.01054EPSS
SaveExploits0References2
CVE
CVE
added 2021/04/14 6:10 a.m.87 views

CVE-2018-25008

CVE-2018-25008 affects the Rust standard library: Arc::get_mut in Rust versions before 1.29.0 has weak synchronization that can lead to memory-safety issues via race conditions. The connected documents corroborate this description across several sources. The exact affected products/versions beyon...

5.9CVSS5.8AI score0.01054EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/04/14 6:10 a.m.57 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
Cvelist
Cvelist
added 2021/04/14 12:00 a.m.29 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
CNNVD
CNNVD
added 2021/04/14 12:00 a.m.6 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:00 a.m.9 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
CVE
CVE
added 2021/04/14 12:00 a.m.154 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
AlpineLinux
AlpineLinux
added 2021/04/14 12:00 a.m.35 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
CNNVD
CNNVD
added 2021/04/14 12:00 a.m.9 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
Positive Technologies
Positive Technologies
added 2021/04/14 12:00 a.m.5 views

PT-2021-19197 · Rust +6 · Rust +6

Name of the Vulnerable Software and Affected Versions: Rust versions prior to 1.52.0 Description: A double free can occur in the Vec::from iter function if freeing the element panics. This issue is related to the standard library in Rust. Recommendations: For versions prior to 1.52.0, update to...

9.8CVSS6.6AI score0.0289EPSS
SaveExploits7References71
Debian CVE
Debian CVE
added 2021/04/14 12:00 a.m.47 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
Rows per page
Query Builder