Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Rust-lang Subscribe
Filtered by product Future-utils
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-35905 1 Rust-lang 1 Future-utils 2021-01-06 1.9 LOW 4.7 MEDIUM
An issue was discovered in the futures-util crate before 0.3.7 for Rust. MutexGuard::map can cause a data race for certain closure situations (in safe code).
CVE-2020-35908 1 Rust-lang 1 Future-utils 2021-01-06 2.1 LOW 5.5 MEDIUM
An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled.