Lucene search
+L

9713 matches found

CVE
CVE
added 2026/05/06 11:27 a.m.50 views

CVE-2026-43121

CVE-2026-43121 involves the Linux kernel io_uring/zcrx race between scrub and refill paths. The non-atomic read-then-decrement of the user_refs can race with io_zcrx_scrub() using atomic_xchg, causing a double-free of a niov and an out-of-bounds write past the freelist array. The fix replaces the...

4.7CVSS5.8AI score0.00088EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/06 10:16 a.m.20 views

CVE-2026-43115

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.5CVSS0.001EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/06 10:16 a.m.17 views

CVE-2026-43074

In the Linux kernel, the following vulnerability has been resolved: eventpoll: defer struct eventpoll free to RCU grace period In certain situations, epfree in eventpoll.c will kfree the epi-ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree to an RCU...

7.8CVSS0.00482EPSS
SaveExploits3References7
RedhatCVE
RedhatCVE
added 2026/05/06 9:59 a.m.22 views

CVE-2026-43073

A flaw was found in the Linux kernel. The copyusernocache function had a misleading name, which led to its incorrect use by certain kernel components drivers. These drivers performed kernel memory copies without properly considering the function's exception handling mechanisms. This improper usag...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/05/06 9:49 a.m.193 views

Exploit for Incorrect Resource Transfer Between Spheres in Linux Linux_Kernel

🛡️ CVE-2026-31431-Linux-Copy-Fail - Execute Custom Shellcode W...

7.8CVSS6.2AI score0.99907EPSS
SaveExploits238
GithubExploit
GithubExploit
added 2026/05/06 8:14 a.m.205 views

Exploit for Incorrect Resource Transfer Between Spheres in Linux Linux_Kernel

CVE-2026-31431 Copy Fail Vulnerability Detection Script !L...

7.8CVSS7.4AI score0.99907EPSS
SaveExploits238
CVE
CVE
added 2026/05/06 7:40 a.m.22 views

CVE-2026-43092

The CVE-2026-43092 issue affects the Linux kernel AF_XDP subsystem: bind now validates MTU against the usable frame space provided by UMEM chunks. Previously, zero-copy pool configurations could be accepted without confirming that the device MTU fits into the usable frame space, considering tailr...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/05/06 7:40 a.m.60 views

CVE-2026-43091 xfrm: Wait for RCU readers during policy netns exit

In the Linux kernel, the following vulnerability has been resolved: xfrm: Wait for RCU readers during policy netns exit xfrmpolicyfini frees the policybydst hash tables after flushing the policy work items and deleting all policies, but it does not wait for concurrent RCU readers to leave their...

7.8CVSS0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.9 views

CVE-2026-43090

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmmigratepolicyfind syzkaller reported a memory leak in xfrmpolicyalloc: BUG: memory leak unreferenced object 0xffff888114d79000 size 1024: comm "syz.1.17", pid 931 ... xfrmpolicyalloc+0xb3/0x4b0...

5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 7:40 a.m.60 views

CVE-2026-43091

In the Linux kernel, the following vulnerability has been resolved: xfrm: Wait for RCU readers during policy netns exit xfrmpolicyfini frees the policybydst hash tables after flushing the policy work items and deleting all policies, but it does not wait for concurrent RCU readers to leave their...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/05/06 7:40 a.m.44 views

CVE-2026-43091

The CVE-2026-43091 vulnerability affects the Linux kernel xfrm policy handling during netns exit. The root cause is that xfrm_policy_fini() frees the policy_bydst hash tables after flushing work items and deleting policies, but does not wait for concurrent RCU readers to exit read-side critical s...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.7 views

CVE-2026-43089

In the Linux kernel, the following vulnerability has been resolved: xfrmuser: fix info leak in buildmapping struct xfrmusersaid has a one-byte padding hole after the proto field, which ends up never getting set to zero before copying out to userspace. Fix that up by zeroing out the whole structur...

5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/06 7:21 a.m.87 views

CVE-2026-43074

CVE-2026-43074 affects the Linux kernel eventpoll code. The vulnerability arises from ep_free() freeing the eventpoll structure while still in use by another thread, creating a use-after-free (UAF). The fix defers kfree() of the epi->ep struct to an RCU grace period to prevent UAF; multiple so...

7.8CVSS5.8AI score0.00482EPSS
SaveExploits3References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:21 a.m.14 views

CVE-2026-43074

In the Linux kernel, the following vulnerability has been resolved: eventpoll: defer struct eventpoll free to RCU grace period In certain situations, epfree in eventpoll.c will kfree the epi-ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree to an RCU...

5.7AI score0.00482EPSS
SaveExploits3References6Affected Software1
OSV
OSV
added 2026/05/06 7:21 a.m.7 views

CVE-2026-43074 eventpoll: defer struct eventpoll free to RCU grace period

In the Linux kernel, the following vulnerability has been resolved: eventpoll: defer struct eventpoll free to RCU grace period In certain situations, epfree in eventpoll.c will kfree the epi-ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree to an RCU...

7.8CVSS5.8AI score
SaveExploits0References10
GithubExploit
GithubExploit
added 2026/05/06 6:32 a.m.340 views

copy.fail.ocp-poc

Copy Fail CVE-2026-31431 — Kubernetes Container Escape PoC...

7.8CVSS6AI score0.99907EPSS
SaveExploits238
GithubExploit
GithubExploit
added 2026/05/06 4:27 a.m.147 views

Exploit for CVE-2026-33324

CVE-2026-33324 Overview SQLBot, a sophisticated Text-to-S...

9.4CVSS6.1AI score0.00603EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2026/05/06 1:41 a.m.12 views

SUSE CVE-2026-43039

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

9.8CVSS5.8AI score0.00308EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/06 1:40 a.m.14 views

SUSE CVE-2026-43050

In the Linux kernel, the following vulnerability has been resolved: atm: lec: fix use-after-free in sockdefreadable A race condition exists between lecatmclose setting priv-lecd to NULL and concurrent access to priv-lecd in sendtolecd, lechandlebridge, and lecatmsend. When the socket is freed via...

7CVSS5.8AI score0.00119EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2026/05/06 1:40 a.m.19 views

SUSE CVE-2026-43073

In the Linux kernel, the following vulnerability has been resolved: x86-64: rename misleadingly named 'copyusernocache' function This function was a masterclass in bad naming, for various historical reasons. It claimed to be a non-cached user copy. It is literally neither of those things. It's a...

6.3CVSS5.7AI score0.00117EPSS
SaveExploits0References3
Rows per page
Query Builder