2 matches found
CVE-2020-36438
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...
8.1CVSS6.9AI score0.00766EPSS
SaveExploits0
Data races in magnetic
Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T...
5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References4Affected Software1
20