Lucene search
+L

1543 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.12 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-102003)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-102003 advisory. In the Linux kernel, the following vulnerability has been resolved: xfrm: always flush state and policy upon NETDEVUNREGISTER event syzbot is reporting that struct...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-72450

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrmselectormatch due to AFUNSPEC selector with large prefixl...

7.8CVSS5.9AI score0.00169EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-72136

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: xfrminterface: require CAPNETADMIN in the device netns for changelink xfrmichangelink operates on at most two netns, devnetdev and the interface link netn...

8.8CVSS5.9AI score0.00169EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.11 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-100097)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100097 advisory. In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: restore combined single-frag length gate The ESP out-of-place fast path appends the...

9.8CVSS4.7AI score0.00714EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.10 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...

9.8CVSS0.0038EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.10 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...

9.8CVSS0.00663EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.7 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...

7.8CVSS0.00169EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

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

7.8CVSS5.4AI score0.00169EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.34 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...

9.8CVSS5.6AI score0.0038EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.14 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...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.15 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...

9.8CVSS5.7AI score0.00663EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

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

9.8CVSS5.5AI score0.0038EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:22 a.m.10 views

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

9.8CVSS5.4AI score0.00663EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.8 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...

9.8CVSS0.00663EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

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

9.8CVSS5.4AI score0.00663EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.15 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...

9.8CVSS5.6AI score0.00663EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

UBUNTU-CVE-2026-72136

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

8.8CVSS5.4AI score0.00169EPSS
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:57 a.m.47 views

CVE-2026-72463

CVE-2026-72463 (Linux kernel xfrm): The flaw lets a use-after-free occur in xfrm async resumption when xfrm_rcv_cb changes skb->dev to a tunnel device without taking a reference, risking tunnel dev UAF and orig device refcount leaks. The patch stashs the original skb->dev and extends RCU pr...

9.8CVSS5.5AI score0.0038EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 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.0038EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.31 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...

9.8CVSS5.6AI score
SaveExploits0References5
Rows per page
Query Builder