Lucene search
+L

2558 matches found

OSV
OSV
added 2022/02/17 5:36 p.m.28 views

GO-2021-0224 Data race and crash in net/http

HTTP servers where the Handler concurrently reads the request body and writes a response can encounter a data race and crash. The httputil.ReverseProxy Handler is affected...

5.9CVSS6.7AI score0.02906EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/02/16 10:36 p.m.34 views

crossbeam-utils Unsoundness of AtomicCell<{i,u}64> arithmetics on 32-bit targets that support Atomic{I,U}64

Impact The affected versions of this crate incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a 32-bit target can be smaller than AtomicI,U64. This can cause the following problems: - Unaligned memory accesses - Data race Crates...

8.1CVSS7.9AI score0.01239EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/02/15 7:15 p.m.6 views

DEBIAN-CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS7.6AI score0.01239EPSS
SaveExploits1References1
OSV
OSV
added 2022/02/15 7:15 p.m.11 views

AZL-41454 CVE-2022-23639 affecting package librsvg2 for versions less than 2.58.1-1

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS7.1AI score0.01239EPSS
SaveExploits1References1
OSV
OSV
added 2022/02/15 7:15 p.m.12 views

AZL-44763 CVE-2022-23639 affecting package ripgrep 13.0.0-12

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS7.1AI score0.01239EPSS
SaveExploits1References1
NVD
NVD
added 2022/02/15 7:15 p.m.15 views

CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS0.01239EPSS
SaveExploits1References3
Prion
Prion
added 2022/02/15 7:15 p.m.18 views

Design/Logic Flaw

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

6.8CVSS7.9AI score0.01239EPSS
SaveExploits1References3Affected Software1
UbuntuCve
UbuntuCve
added 2022/02/15 7:15 p.m.47 views

CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS7AI score0.01239EPSS
SaveExploits1References4
CVE
CVE
added 2022/02/15 6:20 p.m.330 views

CVE-2022-23639

The CVE-2022-23639 issue affects crossbeam-utils prior to 0.8.7, where alignment of {i,u}64 was assumed to match Atomic{I,U}64. On some 32-bit targets, {i,u}64 alignment can be smaller than Atomic{I,U}64, leading to unaligned memory accesses and data races when using fetch_* with AtomicCell. 32-b...

8.1CVSS7.9AI score0.01239EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2022/02/15 6:20 p.m.104 views

CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS8AI score0.01239EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2022/02/12 12:00 a.m.42 views

SUSE SLES12 Security Update : kernel (SUSE-SU-2022:0372-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:0372-1 advisory. - The vgacon subsystem in the Linux kernel before 5.8.10 mishandles software scrollback. There is a vgaconscrolldelta out-of-bounds...

9CVSS7.4AI score0.67994EPSS
SaveExploits10References68
OSV
OSV
added 2022/02/05 12:00 p.m.26 views

RUSTSEC-2022-0041 Unsoundness of AtomicCell<*64> arithmetics on 32-bit targets that support Atomic*64

Impact Affected versions of this crate incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a 32-bit target can be smaller than AtomicI,U64. This can cause the following problems: - Unaligned memory accesses - Data race Crates usin...

8.1CVSS7.4AI score0.01239EPSS
SaveExploits1References3
RustSec
RustSec
added 2022/02/05 12:00 p.m.24 views

Unsoundness of AtomicCell<*64> arithmetics on 32-bit targets that support Atomic*64

Impact Affected versions of this crate incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a 32-bit target can be smaller than AtomicI,U64. This can cause the following problems: - Unaligned memory accesses - Data race Crates usin...

8.1CVSS7.4AI score0.01239EPSS
SaveExploits1Affected Software1
Positive Technologies
Positive Technologies
added 2022/02/05 12:00 a.m.18 views

PT-2022-4836 · Unknown +2 · Crossbeam-Utils +2

Name of the Vulnerable Software and Affected Versions: crossbeam-utils versions prior to 0.8.7 Description: The issue is related to the alignment of i,u64 and AtomicI,U64 in crossbeam-utils, which can cause unaligned memory accesses and data race on 32-bit targets. Crates using fetch methods with...

9.3CVSS7.7AI score0.01239EPSS
SaveExploits1References21
OSV
OSV
added 2022/01/23 12:00 p.m.15 views

RUSTSEC-2022-0006 Data race in `Iter` and `IterMut`

In the affected version of this crate, Iter, IterMut::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values. Crates using Iter::next, or IterMut::next are affected by this issue...

7.1AI score
SaveExploits0References3
RustSec
RustSec
added 2022/01/23 12:00 p.m.35 views

Data race in `Iter` and `IterMut`

In the affected version of this crate, Iter, IterMut::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values. Crates using Iter::next, or IterMut::next are affected by this issue...

4.2AI score
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2022/01/10 1:24 p.m.51 views

CVE-2021-4202

A use-after-free flaw was found in ncirequest in net/nfc/nci/core.c in NFC Controller Interface NCI in the Linux kernel. This flaw could allow a local attacker with user privileges to cause a data race problem while the device is getting removed, leading to a privilege escalation problem...

7CVSS1.9AI score0.00357EPSS
SaveExploits1References6
OSV
OSV
added 2022/01/06 10:08 p.m.27 views

GHSA-CWVC-87XQ-PC5M Out-of-bounds Write and Race Condition in metrics-util

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

8.1CVSS8.1AI score0.00741EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/01/06 10:08 p.m.28 views

Out-of-bounds Write and Race Condition in metrics-util

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

8.1CVSS7.9AI score0.00741EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2022/01/06 10:04 p.m.63 views

GHSA-FG7R-2G4J-5CGR Race Condition in tokio

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.1CVSS7.9AI score0.01162EPSS
SaveExploits0References5
Rows per page
Query Builder