Export limit exceeded: 79588 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (79588 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2020-36461 1 Noise Search Project 1 Noise Search 2024-11-21 8.1 High
An issue was discovered in the noise_search crate through 2020-12-10 for Rust. There are unconditional implementations of Send and Sync for MvccRwLock.
CVE-2020-36460 1 Model Project 1 Model 2024-11-21 8.1 High
An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type.
CVE-2020-36459 1 Dces Project 1 Dces 2024-11-21 8.1 High
An issue was discovered in the dces crate through 2020-12-09 for Rust. The World type is marked as Send but lacks bounds on its EntityStore and ComponentStore.
CVE-2020-36458 1 Lexer Project 1 Lexer 2024-11-21 8.1 High
An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult<T, E>, there is an implementation of Sync with a trait bound of T: Send, E: Send.
CVE-2020-36457 1 Lever Project 1 Lever 2024-11-21 8.1 High
An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox<T> implements the Send and Sync traits for all types T.
CVE-2020-36456 1 Toolshed Project 1 Toolshed 2024-11-21 8.1 High
An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell<T>, the Send trait lacks bounds on the contained type.
CVE-2020-36455 1 Brokenlamp 1 Slock 2024-11-21 8.1 High
An issue was discovered in the slock crate through 2020-11-17 for Rust. Slock<T> unconditionally implements Send and Sync.
CVE-2020-36454 1 Parc Project 1 Parc 2024-11-21 8.1 High
An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak<T> has an unconditional implementation of Send without trait bounds on T.
CVE-2020-36453 1 Scottqueue Project 1 Scottqueue 2024-11-21 8.1 High
An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue<T>.
CVE-2020-36451 1 Rcu Cell Project 1 Rcu Cell 2024-11-21 8.1 High
An issue was discovered in the rcu_cell crate through 2020-11-14 for Rust. There are unconditional implementations of Send and Sync for RcuCell<T>.
CVE-2020-36450 1 Bunch Project 1 Bunch 2024-11-21 8.1 High
An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch<T>.
CVE-2020-36449 1 Kekbit Project 1 Kekbit 2024-11-21 8.1 High
An issue was discovered in the kekbit crate before 0.3.4 for Rust. For ShmWriter<H>, Send is implemented without requiring H: Send.
CVE-2020-36448 1 Cache Project 1 Cache 2024-11-21 8.1 High
An issue was discovered in the cache crate through 2020-11-24 for Rust. There are unconditional implementations of Send and Sync for Cache<K>.
CVE-2020-36447 1 V9 Project 1 V9 2024-11-21 8.1 High
An issue was discovered in the v9 crate through 2020-12-18 for Rust. There is an unconditional implementation of Sync for SyncRef<T>.
CVE-2020-36446 1 Signal-simple Project 1 Signal-simple 2024-11-21 8.1 High
An issue was discovered in the signal-simple crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for SyncChannel<T>.
CVE-2020-36445 1 Project 1 Convec 2024-11-21 8.1 High
An issue was discovered in the convec crate through 2020-11-24 for Rust. There are unconditional implementations of Send and Sync for ConVec<T>.
CVE-2020-36444 1 Async-coap Project 1 Async-coap 2024-11-21 8.1 High
An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard<RC, T> without trait bounds on RC.
CVE-2020-36442 1 Beef Project 1 Beef 2024-11-21 8.1 High
An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait.
CVE-2020-36441 1 Abox Project 1 Abox 2024-11-21 8.1 High
An issue was discovered in the abox crate before 0.4.1 for Rust. It implements Send and Sync for AtomicBox<T> with no requirement for T: Send and T: Sync.
CVE-2020-36440 1 Libsbc Project 1 Libsbc 2024-11-21 8.1 High
An issue was discovered in the libsbc crate before 0.1.5 for Rust. For Decoder<R>, it implements Send for any R: Read.