Lucene search
+L

249 matches found

NVD
NVD
•added 2021/08/08 6:15 a.m.•43 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
SaveExploits0References2
Prion
Prion
•added 2021/08/08 6:15 a.m.•22 views

Design/Logic Flaw

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

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

Design/Logic Flaw

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

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

Design/Logic Flaw

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

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
•added 2021/08/08 6:15 a.m.•22 views

Design/Logic Flaw

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

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
•added 2021/08/08 6:15 a.m.•23 views

Out-of-bounds

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

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

Design/Logic Flaw

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

6.8CVSS8AI score0.0124EPSS
SaveExploits1References2Affected Software1
Prion
Prion
•added 2021/08/08 6:15 a.m.•24 views

Design/Logic Flaw

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

6.8CVSS8AI score0.00833EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2021/08/08 5:18 a.m.•43 views

CVE-2020-36436

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

8.1AI score0.00766EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2021/08/08 5:17 a.m.•50 views

CVE-2020-36442

An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait...

8.1AI score0.00766EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2021/08/08 5:17 a.m.•37 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.5AI score0.0123EPSS
SaveExploits0References2
CVE
CVE
•added 2021/08/08 5:14 a.m.•202 views

CVE-2020-36456

The CVE-2020-36456 entry concerns the Rust crate toolshed, specifically the CopyCell type. The root cause is that the Send trait for CopyCell lacks bounds on the contained type, enabling potential data races when sending CopyCell across threads. Documented impact includes data race conditions due...

8.1CVSS7.9AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2021/08/08 5:14 a.m.•43 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.1AI score0.01098EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2021/08/08 5:14 a.m.•55 views

CVE-2020-36457

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

8.1AI score0.0124EPSS
SaveExploits1References2
CVE
CVE
•added 2021/08/08 5:14 a.m.•125 views

CVE-2020-36457

CVE-2020-36457 affects the lever crate for Rust, specifically versions before 0.1.1. The root cause is that an internal type, AtomicBox, implements Send and Sync for all types T, which enables non-Send types (e.g., Rc) and non-Sync types (e.g., Cell) to be used across thread boundaries. This can ...

8.1CVSS7.9AI score0.0124EPSS
SaveExploits1References2Affected Software1
CVE
CVE
•added 2021/08/08 5:13 a.m.•214 views

CVE-2020-36460

CVE-2020-36460 affects the Rust model crate: the Shared data structure implements Send and Sync regardless of the inner type, potentially enabling data races in safe Rust. Covered in multiple sources (NVD/RUSTSEC/RH Red Hat) with references to a contention issue; no explicit patch/version remedia...

8.1CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2021/08/08 5:13 a.m.•52 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.1AI score0.01098EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
•added 2021/04/16 8:01 p.m.•41 views

CVE-2021-28878

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS2AI score0.01997EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
•added 2021/04/13 5:38 p.m.•32 views

CVE-2021-28877

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS2.3AI score0.01387EPSS
SaveExploits0References3
Prion
Prion
•added 2021/04/11 8:15 p.m.•29 views

Design/Logic Flaw

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

5CVSS7.5AI score0.01387EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder