Lucene search
+L

129 matches found

UbuntuCve
UbuntuCve
added 2026/05/13 4:16 p.m.15 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.4AI score0.00114EPSS
SaveExploits0References27
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
Cvelist
Cvelist
added 2026/05/13 3:08 p.m.87 views

CVE-2026-43484 mmc: core: Avoid bitfield RMW for claim/retune flags

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

0.00114EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/13 3:08 p.m.47 views

CVE-2026-43484

CVE-2026-43484 – Linux kernel MMC core : The vulnerability stems from concurrent updates to bitfield flags (claimed and retune_now) sharing a word, enabling write–overwrite of other bits in async contexts and triggering spurious WARN_ON(!host->claimed). The fix moves claimed, can_retune, retun...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/13 12:00 a.m.20 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
Tenable Nessus
Tenable Nessus
added 2026/05/13 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-43484

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/05/11 2:35 p.m.16 views

CVE-2026-34086 AbuseFilter misuses ::userCanBitfield, exposing access-controlled information

Vulnerability in Wikimedia Foundation AbuseFilter. This issue affects AbuseFilter: from before 1.43.7, 1.44.4, 1.45.2...

2.1CVSS5.8AI score0.00244EPSS
SaveExploits0References1
Amazon
Amazon
added 2026/03/05 12:00 a.m.22 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields CVE-2025-38591 In the Linux kernel, the following vulnerability has been resolved: schedext: Fix possible deadlock in the deferredirqworkfn CVE-2025-68333 In the...

7.8CVSS5.8AI score0.00476EPSS
SaveExploits4
NVD
NVD
added 2026/02/18 4:22 p.m.12 views

CVE-2026-23230

In the Linux kernel, the following vulnerability has been resolved: smb: client: split cachedfid bitfields to avoid shared-byte RMW races isopen, haslease and onlist are stored in the same bitfield byte in struct cachedfid but are updated in different code paths that may run concurrently. Bitfiel...

8.8CVSS0.00218EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/18 4:22 p.m.20 views

UBUNTU-CVE-2026-23230

In the Linux kernel, the following vulnerability has been resolved: smb: client: split cachedfid bitfields to avoid shared-byte RMW races isopen, haslease and onlist are stored in the same bitfield byte in struct cachedfid but are updated in different code paths that may run concurrently. Bitfiel...

8.8CVSS5.8AI score0.00218EPSS
SaveExploits0References18
Tenable Nessus
Tenable Nessus
added 2026/02/18 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-23230

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: split cachedfid bitfields to avoid shared-byte RMW races isopen, haslease and onlist are stored in the same bitfield byte in struct cachedfid but a...

8.8CVSS7.7AI score0.00218EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/10 12:00 a.m.6 views

Siemens S7-1500 Incorrect Type Conversion or Cast (CVE-2025-40022)

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Fix incorrect boolean values in afalgctx Commit 1b34cbbf4f01 crypto: afalg - Disallow concurrent writes in afalgsendmsg changed some fields from bool to 1-bit bitfields of type u32. However, some assignments to...

5.9AI score0.00218EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/12/25 9:04 a.m.9 views

btrfs: fix racy bitfield write in btrfs_clear_space_info_full()

...

5.5CVSS5.9AI score0.00183EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.10 views

SUSE CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS6.6AI score0.00183EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.12 views

EUVD-2025-205096

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

6.1AI score0.00183EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 11:15 a.m.13 views

AZL-78407 CVE-2025-68358 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 11:15 a.m.12 views

CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS0.00183EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.15 views

CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS5.8AI score0.00183EPSS
SaveExploits0References31
OSV
OSV
added 2025/12/24 11:15 a.m.12 views

UBUNTU-CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS5.8AI score0.00183EPSS
SaveExploits0References32
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.8 views

CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.8AI score0.00183EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder