Lucene search
+L

2489 matches found

OSV
OSV
added 2022/02/15 7:15 p.m.9 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
UbuntuCve
UbuntuCve
added 2022/02/15 7:15 p.m.43 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
Prion
Prion
added 2022/02/15 7:15 p.m.15 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
Debian CVE
Debian CVE
added 2022/02/15 6:20 p.m.95 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
CVE
CVE
added 2022/02/15 6:20 p.m.325 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
Tenable Nessus
Tenable Nessus
added 2022/02/12 12:0 a.m.41 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
RustSec
RustSec
added 2022/02/05 12:0 p.m.21 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
OSV
OSV
added 2022/02/05 12:0 p.m.23 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
Positive Technologies
Positive Technologies
added 2022/02/05 12:0 a.m.7 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
RustSec
RustSec
added 2022/01/23 12:0 p.m.30 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
OSV
OSV
added 2022/01/23 12:0 p.m.12 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
RedhatCVE
RedhatCVE
added 2022/01/10 1:24 p.m.50 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:8 p.m.24 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:8 p.m.25 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:4 p.m.62 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
Github Security Blog
Github Security Blog
added 2022/01/06 10:4 p.m.26 views

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.7AI score0.01162EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2022/01/01 12:0 a.m.2 views

PT-2025-8354

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the version that includes the fix for the data-race issue in ip6 datagram connect and udpv6 sendmsg Description A data-race issue exists in the Linux kernel, specifically in the ip6 datagram connect and udpv6...

5.5CVSS6.2AI score0.00259EPSS
SaveExploits0References401
Positive Technologies
Positive Technologies
added 2022/01/01 12:0 a.m.13 views

PT-2025-8521 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A data-race issue exists in the Linux kernel related to the sysctl tcp migrate req variable. This issue occurs because the variable can be changed concurrently while being read, which...

8.8CVSS6.6AI score0.03849EPSS
SaveExploits13References286
UbuntuCve
UbuntuCve
added 2021/12/31 12:0 a.m.68 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...

7CVSS6.7AI score0.00357EPSS
SaveExploits1References9
OSV
OSV
added 2021/12/31 12:0 a.m.3 views

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

7CVSS6.6AI score0.00357EPSS
SaveExploits1References10
Rows per page
Query Builder