Lucene search
+L

367075 matches found

CVE
CVE
added 3 days ago17 views

CVE-2026-72440

CVE-2026-72440 affects the Linux kernel md/raid1 code. The issue arises from writes_pending and barrier reference leaks when write failures occur in raid1_write_request(). raid1_make_request() starts a writes_pending reference via md_write_start() and may skip md_write_end() on certain failure pa...

7.1CVSS5.3AI score0.00364EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59338

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending leak on write request failures raid10makerequest acquires a writespending reference with mdwritestart before dispatching write requests. Several failure paths in raid10writerequest complete the bio an...

5.3AI score0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59339

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writespending and barrier reference leaks on write failures raid1makerequest acquires a writespending reference with mdwritestart before calling raid1writerequest. Several failure paths in raid1writerequest complete...

5.4AI score0.00364EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago3 views

CVE-2026-72439 md/raid10: fix writes_pending leak on write request failures

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending leak on write request failures raid10makerequest acquires a writespending reference with mdwritestart before dispatching write requests. Several failure paths in raid10writerequest complete the bio an...

5.5AI score
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-72440 md/raid1: fix writes_pending and barrier reference leaks on write failures

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writespending and barrier reference leaks on write failures raid1makerequest acquires a writespending reference with mdwritestart before calling raid1writerequest. Several failure paths in raid1writerequest complete...

7.1CVSS5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72440

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writespending and barrier reference leaks on write failures raid1makerequest acquires a writespending reference with mdwritestart before calling raid1writerequest. Several failure paths in raid1writerequest complete...

7.1CVSS5.3AI score0.00364EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59337

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

5.5AI score0.00359EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-72438 md/raid10: fix writes_pending and barrier reference leaks on discard failures

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

7.5CVSS0.00359EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago3 views

CVE-2026-72438 md/raid10: fix writes_pending and barrier reference leaks on discard failures

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

7.5CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 3 days ago18 views

CVE-2026-72438

CVE-2026-72438 affects the Linux kernel md/raid10 subsystem. The issue stems from reference counting leaks in writes_pending and barrier references during discard failures: raid10_make_request() acquires a writes_pending reference via md_write_start() before raid10_handle_discard(), and certain f...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72438

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0
CVE
CVE
added 3 days ago25 views

CVE-2026-72436

The CVE-2026-72436 affects the Linux kernel netfilter ipset code. It arises from using test_bit() in lockless RCU readers within hash types, which is a relaxed atomic lacking memory barriers. The fix replaces test_bit() with test_bit_acquire() in code paths that may run parallel with add/del/gc, ...

9.8CVSS5.3AI score0.00712EPSS
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-72436 netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use testbit in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using testbit which is a relaxed atomic operation and provides no memory barrier guarantees...

9.8CVSS0.00712EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72436

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use testbit in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using testbit which is a relaxed atomic operation and provides no memory barrier guarantees...

9.8CVSS5.3AI score0.00712EPSS
SaveExploits0
OSV
OSV
added 3 days ago5 views

CVE-2026-72436 netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use testbit in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using testbit which is a relaxed atomic operation and provides no memory barrier guarantees...

9.8CVSS5.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-72437 md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1bio when REQNOWAIT is set and read would block on retry When a read is retried, raid1readrequest may be called with a pre-allocated r1bio. If waitreadbarrier fails for a REQNOWAIT read, the bio is completed and t...

0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59335

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use testbit in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using testbit which is a relaxed atomic operation and provides no memory barrier guarantees...

5.3AI score0.00712EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72437

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1bio when REQNOWAIT is set and read would block on retry When a read is retried, raid1readrequest may be called with a pre-allocated r1bio. If waitreadbarrier fails for a REQNOWAIT read, the bio is completed and t...

5.3AI score0.00215EPSS
SaveExploits0
OSV
OSV
added 3 days ago4 views

CVE-2026-72437 md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1bio when REQNOWAIT is set and read would block on retry When a read is retried, raid1readrequest may be called with a pre-allocated r1bio. If waitreadbarrier fails for a REQNOWAIT read, the bio is completed and t...

5.4AI score
SaveExploits0References9
CVE
CVE
added 3 days ago13 views

CVE-2026-72437

CVE-2026-72437 affects the Linux kernel RAID-1 path (md/raid1). When a read is retried and a pre-allocated r1_bio is used, if wait_read_barrier() fails for a REQ_NOWAIT read, the bio is completed but the existing r1_bio may be leaked. The vulnerability is a leak of pre-allocated r1_bio structures...

5.2AI score0.00215EPSS
SaveExploits0References6
Rows per page
Query Builder