crates.io package
futures-util
pkg:cargo/futures-util
Vulnerabilities (2)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-35905 | — | >= 0.3.2, < 0.3.7 | 0.3.7 | Dec 31, 2020 | 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 | — | >= 0.3.0, < 0.3.2 | 0.3.2 | Dec 31, 2020 | 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. |
- CVE-2020-35905Dec 31, 2020affected >= 0.3.2, < 0.3.7fixed 0.3.7
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-35908Dec 31, 2020affected >= 0.3.0, < 0.3.2fixed 0.3.2
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.