Lucene search
+L

5515 matches found

CVE
CVE
added 2026/08/15 5:55 a.m.46 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
EUVD
EUVD
added 2026/08/15 5:55 a.m.6 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 2026/08/15 5:55 a.m.23 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
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72317 SUNRPC: pin upper rpc_clnt across the TLS connect_worker

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpcclnt across the TLS connectworker The TLS connect path has a use-after-free: nothing pins the upper rpcclnt across the delayed connectworker. xsconnect stores task-tkclient in sockxprt::clnt as a raw pointer...

9.8CVSS0.00652EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.30 views

CVE-2026-72317

In the Linux kernel SUNRPC TLS connect path, a use-after-free occurs because upper rpc_clnt is not pinned across the delayed TLS connect_worker. The TLS handshake worker xs_tcp_tls_setup_socket() reads saved fields from a freed rpc_clnt when a handshake fails, leading to a refcount underflow. The...

9.8CVSS5.4AI score0.00652EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.29 views

CVE-2026-72308

CVE-2026-72308 affects the Linux kernel’s mlxsw port code, where mlxsw_sp_port_lag_join() can leak a refcount if mlxsw_sp_port_lag_index_get() fails. The issue arises when an error path bypasses the standard cleanup that releases the lag reference with mlxsw_sp_lag_put(), leading to a single miss...

5.4AI score0.00209EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:55 a.m.6 views

EUVD-2026-59207

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

5.4AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72308 mlxsw: fix refcount leak in mlxsw_sp_port_lag_join()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

0.00209EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:55 a.m.16 views

CVE-2026-72308 mlxsw: fix refcount leak in mlxsw_sp_port_lag_join()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72307

CVE-2026-72307 describes a Linux kernel issue in the mlxsw path where, after replacing VRs, the error rollback loop failed to update the vr pointer, causing a refcount leak of new_tree if replacements were partially completed. The root cause: the loop variable could point at the wrong VR, causing...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72307 mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59206

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72307 mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:55 a.m.8 views

CVE-2026-72290 KVM: s390: pci: Fix GISC refcount leak on AIF enable failure

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...

5.5AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72290

CVE-2026-72290 affects the Linux kernel KVM when running on s390. The issue is a GISC (guest ISC) refcount leak that occurs because kvm_s390_gisc_register() registers the GISC before pinning guest interrupt forwarding pages and allocating the AISB bit; on error, the unwind path did not unregister...

5.4AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.20 views

CVE-2026-72290 KVM: s390: pci: Fix GISC refcount leak on AIF enable failure

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:55 a.m.6 views

EUVD-2026-59189

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...

5.4AI score0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:54 a.m.4 views

EUVD-2026-59154

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfqueue: pin bridge device while NFQUEUE holds fake dst The brnetfilter fake rtable is embedded in struct netbridge and is attached to bridged packets with skbdstsetnoref. If such a packet is queued to NFQUEUE, nfqueue...

5.4AI score0.00164EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:54 a.m.6 views

EUVD-2026-58976

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlmfile refcount leak on cached nlmdofopen failure The cached-file path in nlmlookupfile reaches the found: label unconditionally, even when nlmdofopen fails. At that label result and file-fcount are updated before th...

5.3AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.20 views

CVE-2026-72218 lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failure

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlmfile refcount leak on cached nlmdofopen failure The cached-file path in nlmlookupfile reaches the found: label unconditionally, even when nlmdofopen fails. At that label result and file-fcount are updated before th...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder