Lucene search
+L

2500 matches found

CVE
CVE
added 3 days ago21 views

CVE-2026-72390

The CVE-2026-72390 issue is in the Linux kernel net/sched sch_teql implementation. The teql master->slaves singly linked list was not protected against concurrent writes, allowing a slab-use-after-free via teql_master_xmit() while another CPU could hold a stale pointer to the list. The fix add...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59284

In the Linux kernel, the following vulnerability has been resolved: tracing/fprobe: Fix NULL pointer dereference in fprobefgraphentry fprobefgraphentry sizes a shadow-stack reservation in one walk of the per-ip fprobe list and fills it in a second walk, both under rcureadlock only. A fprobe...

5.4AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59271

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net-cellsdynino Fix the lack of locking around modifications of net-cellsdynino by taking net-cellslock exclusively. This also requires to cell to be removed from net-cellsdynino i...

5.3AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-72372 afs: Fix lack of locking around modifications of net->cells_dyn_ino

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net-cellsdynino Fix the lack of locking around modifications of net-cellsdynino by taking net-cellslock exclusively. This also requires to cell to be removed from net-cellsdynino i...

7.8CVSS0.00175EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago4 views

CVE-2026-72372 afs: Fix lack of locking around modifications of net->cells_dyn_ino

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net-cellsdynino Fix the lack of locking around modifications of net-cellsdynino by taking net-cellslock exclusively. This also requires to cell to be removed from net-cellsdynino i...

7.8CVSS5.4AI score
SaveExploits0References7
CVE
CVE
added 3 days ago18 views

CVE-2026-72322

CVE-2026-72322 concerns a race in the Linux kernel IPv6 multicast code (MLD delayed work) that can cause a Use-After-Free during device teardown and MLD query processing. The root cause is a use of in6_dev_hold() to take a reference on inet6_dev while it may already be freed (RCU-protected memory...

9.8CVSS5.4AI score0.00734EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59221

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix potential UAF in MLD delayed work A race condition exists between device teardown and incoming MLD query processing, leading to a Use-After-Free in the MLD delayed work. During device destruction, the primary...

5.5AI score0.00734EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72323 ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential UAF in igmpgqstarttimer A race condition exists between device teardown inetdevdestroy and incoming IGMP query processing igmprcv, leading to a Use-After-Free in the IGMP timer callback. During device...

9.8CVSS0.00644EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago5 views

CVE-2026-72322 ipv6: mcast: Fix potential UAF in MLD delayed work

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix potential UAF in MLD delayed work A race condition exists between device teardown and incoming MLD query processing, leading to a Use-After-Free in the MLD delayed work. During device destruction, the primary...

9.8CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 3 days ago21 views

CVE-2026-72323

CVE-2026-72323 — Linux kernel igmp UAF vulnerability : A race between device teardown (inetdev_destroy) and IGMP query processing (igmp_rcv) can cause a Use-After-Free in the IGMP timer callback when the timer is re-armed. The in_device memory is freed via RCU after its refcount reaches 0, but ig...

9.8CVSS5.4AI score0.00644EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago5 views

CVE-2026-72323 ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential UAF in igmpgqstarttimer A race condition exists between device teardown inetdevdestroy and incoming IGMP query processing igmprcv, leading to a Use-After-Free in the IGMP timer callback. During device...

9.8CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago23 views

CVE-2026-72321 ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential memory leaks in igmpmodtimer and igmpstoptimer When a timer is deleted and not re-armed in igmpmodtimer, or stopped in igmpstoptimer, the code currently decrements the reference counter of the multicast...

0.00207EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago5 views

CVE-2026-72321 ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential memory leaks in igmpmodtimer and igmpstoptimer When a timer is deleted and not re-armed in igmpmodtimer, or stopped in igmpstoptimer, the code currently decrements the reference counter of the multicast...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59220

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential memory leaks in igmpmodtimer and igmpstoptimer When a timer is deleted and not re-armed in igmpmodtimer, or stopped in igmpstoptimer, the code currently decrements the reference counter of the multicast...

5.5AI score0.00207EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago15 views

CVE-2026-72321

CVE-2026-72321 affects the Linux kernel’s IGMP timer handling (ipv4: igmp). The root cause is a memory leak when deleting or stopping timers in igmp_mod_timer() and igmp_stop_timer(): refcount_dec(&im->refcnt) can drop the group entry im to zero on an RC reader path, leaving the im object leak...

5.5AI score0.00207EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago18 views

CVE-2026-72139

The CVE concerns a Linux kernel race where per-socket authentication data (md5sig/md5sig_key) could be freed before an RCU grace period elapses during tcp_connect. In the vulnerable path, two branches (needs_md5 and needs_ao) free the md5sig_info or its keys while a socket is in TCP_SYN_SENT, ris...

9.8CVSS5.5AI score0.00588EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago9 views

CVE-2026-72139 tcp: defer md5sig_info kfree past RCU grace period in tcp_connect

In the Linux kernel, the following vulnerability has been resolved: tcp: defer md5siginfo kfree past RCU grace period in tcpconnect The md5+ao reconciliation in tcpconnect net/ipv4/tcpoutput.c has two symmetric branches: if needsmd5 tcpaodestroysocksk, false; else if needsao tcpclearmd5listsk;...

9.8CVSS5.7AI score
SaveExploits0References6
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-58897

In the Linux kernel, the following vulnerability has been resolved: tcp: defer md5siginfo kfree past RCU grace period in tcpconnect The md5+ao reconciliation in tcpconnect net/ipv4/tcpoutput.c has two symmetric branches: if needsmd5 tcpaodestroysocksk, false; else if needsao tcpclearmd5listsk;...

5.6AI score0.00588EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72139 tcp: defer md5sig_info kfree past RCU grace period in tcp_connect

In the Linux kernel, the following vulnerability has been resolved: tcp: defer md5siginfo kfree past RCU grace period in tcpconnect The md5+ao reconciliation in tcpconnect net/ipv4/tcpoutput.c has two symmetric branches: if needsmd5 tcpaodestroysocksk, false; else if needsao tcpclearmd5listsk;...

9.8CVSS0.00588EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-58884

In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronizercu in isotprelease isotpnotify unregisters the RCU CAN filters via canrxunregister and clears so-bound without waiting for a grace period. isotprelease uses so-bound to decide whether it...

5.5AI score0.00159EPSS
SaveExploits0References8
Rows per page
Query Builder