Lucene search
+L

70 matches found

Prion
Prion
added 2021/08/08 6:15 a.m.18 views

Design/Logic Flaw

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

6.8CVSS8AI score0.00766EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.19 views

Design/Logic Flaw

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

6.8CVSS8AI score0.0124EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:18 a.m.39 views

CVE-2020-36436

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

8.1AI score0.00766EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/08/08 5:17 a.m.47 views

CVE-2020-36442

An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait...

8.1AI score0.00766EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/08 5:14 a.m.196 views

CVE-2020-36456

The CVE-2020-36456 entry concerns the Rust crate toolshed, specifically the CopyCell type. The root cause is that the Send trait for CopyCell lacks bounds on the contained type, enabling potential data races when sending CopyCell across threads. Documented impact includes data race conditions due...

8.1CVSS7.9AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:14 a.m.39 views

CVE-2020-36456

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

8.1AI score0.01098EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:14 a.m.51 views

CVE-2020-36457

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

8.1AI score0.0124EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:14 a.m.118 views

CVE-2020-36457

CVE-2020-36457 affects the lever crate for Rust, specifically versions before 0.1.1. The root cause is that an internal type, AtomicBox, implements Send and Sync for all types T, which enables non-Send types (e.g., Rc) and non-Sync types (e.g., Cell) to be used across thread boundaries. This can ...

8.1CVSS7.9AI score0.0124EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/08/08 5:13 a.m.207 views

CVE-2020-36460

CVE-2020-36460 affects the Rust model crate: the Shared data structure implements Send and Sync regardless of the inner type, potentially enabling data races in safe Rust. Covered in multiple sources (NVD/RUSTSEC/RH Red Hat) with references to a contention issue; no explicit patch/version remedia...

8.1CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:13 a.m.46 views

CVE-2020-36460

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type...

8.1AI score0.01098EPSS
SaveExploits1References2
NVD
NVD
added 2021/01/26 6:15 p.m.26 views

CVE-2020-36217

An issue was discovered in the mayqueue crate through 2020-11-10 for Rust. Because Queue does not have bounds on its Send trait or Sync trait, memory corruption can occur...

5.9CVSS6AI score0.01112EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/26 6:15 p.m.19 views

Design/Logic Flaw

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

1.9CVSS4.8AI score0.00332EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/01/26 6:15 p.m.17 views

Memory corruption

An issue was discovered in the mayqueue crate through 2020-11-10 for Rust. Because Queue does not have bounds on its Send trait or Sync trait, memory corruption can occur...

4.3CVSS5.9AI score0.01112EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/01/26 6:15 p.m.19 views

Memory corruption

An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur...

5CVSS7.7AI score0.0136EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2021/01/26 12:00 a.m.14 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. a security vulnerability exists in Rust late-static crate before 0.4.0, which stems from the fact that Sync is implemented with LateStatic's T: Send, causing data contention to occur. No details of the...

7CVSS7.1AI score0.00357EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/01/22 9:07 a.m.49 views

CVE-2020-36204

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

4.7AI score0.00332EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:06 a.m.28 views

CVE-2020-36207

An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7AI score0.00285EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2021/01/22 9:04 a.m.30 views

CVE-2020-36215

An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur...

7.7AI score0.0136EPSS
SaveExploits1References1
Rows per page
Query Builder