Lucene search
+L

2902 matches found

NVD
NVD
added 2020/12/31 9:15 a.m.37 views

CVE-2020-35928

An issue was discovered in the concread crate before 0.2.6 for Rust. Attackers can cause an ARCache data race by sending types that do not implement Send/Sync...

4.7CVSS4.8AI score0.00242EPSS
SaveExploits1References1
Prion
Prion
added 2020/12/31 9:15 a.m.21 views

Cross site scripting

An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...

2.1CVSS5.5AI score0.00377EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.27 views

Cross site scripting

An issue was discovered in the thex crate through 2020-12-08 for Rust. Thex allows cross-thread data races of non-Send types...

2.1CVSS5.5AI score0.0031EPSS
SaveExploits0References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.18 views

Sql injection

An issue was discovered in the concread crate before 0.2.6 for Rust. Attackers can cause an ARCache data race by sending types that do not implement Send/Sync...

1.9CVSS4.8AI score0.00242EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.18 views

Cross site scripting

An issue was discovered in the magnetic crate before 2.0.1 for Rust. MPMCConsumer and MPMCProducer allow cross-thread sending of a non-Send type...

2.1CVSS5.5AI score0.00377EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.32 views

CVE-2020-35924

An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...

5.4AI score0.00377EPSS
SaveExploits1References1
CVE
CVE
added 2020/12/31 8:16 a.m.178 views

CVE-2020-35924

CVE-2020-35924 affects the Rust crate try-mutex prior to 0.3.0. The issue arises because TryMutex allowed cross-thread sending of non-Send types due to an unconditional Sync implementation, enabling data races. The root cause is absence of a Send bound on the Sync trait implementation for TryMute...

5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.47 views

CVE-2020-35925

An issue was discovered in the magnetic crate before 2.0.1 for Rust. MPMCConsumer and MPMCProducer allow cross-thread sending of a non-Send type...

5.5AI score0.00377EPSS
SaveExploits1References1
CVE
CVE
added 2020/12/31 8:16 a.m.60 views

CVE-2020-35927

The CVE-2020-35927 entry concerns the Rust thex crate, where Thex allows cross-thread data races of non-Send types. The issue arises because Thex implements Sync for all T but lacks a Send bound for T, enabling non-Send types (e.g., Rc) to be transferred across threads, which can trigger undefine...

5.5CVSS5.4AI score0.0031EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.25 views

CVE-2020-35927

An issue was discovered in the thex crate through 2020-12-08 for Rust. Thex allows cross-thread data races of non-Send types...

5.5AI score0.0031EPSS
SaveExploits0References1
CVE
CVE
added 2020/12/31 8:16 a.m.56 views

CVE-2020-35928

Concread crate (Rust) before 0.2.6 exposes a data race in ARCache when non-Send/Sync types are used. Root cause: ARCache implementation unbound by Send/Sync, allowing unsafe concurrent access. The issue was fixed in 0.2.6 by adding K: Send + Sync and V: Send + Sync bounds to the affected Send/Syn...

4.7CVSS4.7AI score0.00242EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.12 views

Rust 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A Competition Condition Issue vulnerability exists in Rust concread crate versions prior to 0.2.6, which can be exploited by an attacker to cause data contention in ARCache by sending a type that does not...

4.7CVSS5.8AI score0.00242EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.11 views

Rust atom crate 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust atom crate, which stems from an insecure Send implementation that allows data contention across threads. No details of the vulnerability are provided at this time...

4.7CVSS5.8AI score0.00196EPSS
SaveExploits0References2
RustSec
RustSec
added 2020/12/25 12:0 p.m.19 views

Queues allow non-Send types to be sent to other threads, allowing data races

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

8.1CVSS3.6AI score0.01098EPSS
SaveExploits1
OSV
OSV
added 2020/12/25 12:0 p.m.26 views

RUSTSEC-2020-0143 Queues allow non-Send types to be sent to other threads, allowing data races

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

8.1CVSS8AI score0.01098EPSS
SaveExploits1References3
BDU FSTEC
BDU FSTEC
added 2020/12/23 12:0 a.m.11 views

The vulnerability of the xgmac_enet_send function in the hw/net/xgmac.c file of the QEMU hardware emulation software arises from a lack of mechanism for checking the size of copied data. This allows a malicious actor to gain access to protected information, compromise its integrity, and cause service failures.

The vulnerability of the xgmacenetsend function in the hw/net/xgmac.c file of the QEMU hardware emulation software is related to the lack of a mechanism for checking the size of copied data. Exploiting this vulnerability can allow an attacker to access protected information, compromise its...

4.9CVSS6.6AI score0.00458EPSS
SaveExploits0References13Affected Software4
OSV
OSV
added 2020/12/22 12:0 p.m.42 views

RUSTSEC-2020-0101 conquer-once's OnceCell lacks Send bound for its Sync trait.

Affected versions of conquer-once implements Sync for its OnceCell type without restricting it to Sendable types. This allows non-Send but Sync types such as MutexGuard to be sent across threads leading to undefined behavior and memory corruption in concurrent programs. The issue was fixed by...

7.8CVSS7.7AI score0.00428EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/22 12:0 p.m.47 views

RUSTSEC-2020-0114 `Demuxer` can carry non-Send types across thread boundaries

In the affected versions of this crate, Demuxer unconditionally implemented Send with no trait bounds on T. This allows sending a non-Send type T across thread boundaries, which can cause undefined behavior like unlocking a mutex from a thread that didn't lock the mutex, or memory corruption from...

5.9CVSS5.8AI score0.00801EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/22 12:0 p.m.31 views

conquer-once's OnceCell lacks Send bound for its Sync trait.

Affected versions of conquer-once implements Sync for its OnceCell type without restricting it to Sendable types. This allows non-Send but Sync types such as MutexGuard to be sent across threads leading to undefined behavior and memory corruption in concurrent programs. The issue was fixed by...

7.8CVSS3.8AI score0.00428EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/20 12:0 p.m.33 views

RUSTSEC-2020-0108 Soundness issue: Input<R> can be misused to create data race to an object

Input implements Send without requiring R: Send. Affected versions of this crate allows users to send non-Send types to other threads, which can lead to undefined behavior such as data race and memory corruption. The flaw was corrected in version 0.5.1 by adding R: Send bound to the Send impl of...

5.9CVSS5.5AI score0.01066EPSS
SaveExploits1References3
Rows per page
Query Builder