Lucene search
+L

5482 matches found

CVE
CVE
added 5 days ago21 views

CVE-2026-72473

Affected software: Linux kernel (xprtrdma RPC path). Vulnerability: a race/lifecycle issue in rl_kref and send-side references within rpcrdma/xprt_rdma code caused improper freeing of request buffers while a DMA operation could still be active. Root cause: rl_kref previously gated two lifetimes w...

9.8CVSS5.5AI score0.00664EPSS
SaveExploits0References6
CVE
CVE
added 5 days ago17 views

CVE-2026-72461

Vulnerability CVE-2026-72461 affects the Linux kernel with AppArmor: a refcount leak in updating the sk_ctx. Root cause: update_sk_ctx() transfers the plabel reference but also unconditionally releases it in the caller; the fix is to obtain a proper reference and avoid double-free. Affected compo...

7.8CVSS5.3AI score0.00136EPSS
SaveExploits0References3
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-72461 apparmor: fix refcount leak when updating the sk_ctx

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

7.8CVSS0.00136EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago6 views

CVE-2026-72461 apparmor: fix refcount leak when updating the sk_ctx

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

7.8CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59360

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

5.3AI score0.00136EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59238

In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on buildskb failure qederxbuildskb and qedetparxbuildskb do not check for a NULL return from qedebuildskb. When it returns NULL under memory pressure, the functions still consume a BD...

5.5AI score0.00755EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59222

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...

5.4AI score0.00644EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago24 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.8CVSS0.00734EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago35 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 5 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 5 days ago17 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 5 days ago18 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 5 days ago22 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 5 days ago22 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
SaveExploits0References5
EUVD
EUVD
added 5 days ago6 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 5 days ago21 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
SaveExploits0References5
OSV
OSV
added 5 days ago7 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
Cvelist
Cvelist
added 5 days ago23 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
CVE
CVE
added 5 days ago17 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
OSV
OSV
added 5 days ago7 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
Rows per page
Query Builder