Lucene search
+L

1407 matches found

NVD
NVD
added yesterday4 views

CVE-2026-72463

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

0.00162EPSS
SaveExploits0References2
NVD
NVD
added yesterday4 views

CVE-2026-72451

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

0.00209EPSS
SaveExploits0References4
NVD
NVD
added yesterday4 views

CVE-2026-72450

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrmselectormatch due to AFUNSPEC selector with large prefixlen e.g. 128 matched against IPv4 flow when XFRMSTATEAFUNSPEC is set...

0.0022EPSS
SaveExploits0References8
NVD
NVD
added yesterday4 views

CVE-2026-72137

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added yesterday12 views

CVE-2026-72463

The CVE-2026-72463 entry concerns the Linux kernel: “xfrm: Fix dev use-after-free in xfrm async resumption.” The issue arises because xfrm_rcv_cb may modify skb->dev to a tunnel device without taking a device reference, and the subsequent async resumption decrements the tunnel device’s refcoun...

5.5AI score0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-59362

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

5.5AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday22 views

CVE-2026-72463 xfrm: Fix dev use-after-free in xfrm async resumption

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-59350

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

5.5AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added yesterday10 views

CVE-2026-72451

CVE-2026-72451 concerns the Linux kernel’s xfrm subsystem. The vulnerability arises in the xfrm input state cache insertion, where the code validates a state’s validity before acquiring the global xfrm_state_lock. If the state is killed after the initial check but before insertion, a dead state c...

5.5AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added yesterday3 views

CVE-2026-72451 xfrm: Fix xfrm state cache insertion race

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added yesterday19 views

CVE-2026-72451 xfrm: Fix xfrm state cache insertion race

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added yesterday7 views

CVE-2026-72450

CVE-2026-72450 affects the Linux kernel’s xfrm subsystem. Syzbot reported a shift-out-of-bounds in xfrm_selector_match when an AF_UNSPEC selector with a large prefixlen (e.g., 128) is matched against IPv4 flows under XFRM_STATE_AF_UNSPEC. The fix conceptually: (1) reject mismatched families in xf...

5.4AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday5 views

EUVD-2026-59349

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrmselectormatch due to AFUNSPEC selector with large prefixlen e.g. 128 matched against IPv4 flow when XFRMSTATEAFUNSPEC is set...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday19 views

CVE-2026-72450 xfrm: validate selector family and prefixlen during match

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrmselectormatch due to AFUNSPEC selector with large prefixlen e.g. 128 matched against IPv4 flow when XFRMSTATEAFUNSPEC is set...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added yesterday12 views

CVE-2026-72137

CVE-2026-72137 — Linux kernel xfrm: nat_keepalive double‑free fix . Public docs describe a bug where nat_keepalive_send() could try to free the keepalive skb after the IPv4/IPv6 send helper reports an error, which could be unsafe once the packet is handed to the output path. The fix moves pre‑han...

5.4AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday4 views

EUVD-2026-58895

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

5.5AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
added yesterday15 views

CVE-2026-72137 xfrm: nat_keepalive: avoid double free on send error

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday6 views

EUVD-2026-58894

In the Linux kernel, the following vulnerability has been resolved: xfrm: xfrminterface: require CAPNETADMIN in the device netns for changelink xfrmichangelink operates on at most two netns, devnetdev and the interface link netns xi-net. They differ once the device is created in or moved to a net...

5.4AI score0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72325

In the Linux kernel, the following vulnerability has been resolved: xfrm: nat keepalive: avoid double free on send error nat keepalive send frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Onc...

5.4AI score0.00209EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72639

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrm state lock. Thus it's possible for someone else to kill the state after it pass...

5.5AI score0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder