Lucene search
K

9526 matches found

OSV
OSV
added 2021/04/14 7:15 a.m.26 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.9CVSS6.9AI score
Exploits0References2
OSV
OSV
added 2021/04/14 7:15 a.m.13 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.9CVSS7AI score
Exploits0References2
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.18 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.9CVSS6.2AI score0.01054EPSS
Exploits0References3
Prion
Prion
added 2021/04/14 7:15 a.m.10 views

Race condition

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

4.3CVSS5.9AI score0.00799EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/04/14 7:15 a.m.14 views

Race condition

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

4.3CVSS5.8AI score0.01054EPSS
Exploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.17 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.9CVSS6.2AI score0.00799EPSS
Exploits0References3
Prion
Prion
added 2021/04/14 7:15 a.m.22 views

Double free

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

7.5CVSS9.2AI score0.0289EPSS
Exploits1References7Affected Software2
OSV
OSV
added 2021/04/14 7:15 a.m.3 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
Exploits0References4
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.23 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.2CVSS7.1AI score0.02025EPSS
Exploits0References3
Prion
Prion
added 2021/04/14 7:15 a.m.17 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
Exploits0References7Affected Software2
UbuntuCve
UbuntuCve
added 2021/04/14 7:15 a.m.27 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.8CVSS7.2AI score0.0289EPSS
Exploits1References3
OSV
OSV
added 2021/04/14 7:15 a.m.1 views

UBUNTU-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.8CVSS7.3AI score0.0289EPSS
Exploits1References4
OSV
OSV
added 2021/04/14 7:15 a.m.2 views

UBUNTU-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
Exploits0References4
OSV
OSV
added 2021/04/14 7:15 a.m.16 views

UBUNTU-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.00799EPSS
Exploits0References4
Cvelist
Cvelist
added 2021/04/14 6:10 a.m.15 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
Exploits0References2
CVE
CVE
added 2021/04/14 6:10 a.m.66 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
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/04/14 6:10 a.m.28 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
Exploits0
CVE
CVE
added 2021/04/14 6:10 a.m.147 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
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2021/04/14 6:10 a.m.21 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
Exploits0References7
Debian CVE
Debian CVE
added 2021/04/14 6:10 a.m.23 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
Exploits0
Rows per page
Query Builder