Lucene search
+L

2489 matches found

OSV
OSV
added 2021/11/16 12:0 p.m.40 views

RUSTSEC-2021-0124 Data race when sending and receiving after closing a `oneshot` channel

If a tokio::sync::oneshot channel is closed via the oneshot::Receiver::close method, a data race may occur if the oneshot::Sender::send method is called while the corresponding oneshot::Receiver is awaited or calling tryrecv. When these methods are called concurrently on a closed channel, the two...

8.1CVSS8AI score0.01162EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/11/16 12:0 p.m.26 views

Data race when sending and receiving after closing a `oneshot` channel

If a tokio::sync::oneshot channel is closed via the oneshot::Receiver::close method, a data race may occur if the oneshot::Sender::send method is called while the corresponding oneshot::Receiver is awaited or calling tryrecv. When these methods are called concurrently on a closed channel, the two...

8.1CVSS0.8AI score0.01162EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2021/11/16 12:0 a.m.14 views

PT-2021-24284 · Tokio +2 · Tokio +2

Name of the Vulnerable Software and Affected Versions: tokio crate versions 1.8.4 and earlier tokio crate versions 1.9.x through 1.13.x before 1.13.1 Description: An issue in the tokio crate for Rust can cause a data race and memory corruption in certain circumstances involving a closed oneshot...

8.1CVSS8.4AI score0.1446EPSS
SaveExploits6References79
RedHat Linux
RedHat Linux
added 2021/11/02 5:36 p.m.2 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
SaveExploits0References5
OpenVAS
OpenVAS
added 2021/10/18 12:0 a.m.28 views

SUSE: Security Advisory (SUSE-SU-2021:3446-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.8AI score0.01923EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2021/09/04 12:0 a.m.48 views

openSUSE 15 Security Update : opera (openSUSE-SU-2021:1221-1)

The remote SUSE Linux SUSE15 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2021:1221-1 advisory. - Type confusion in V8 in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to execute arbitrary code inside a sandbox via a...

8.8CVSS7.4AI score0.07003EPSS
SaveExploits6References15
OSV
OSV
added 2021/08/26 6:15 p.m.1 views

DEBIAN-CVE-2021-30603

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

7.5CVSS6.6AI score0.03874EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/26 6:15 p.m.12 views

CVE-2021-30603

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

7.5CVSS0.03874EPSS
SaveExploits1References6
Prion
Prion
added 2021/08/26 6:15 p.m.27 views

Design/Logic Flaw

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

5.1CVSS7.6AI score0.03874EPSS
SaveExploits1References6Affected Software2
OSV
OSV
added 2021/08/26 6:15 p.m.2 views

UBUNTU-CVE-2021-30603

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

7.5CVSS6.8AI score0.03874EPSS
SaveExploits1References4
CVE
CVE
added 2021/08/26 5:40 p.m.192 views

CVE-2021-30603

CVE-2021-30603 concerns a data race in WebAudio for Google Chrome. The vulnerability is triggered in Chrome versions prior to 92.0.4515.159 via a crafted HTML page, potentially enabling heap corruption on a remote attacker. Affected component is WebAudio within Chrome’s rendering stack; root caus...

7.5CVSS7.6AI score0.03874EPSS
SaveExploits1References6Affected Software1
Debian CVE
Debian CVE
added 2021/08/26 5:40 p.m.27 views

CVE-2021-30603

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

7.5CVSS8.4AI score0.03874EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2021/08/26 5:40 p.m.48 views

CVE-2021-30603

Data race in WebAudio in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

7.5CVSS7.8AI score0.03874EPSS
SaveExploits1
OSV
OSV
added 2021/08/25 9:1 p.m.38 views

GHSA-PQQP-XMHJ-WGCW crossbeam-deque Data Race before v0.7.4 and v0.8.1

Impact In the affected version of this crate, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never popped. If tasks are allocated on the heap, this can cause double free and a memory leak. If not, th...

9.8CVSS9.7AI score0.01923EPSS
SaveExploits0References18
Github Security Blog
Github Security Blog
added 2021/08/25 9:1 p.m.39 views

crossbeam-deque Data Race before v0.7.4 and v0.8.1

Impact In the affected version of this crate, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never popped. If tasks are allocated on the heap, this can cause double free and a memory leak. If not, th...

9.8CVSS0.6AI score0.01923EPSS
SaveExploits0References18Affected Software1
OSV
OSV
added 2021/08/25 9:0 p.m.79 views

GHSA-83R8-P8V6-6GFM Slock<T> allows sending non-Send types across thread boundaries

Slock unconditionally implements Send/Sync. Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race...

8.1CVSS8.2AI score0.01311EPSS
SaveExploits1References3
OSV
OSV
added 2021/08/25 9:0 p.m.3 views

GHSA-VJ88-5667-W56P Singleton lacks bounds on Send and Sync.

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

6.9AI score
SaveExploits0References3
OSV
OSV
added 2021/08/25 8:59 p.m.3 views

GHSA-8Q64-WRFR-Q48C Data races in model

Shared data structure in model crate implements Send and Sync traits regardless of the inner type. This allows safe Rust code to trigger a data race, which is undefined behavior in Rust. Users are advised to treat Shared as an unsafe type. It should not be used outside of the testing context, and...

5.9AI score
SaveExploits0References3
OSV
OSV
added 2021/08/25 8:59 p.m.2 views

GHSA-9J8Q-M9X5-9G6J Data races in async-coap

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Affected versions of this crate implement Send/Sync for ArcGuard with no trait bounds on RC. This allows users to send RC: !Send to other threads and also allows users to concurrently access Rc: !Sync from multiple...

8.1CVSS7.2AI score0.00766EPSS
SaveExploits0References5
OSV
OSV
added 2021/08/25 8:59 p.m.19 views

GHSA-R626-FC64-3Q28 Data race in abox

Affected versions of this crate implements Send/Sync for AtomicBox without requiring T: Send/T: Sync. This allows to create data races to T: !Sync and send T: !Send to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined...

8.1CVSS8.3AI score0.00766EPSS
SaveExploits0References7
Rows per page
Query Builder