Lucene search
+L

51 matches found

github
github
added 2021/08/25 8:50 p.m.28 views

Data races in try-mutex

Affected versions of this crate unconditionally implemented Sync trait for TryMutex type. This allows users to put non-Send T type in TryMutex and send it to another thread, which can cause a data race. The flaw was corrected in the 0.3.0 release by adding T: Send bound for the Sync trait...

5.5CVSS5.4AI score0.00377EPSS
Exploits1References4Affected Software1
osv
osv
added 2021/08/25 8:49 p.m.15 views

GHSA-4HJG-CX88-G9F9 Data races in futures-intrusive

GenericMutexGuard was given the Sync auto trait as long as T is Send due to its contained members. However, since the guard is supposed to represent an acquired lock and allows concurrent access to the underlying data from different threads, it should only be Sync when the underlying data is. Thi...

5.5CVSS5.3AI score0.00374EPSS
Exploits1References4
github
github
added 2021/08/25 8:49 p.m.28 views

Data races in futures-intrusive

GenericMutexGuard was given the Sync auto trait as long as T is Send due to its contained members. However, since the guard is supposed to represent an acquired lock and allows concurrent access to the underlying data from different threads, it should only be Sync when the underlying data is. Thi...

5.5CVSS5.5AI score0.00374EPSS
Exploits1References4Affected Software1
osv
osv
added 2021/08/08 6:15 a.m.5 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS5.8AI score0.00833EPSS
Exploits1References2
nvd
nvd
added 2021/08/08 6:15 a.m.37 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.1CVSS0.01098EPSS
Exploits1References2
nvd
nvd
added 2021/08/08 6:15 a.m.55 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.1CVSS0.0124EPSS
Exploits1References2
prion
prion
added 2021/08/08 6:15 a.m.15 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
Exploits1References2Affected Software1
prion
prion
added 2021/08/08 6:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the tinyfuture crate before 0.4.0 for Rust. Future does not have bounds on its Send and Sync traits...

6.8CVSS8AI score0.00766EPSS
Exploits0References2Affected Software1
prion
prion
added 2021/08/08 6:15 a.m.17 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
Exploits1References2Affected Software1
prion
prion
added 2021/08/08 6:15 a.m.17 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
Exploits0References2Affected Software1
cvelist
cvelist
added 2021/08/08 5:18 a.m.32 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
Exploits0References2
cvelist
cvelist
added 2021/08/08 5:14 a.m.45 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
Exploits1References2
cve
cve
added 2021/08/08 5:14 a.m.112 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
Exploits1References2Affected Software1
cvelist
cvelist
added 2021/08/08 5:13 a.m.40 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
Exploits1References2
cve
cve
added 2021/08/08 5:13 a.m.200 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
Exploits1References2Affected Software1
nvd
nvd
added 2021/01/26 6:15 p.m.23 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
Exploits1References1
prion
prion
added 2021/01/26 6:15 p.m.15 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
Exploits1References1Affected Software1
prion
prion
added 2021/01/26 6:15 p.m.17 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
Exploits1References1Affected Software1
prion
prion
added 2021/01/26 6:15 p.m.15 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
Exploits1References1Affected Software1
cvelist
cvelist
added 2021/01/22 9:6 a.m.23 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
Exploits0References1
Rows per page
Query Builder