Vulnerabilities (CVE)

Total 318379 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-35914 1 Lock Api Project 1 Lock Api 2024-11-21 1.9 LOW 4.7 MEDIUM
An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of RwLockWriteGuard unsoundness.
CVE-2020-35913 1 Lock Api Project 1 Lock Api 2024-11-21 1.9 LOW 4.7 MEDIUM
An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness.
CVE-2020-35912 1 Lock Api Project 1 Lock Api 2024-11-21 1.9 LOW 4.7 MEDIUM
An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness.
CVE-2020-35911 1 Lock Api Project 1 Lock Api 2024-11-21 1.9 LOW 4.7 MEDIUM
An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockReadGuard unsoundness.
CVE-2020-35910 1 Lock Api Project 1 Lock Api 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness.
CVE-2020-35909 1 Protocol 1 Multihash 2024-11-21 7.8 HIGH 7.5 HIGH
An issue was discovered in the multihash crate before 0.11.3 for Rust. The from_slice parsing code can panic via unsanitized data from a network server.
CVE-2020-35908 1 Rust-lang 1 Future-utils 2024-11-21 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.
CVE-2020-35907 1 Rust-lang 1 Futures-task 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the futures-task crate before 0.3.5 for Rust. futures_task::noop_waker_ref allows a NULL pointer dereference.
CVE-2020-35905 1 Rust-lang 1 Future-utils 2024-11-21 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-35904 1 Crossbeam-channel Project 1 Crossbeam-channel 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are.
CVE-2020-35903 1 Dync Project 1 Dync 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the dync crate before 0.5.0 for Rust. VecCopy allows misaligned element access because u8 is not always the type in question.
CVE-2020-35902 1 Actix 1 Actix-codec 2024-11-21 7.5 HIGH 9.8 CRITICAL
An issue was discovered in the actix-codec crate before 0.3.0-beta.1 for Rust. There is a use-after-free in Framed.
CVE-2020-35901 1 Actix 1 Actix-http 2024-11-21 5.0 MEDIUM 7.5 HIGH
An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream.
CVE-2020-35900 1 Array-queue Project 1 Array-queue 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the array-queue crate through 2020-09-26 for Rust. A pop_back() call may lead to a use-after-free.
CVE-2020-35899 1 Actix 1 Actix-service 2024-11-21 2.1 LOW 5.5 MEDIUM
An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data.
CVE-2020-35898 1 Actix 1 Actix-utils 2024-11-21 6.4 MEDIUM 9.1 CRITICAL
An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data.
CVE-2020-35897 1 Atom Project 1 Atom 2024-11-21 1.9 LOW 4.7 MEDIUM
An issue was discovered in the atom crate before 0.3.6 for Rust. An unsafe Send implementation allows a cross-thread data race.
CVE-2020-35896 1 Ws-rs Project 1 Ws-rs 2024-11-21 5.0 MEDIUM 7.5 HIGH
An issue was discovered in the ws crate through 2020-09-25 for Rust. The outgoing buffer is not properly limited, leading to a remote memory-consumption attack.
CVE-2020-35895 1 Stack Project 1 Stack 2024-11-21 10.0 HIGH 9.8 CRITICAL
An issue was discovered in the stack crate before 0.3.1 for Rust. ArrayVec has an out-of-bounds write via element insertion.
CVE-2020-35894 1 Obstack Project 1 Obstack 2024-11-21 5.0 MEDIUM 7.5 HIGH
An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur.