Lucene search
+L

53 matches found

RedHat Linux
RedHat Linux
added 2026/09/08 9:06 a.m.6 views

kernel: vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()

A flaw was found in the Linux kernel's Virtual Extensible LAN VXLAN module. This vulnerability occurs because a cached IP header pointer is improperly reused after a Path Maximum Transmission Unit PMTU check. When the packet's head is modified during the PMTU check, the old cached IP header point...

9.8CVSS0.00514EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: Tunnels: Fixed an out-of-bounds access issue when building IPv6 PMTU errors. If the ICMPv6 error is generated using a non-linear skb, the following issues occur: BUG: KASAN: Out-of-bounds access in docsum+0x220/0x240 Reading o...

9.1CVSS6.4AI score0.00679EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/23 12:05 a.m.13 views

SUSE CVE-2026-74656

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.16 views

CVE-2026-74656

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.19 views

AZL-97206 CVE-2026-74656 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

UBUNTU-CVE-2026-74656

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/22 3:32 p.m.13 views

EUVD-2026-64593

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

5.7AI score0.00126EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74656

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU...

7.8CVSS6.9AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.9 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099727 advisory. In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached iphdr value after skbtunnelcheckpmtu skbtunnelcheckpmtu can change...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.18 views

PT-2026-72507

In the Linux kernel, the following vulnerability has been resolved: ipvs: ensure inner headers in ICMP errors are in headroom Sashiko points out that after stripping the outer headers with pskb pull we should ensure the inner IP headers in ICMP errors from tunnels are present in the skb headroom...

5.3AI score0.00745EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/07/21 1:01 p.m.13 views

SUSE CVE-2026-63993

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached iphdr value after skbtunnelcheckpmtu skbtunnelcheckpmtu can change skb-head. Reusing oldiph afer skbtunnelcheckpmtu can cause an UAF. Use instead iphdrskb as done in drivers/net/bareudp.c and...

9.8CVSS5.3AI score0.00514EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-63993

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vxlan: do not reuse cached iphdr value after skbtunnelcheckpmtu skbtunnelcheckpmtu can change skb-head. Reusing oldiph afer skbtunnelcheckpmtu can cause an UAF...

9.8CVSS5.9AI score0.00514EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.15 views

EUVD-2026-45566

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached iphdr value after skbtunnelcheckpmtu skbtunnelcheckpmtu can change skb-head. Reusing oldiph afer skbtunnelcheckpmtu can cause an UAF. Use instead iphdrskb as done in drivers/net/bareudp.c and...

5.4AI score0.00514EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.28 views

PT-2026-61310

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the vxlan component. The problem occurs when a cached ip hdr value is reused after the skb tunnel check pmtu function is called, as this function can...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.9 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-006928)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006928 advisory. In the Linux kernel, the following vulnerability has been resolved: tunnels: fix kasan splat when generating ipv4 pmtu error If we try to emit an icmp error in...

9.1CVSS5.7AI score0.00293EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/09 11:40 a.m.15 views

CVE-2001-1554

IBM AIX 430 does not properly unlock IPPMTULOCK, which allows remote attackers to cause a denial of service hang via Path Maximum Transmit Unit PMTU IP packets...

5CVSS6.8AI score0.0124EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2000-0094

Malware in sbrugna...

5CVSS6.4AI score0.023EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2005-1195

Malware in sbrugna...

5CVSS6.1AI score0.02654EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987184)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987184 advisory. In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctlipfwdusepmtu. While reading sysctlipfwdusepmtu, it can be changed...

4.7CVSS5.9AI score0.00186EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.9 views

SUSE CVE-2023-53600

In the Linux kernel, the following vulnerability has been resolved: tunnels: fix kasan splat when generating ipv4 pmtu error If we try to emit an icmp error in response to a nonliner skb, we get BUG: KASAN: slab-out-of-bounds in ipcomputecsum+0x134/0x220 Read of size 4 at addr ffff88811c50db00 by...

5.5CVSS6.4AI score0.00293EPSS
SaveExploits0References15
Rows per page
Query Builder