Lucene search
+L

367196 matches found

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
CVE
CVE
added 3 days ago26 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
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-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
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
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
OSV
OSV
added 3 days ago4 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
Cvelist
Cvelist
added 3 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
CVE
CVE
added 3 days ago20 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 3 days ago6 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 3 days ago4 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
OSV
OSV
added 3 days ago4 views

CVE-2026-72434 netfilter: ipset: make sure gc is properly stopped

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, canceldelayedworksync was called while gc calls queuedelayedwork unconditionally which can lead not to properly shutting down the gc...

7.8CVSS5.5AI score
SaveExploits0References7
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59332

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftmetabridge: fix NFTMETABRIIIFPVID stack leak This needs to test for nonzero retval...

5.4AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59333

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, canceldelayedworksync was called while gc calls queuedelayedwork unconditionally which can lead not to properly shutting down the gc...

5.4AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-72433 netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftmetabridge: fix NFTMETABRIIIFPVID stack leak This needs to test for nonzero retval...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago17 views

CVE-2026-72433

CVE-2026-72433 relates to the Linux kernel netfilter nft_meta_bridge path, fixing a stack leak in NFT_META_BRI_IIFPVID. The public descriptions indicate the issue was resolved in the kernel and mentions the need to test for nonzero retval. The available connected documents confirm the vulnerabili...

5.3AI score0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder