Lucene search
+L

358 matches found

OSV
OSV
added 2021/08/25 8:51 p.m.56 views

GHSA-JPHW-P3M6-PJ3C Data races in multiqueue2

Affected versions of this crate unconditionally implemented Send for types used in queue implementations InnerSend, InnerRecv, FutInnerSend, FutInnerRecv. This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior. The flaw was correcte...

5.9CVSS5.7AI score0.01107EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:44 p.m.28 views

Use after free in image

Affected versions of this crate would call Vec::setlen on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances. This could run Drop implementations on...

9.8CVSS9.2AI score0.02478EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2021/08/08 6:15 a.m.39 views

CVE-2020-36463

An issue was discovered in the multiqueue crate through 2020-12-25 for Rust. There are unconditional implementations of Send for InnerSend, InnerRecv, FutInnerSend, and FutInnerRecv...

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

CVE-2020-36446

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

8.1CVSS0.00766EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.32 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
SaveExploits0References2
OSV
OSV
added 2021/08/08 6:15 a.m.4 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.1CVSS5.8AI score0.01249EPSS
SaveExploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.29 views

CVE-2020-36450

An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch...

8.1CVSS0.01249EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.6 views

CVE-2020-36450

An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch...

8.1CVSS7.3AI score0.01249EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.6 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.1CVSS7.3AI score0.0124EPSS
SaveExploits1References2
NVD
NVD
added 2021/08/08 6:15 a.m.34 views

CVE-2020-36453

An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue...

8.1CVSS0.01098EPSS
SaveExploits1References2
Prion
Prion
added 2021/08/08 6:15 a.m.19 views

Code injection

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

6.8CVSS8AI score0.00766EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.13 views

Design/Logic Flaw

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

6.8CVSS8AI score0.01249EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.20 views

Design/Logic Flaw

An issue was discovered in the multiqueue crate through 2020-12-25 for Rust. There are unconditional implementations of Send for InnerSend, InnerRecv, FutInnerSend, and FutInnerRecv...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:18 a.m.33 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.1AI score0.00766EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/08/08 5:17 a.m.29 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.1AI score0.00766EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/08 5:16 a.m.117 views

CVE-2020-36446

CVE-2020-36446 affects the signal-simple crate for Rust. The root cause is that SyncChannel is implemented as Send and Sync unconditionally, which allows moving or sharing owned T across threads. This can enable unsafe behavior when T is not Send, potentially causing data races and memory corrupt...

8.1CVSS7.9AI score0.00766EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:16 a.m.38 views

CVE-2020-36446

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

8.1AI score0.00766EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/08/08 5:15 a.m.40 views

CVE-2020-36450

An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch...

8.1AI score0.01249EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:15 a.m.32 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.1AI score0.01249EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:15 a.m.40 views

CVE-2020-36453

An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue...

8.1AI score0.01098EPSS
SaveExploits1References2
Rows per page
Query Builder