Lucene search
K

9526 matches found

Cvelist
Cvelist
added 2021/08/08 5:13 a.m.13 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.1AI score0.0124EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:13 a.m.122 views

CVE-2020-36462

CVE-2020-36462 concerns the Rust crate syncpool (pre-0.1.6) where Bucket2 unconditionally implements Send, allowing non-Send types (e.g., Cell, Rc) to be sent across threads. This enables data races and potential memory corruption. The fix adds a T: Send bound to the Send implementation (commit 1...

8.1CVSS7.9AI score0.0124EPSS
Exploits1References2Affected Software1
CVE
CVE
added 2021/08/08 5:12 a.m.111 views

CVE-2020-36463

CVE-2020-36463 affects the Rust multiqueue crate. The issue is described as unconditional implementations of Send for the inner types InnerSend, InnerRecv, FutInnerSend, and FutInnerRecv. This design allows users to send non‑Send types to other threads, which can lead to data race bugs or other u...

8.1CVSS7.9AI score0.01098EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.13 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.1AI score0.01098EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.106 views

CVE-2020-36464

CVE-2020-36464 affects the Rust crate heapless (versions before 0.6.1). The vulnerability lies in the IntoIter Clone implementation, which clones the entire underlying Vec without considering whether it has already been partially consumed. The impact is not explicitly detailed in the provided doc...

7.5CVSS7.4AI score0.01233EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.10 views

CVE-2020-36464

An issue was discovered in the heapless crate before 0.6.1 for Rust. The IntoIter Clone implementation clones an entire underlying Vec without considering whether it has already been partially consumed...

7.5AI score0.01233EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.113 views

CVE-2020-36465

The CVE-2020-36465 issue affects the Rust generic-array crate before 0.13.3. The root cause is a soundness problem caused by using the arr! macro to extend lifetimes. This aligns with multiple sources describing a memory-safety/soundness vulnerability in generic-array (pre-0.13.3). The connected ...

7.5CVSS7.3AI score0.01233EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.12 views

CVE-2020-36465

An issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes...

7.4AI score0.01233EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/08/08 5:12 a.m.22 views

CVE-2020-36465

An issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes...

7.5CVSS7.4AI score0.01233EPSS
Exploits1
CVE
CVE
added 2021/08/08 5:12 a.m.118 views

CVE-2020-36466

CVE-2020-36466 affects the Rust crate cgc (Ptr type) with multiple soundness issues. The Ptr type implements Send and Sync for all types, enabling potential data races by sending non-thread-safe data across threads. In addition, Ptr::get violates mutable aliasing rules by returning multiple mutab...

5.9CVSS5.6AI score0.00978EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.11 views

CVE-2020-36466

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.7AI score0.00978EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.128 views

CVE-2020-36467

The CVE-2020-36467 entry concerns the Rust crate cgc . The root cause is that Ptr::get returns multiple mutable references to the same object, violating alias rules. Multiple connected sources describe this issue and note potential data races when the crate is used across threads. The records ref...

5.9CVSS5.5AI score0.00978EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.12 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.7AI score0.00978EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.102 views

CVE-2020-36468

The CVE-2020-36468 entry concerns the Rust crate cgc . The vulnerability is centered on the function Ptr::write , which performs non-atomic writes to the underlying pointer. Several connected records (e.g., RH:CVE-2020-36468, NVD entry, OSV advisories) describe this as a potential data race when ...

5.9CVSS5.6AI score0.00978EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.17 views

CVE-2020-36468

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::write performs non-atomic write operations on an underlying pointer...

5.7AI score0.00978EPSS
Exploits1References2
Cvelist
Cvelist
added 2021/08/08 5:11 a.m.34 views

CVE-2020-36469

An issue was discovered in the appendix crate through 2020-11-15 for Rust. For the generic K and V type parameters, Send and Sync are implemented unconditionally...

5.7AI score0.00978EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:11 a.m.216 views

CVE-2020-36469

The CVE-2020-36469 entry describes a data-race risk in the Rust appendix crate (Index) where Send and Sync are implemented unconditionally for generic K and V. This can permit multi-threaded usage with non-Send/Sync types, potentially causing data contention or races when these types populate the...

5.9CVSS5.6AI score0.00978EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:11 a.m.11 views

CVE-2020-36470

An issue was discovered in the disrustor crate through 2020-12-17 for Rust. RingBuffer doe not properly limit the number of mutable references...

5.7AI score0.00978EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:11 a.m.103 views

CVE-2020-36470

CVE-2020-36470 affects the Rust crate disrustor, specifically the RingBuffer component. The root cause is that RingBuffer does not properly limit the number of mutable references, which can allow multiple mutable references to be created. This leads to potential data races and undefined behavior....

5.9CVSS5.6AI score0.00978EPSS
Exploits1References2Affected Software1
CVE
CVE
added 2021/08/08 5:11 a.m.120 views

CVE-2020-36471

CVE-2020-36471 concerns the Rust generator crate prior to 0.7.0, where the yielding function does not enforce Send bounds on the value yielded, while the Generator type is Send. This mismatch allows potential data races when generators are used across threads with non-Send components (e.g., Rc) i...

5.9CVSS5.5AI score0.01094EPSS
Exploits1References2Affected Software1
Rows per page
Query Builder