Lucene search
K

9526 matches found

OSV
OSV
added 2021/08/08 6:15 a.m.4 views

CVE-2020-36456

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

8.1CVSS7.3AI score0.01098EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.14 views

CVE-2020-36439

An issue was discovered in the ticketedlock crate before 0.3.0 for Rust. There are unconditional implementations of Send for ReadTicket and WriteTicket...

8.1CVSS0.00766EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.15 views

CVE-2020-36441

An issue was discovered in the abox crate before 0.4.1 for Rust. It implements Send and Sync for AtomicBox with no requirement for T: Send and T: Sync...

8.1CVSS0.00766EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.13 views

CVE-2020-36443

An issue was discovered in the libp2p-deflate crate before 0.27.1 for Rust. An uninitialized buffer is passed to AsyncRead::pollread, which is a user-provided trait function...

9.8CVSS0.0123EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.9 views

CVE-2020-36460

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...

8.1CVSS0.01098EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.10 views

CVE-2020-36438

An issue was discovered in the tinyfuture crate before 0.4.0 for Rust. Future does not have bounds on its Send and Sync traits...

8.1CVSS0.00766EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.15 views

CVE-2020-36444

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard without trait bounds on RC...

8.1CVSS0.00766EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.10 views

CVE-2020-36445

An issue was discovered in the convec crate through 2020-11-24 for Rust. There are unconditional implementations of Send and Sync for ConVec...

8.1CVSS0.00766EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.14 views

CVE-2020-36452

An issue was discovered in the array-tools crate before 0.3.2 for Rust. FixedCapacityDequeLike::clone has a drop of uninitialized memory...

9.8CVSS0.01119EPSS
Exploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.10 views

CVE-2020-36461

An issue was discovered in the noisesearch crate through 2020-12-10 for Rust. There are unconditional implementations of Send and Sync for MvccRwLock...

8.1CVSS0.0124EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.14 views

CVE-2020-36448

An issue was discovered in the cache crate through 2020-11-24 for Rust. There are unconditional implementations of Send and Sync for Cache...

8.1CVSS0.01098EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.26 views

CVE-2020-36451

An issue was discovered in the rcucell crate through 2020-11-14 for Rust. There are unconditional implementations of Send and Sync for RcuCell...

8.1CVSS0.01249EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.14 views

CVE-2020-36459

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...

8.1CVSS0.01098EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.21 views

CVE-2020-36447

An issue was discovered in the v9 crate through 2020-12-18 for Rust. There is an unconditional implementation of Sync for SyncRef...

8.1CVSS0.01059EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.13 views

CVE-2020-36449

An issue was discovered in the kekbit crate before 0.3.4 for Rust. For ShmWriter, Send is implemented without requiring H: Send...

8.1CVSS0.01249EPSS
Exploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.18 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS0.00833EPSS
Exploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.2 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS5.8AI score0.00833EPSS
Exploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.3 views

CVE-2020-36441

An issue was discovered in the abox crate before 0.4.1 for Rust. It implements Send and Sync for AtomicBox with no requirement for T: Send and T: Sync...

8.1CVSS7.3AI score0.00766EPSS
Exploits0References2
OSV
OSV
added 2021/08/08 6:15 a.m.2 views

CVE-2020-36449

An issue was discovered in the kekbit crate before 0.3.4 for Rust. For ShmWriter, Send is implemented without requiring H: Send...

8.1CVSS7.3AI score0.01249EPSS
Exploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.6 views

CVE-2020-36455

An issue was discovered in the slock crate through 2020-11-17 for Rust. Slock unconditionally implements Send and Sync...

8.1CVSS5.8AI score0.01311EPSS
Exploits1References2
Rows per page
Query Builder