Lucene search
+L

22 matches found

NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-80980

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 views

EUVD-2026-76303

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80980

CVE-2026-80980 affects the Linux kernel 's net/smc (Shared Memory Communications) subsystem. Three connection-state flags—killed, freed, and out_of_sync—are declared as single-bit bitfields sharing one byte in struct smc_connection. Because they are written from different contexts without a commo...

0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.7 views

PT-2026-90110

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and out of sync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smc connection and every store to one is a read-modify-write of the other two...

0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.15 views

UBUNTU-CVE-2026-72062

In the Linux kernel, the following vulnerability has been resolved: gpio: mt7621: avoid corruption of shared interrupt trigger state The bank-shared fields like 'rising' and 'falling' are modified using non-atomic read-modify-write operations. Since every gpio chip instance represents an entire...

5.5AI score0.00215EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:52 a.m.39 views

CVE-2026-72062

CVE-2026-72062 affects the Linux kernel GPIO path for mt7621, where bank-wide interrupt-trig state (rising/falling) could be corrupted by non-atomic read-modify-write updates when multiple IRQs on the same bank run concurrently. The issue arises because each gpio chip instance represents a 32-pin...

5.5AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.42 views

CVE-2026-68387 can: raw: add locking for raw flags bitfield

In the Linux kernel, the following vulnerability has been resolved: can: raw: add locking for raw flags bitfield With commit 890e5198a6e5 "can: raw: use bitfields to store flags in struct rawsock" the formerly separate integer values have been integrated into a single bitfield. This led to a...

7.8CVSS0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 12:02 p.m.13 views

EUVD-2026-45460

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Fix page overflow in sevdbgcrypt for ENCRYPT path In sevdbgcrypt, the per-iteration transfer length is bounded by the source page offset PAGESIZE - soff but not by the destination page offset PAGESIZE - doff. When doff...

5.5AI score0.00142EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/13 6:30 p.m.54 views

EUVD-2026-30020

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to avoid unrelated RMW side effects in asynchronous contexts. The host-claimed bit shared a word with retune flag...

5.8AI score0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/13 4:16 p.m.18 views

UBUNTU-CVE-2026-43484

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to avoid unrelated RMW side effects in asynchronous contexts. The host-claimed bit shared a word with retune flag...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References28
ATTACKERKB
ATTACKERKB
added 2026/05/13 3:08 p.m.8 views

CVE-2026-43484

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to avoid unrelated RMW side effects in asynchronous contexts. The host-claimed bit shared a word with retune flag...

5.7AI score0.00114EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/05/13 3:08 p.m.50 views

CVE-2026-43484

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to avoid unrelated RMW side effects in asynchronous contexts. The host-claimed bit shared a word with retune flag...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/13 12:00 a.m.19 views

PT-2026-40691

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mmc core where the host-claimed bit shares a word with retune flags. This configuration leads to Read-Modify-Write RMW side effects in asynchronous contexts...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0
OSV
OSV
added 2026/03/19 10:06 p.m.15 views

CVE-2026-32018 OpenClaw < 2026.2.19 - Race Condition in Sandbox Registry Write Operations

OpenClaw versions prior to 2026.2.19 contain a race condition vulnerability in concurrent updateRegistry and removeRegistryEntry operations for sandbox containers and browsers. Attackers can exploit unsynchronized read-modify-write operations without locking to cause registry updates to lose data...

2CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/02/18 2:53 p.m.59 views

CVE-2026-23230

CVE-2026-23230 is a Linux kernel local race in the SMB/CIFS client code where cached_fid bitfields (is_open, has_lease, on_list) were updated via concurrent paths, causing read–modify–write races. The root cause is that these three flags shared a single byte, so an update to one could overwrite o...

8.8CVSS5.4AI score0.00218EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2026/02/18 12:00 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the sharing of bit fields with bytes, potentially leading to read-modify-write competition...

8.8CVSS5.8AI score0.00218EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/02 10:39 a.m.12 views

EUVD-2025-200220

Sprecher Automations SPRECON-E-C, SPRECON-E-P, SPRECON-E-T3 is vulnerable to attack by an unauthorized remote attacker via default cryptographic keys. The use of these keys allows the attacker to read, modify, and write projects and data, or to access any device via remote maintenance...

9.8CVSS6.6AI score0.00462EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/12/02 10:39 a.m.25 views

CVE-2025-41742 Sprecher Automation: SPRECON-E series has a critical vulnerability due to the use of static cryptographic keys in system components

Sprecher Automations SPRECON-E-C, SPRECON-E-P, SPRECON-E-T3 is vulnerable to attack by an unauthorized remote attacker via default cryptographic keys. The use of these keys allows the attacker to read, modify, and write projects and data, or to access any device via remote maintenance...

9.8CVSS0.00462EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/10/02 12:00 a.m.8 views

PT-2025-52894

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the btrfs file system related to race conditions during bitfield writes within the btrfs clear space info full function. The issue stems from the use ...

5.5CVSS6.7AI score0.00183EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.9 views

ACPI: CPPC: Make rmw_lock a raw_spin_lock

...

5.5CVSS7AI score0.00219EPSS
SaveExploits0
Rows per page
Query Builder