Lucene search
+L

2489 matches found

CVE
CVE
added 2020/12/31 8:20 a.m.67 views

CVE-2020-35911

CVE-2020-35911 affects the Rust lock_api crate prior to 0.4.2. The issue is a data race caused by unsoundness in MappedRwLockReadGuard, with no explicit exploit details provided. Remediation: upgrade to 0.4.2 or later. Details are limited to the provided documents.

4.7CVSS4.8AI score0.00207EPSS
Exploits0References1Affected Software1
Debian CVE
Debian CVE
added 2020/12/31 8:20 a.m.55 views

CVE-2020-35911

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockReadGuard unsoundness...

4.7CVSS4.8AI score0.00207EPSS
Exploits0
Cvelist
Cvelist
added 2020/12/31 8:20 a.m.70 views

CVE-2020-35912

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness...

4.7AI score0.00205EPSS
Exploits0References1
CVE
CVE
added 2020/12/31 8:20 a.m.85 views

CVE-2020-35912

CVE-2020-35912 affects the Rust lock_api crate prior to 0.4.2, where a data race can occur due to unsoundness in MappedRwLockWriteGuard. The connected records corroborate the vulnerability text but do not provide explicit exploitation details, affected products beyond the Rust crate, or a stated ...

4.7CVSS4.8AI score0.00205EPSS
Exploits0References1Affected Software1
Debian CVE
Debian CVE
added 2020/12/31 8:20 a.m.62 views

CVE-2020-35912

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness...

4.7CVSS4.8AI score0.00205EPSS
Exploits0
Cvelist
Cvelist
added 2020/12/31 8:19 a.m.23 views

CVE-2020-35913

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness...

4.7AI score0.00201EPSS
Exploits0References1
CVE
CVE
added 2020/12/31 8:19 a.m.77 views

CVE-2020-35913

CVE-2020-35913 concerns the Rust crate lock_api (pre-0.4.2). The issue is a data race caused by unsoundness in RwLockReadGuard , as documented across multiple sources in the connected set (e.g., Red Hat advisory and OSV entries). Affected component: the lock_api crate before version 0.4.2. Impact...

4.7CVSS4.8AI score0.00201EPSS
Exploits0References1Affected Software1
Debian CVE
Debian CVE
added 2020/12/31 8:19 a.m.44 views

CVE-2020-35913

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness...

4.7CVSS4.8AI score0.00201EPSS
Exploits0
CVE
CVE
added 2020/12/31 8:19 a.m.56 views

CVE-2020-35914

The CVE-2020-35914 issue affects the Rust lock_api crate, specifically versions before 0.4.2. The root cause is a data race caused by unsoundness in RwLockWriteGuard. Impact is described as a data race condition; exploitation details are not provided in the supplied documents. Public references (...

4.7CVSS4.8AI score0.00207EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:19 a.m.20 views

CVE-2020-35914

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockWriteGuard unsoundness...

4.7AI score0.00207EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2020/12/31 8:19 a.m.31 views

CVE-2020-35914

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockWriteGuard unsoundness...

4.7CVSS4.8AI score0.00207EPSS
Exploits0
CVE
CVE
added 2020/12/31 8:16 a.m.53 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
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.34 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.7AI score0.00242EPSS
Exploits1References1
OSV
OSV
added 2020/12/25 12:0 p.m.25 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
Exploits1References3
RustSec
RustSec
added 2020/12/25 12:0 p.m.17 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
Exploits1
OSV
OSV
added 2020/12/22 12:0 p.m.45 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
Exploits1References3
RustSec
RustSec
added 2020/12/22 12:0 p.m.24 views

`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.9CVSS2.7AI score0.00801EPSS
Exploits1Affected Software1
RedHat Linux
RedHat Linux
added 2020/12/22 4:53 a.m.8 views

golang: data race in certain net/http servers including ReverseProxy can lead to DoS

A flaw was found Go's net/http package. Servers using ReverseProxy from net/http in the Go standard library are vulnerable to a data race that results in a denial of service. The highest threat from this vulnerability is to system availability...

5.9CVSS7.3AI score0.02906EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2020/12/22 12:0 a.m.38 views

RHEL 8 : Red Hat OpenShift Service Mesh 1.1.11 (RHSA-2020:5649)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2020:5649 advisory. Red Hat OpenShift Service Mesh is Red Hat's distribution of the Istio service mesh project, tailored for installation into an on-premise...

7.5CVSS7AI score0.0473EPSS
Exploits0References7
OSV
OSV
added 2020/12/20 12:0 p.m.30 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
Exploits1References3
Rows per page
Query Builder