2 matches found
CVE-2020-35924
An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...
5.5CVSS5.8AI score0.00377EPSS
SaveExploits1References1
CVE-2020-35924
CVE-2020-35924 affects the Rust crate try-mutex prior to 0.3.0. The issue arises because TryMutex allowed cross-thread sending of non-Send types due to an unconditional Sync implementation, enabling data races. The root cause is absence of a Send bound on the Sync trait implementation for TryMute...
5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References1Affected Software1
20