Lucene search
+L

248220 matches found

Debian CVE
Debian CVE
added 5 days ago5 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 5 days ago5 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 5 days ago32 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 5 days ago4 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
Debian CVE
Debian CVE
added 5 days ago5 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 5 days ago22 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
Cvelist
Cvelist
added 5 days ago31 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 5 days ago6 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 5 days ago9 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 5 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
OSV
OSV
added 5 days ago5 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
EUVD
EUVD
added 5 days ago5 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
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59336

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
SaveExploits0References6
Debian CVE
Debian CVE
added 5 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
CVE
CVE
added 5 days ago17 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
OSV
OSV
added 5 days ago5 views

CVE-2026-72435 netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfreercu and rcuassignpointer Sashiko pointed out that kfreercu was called before rcuassignpointer in handling the comment extension. Fix the order so that rcuassignpointer called first...

7.8CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 5 days ago24 views

CVE-2026-72435

The CVE-2026-72435 entry concerns a Linux kernel netfilter/ipset issue where kfree_rcu() was invoked before rcu_assign_pointer() when handling the comment extension. The affected component is the Linux kernel's netfilter/ipset path; the root cause is an incorrect destruction/association order of ...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59334

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfreercu and rcuassignpointer Sashiko pointed out that kfreercu was called before rcuassignpointer in handling the comment extension. Fix the order so that rcuassignpointer called first...

5.3AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72435

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfreercu and rcuassignpointer Sashiko pointed out that kfreercu was called before rcuassignpointer in handling the comment extension. Fix the order so that rcuassignpointer called first...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-72435 netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfreercu and rcuassignpointer Sashiko pointed out that kfreercu was called before rcuassignpointer in handling the comment extension. Fix the order so that rcuassignpointer called first...

7.8CVSS0.00164EPSS
SaveExploits0References8
Rows per page
Query Builder