Lucene search
+L

60 matches found

RedhatCVE
RedhatCVE
added 2 days ago4 views

CVE-2026-63994

A flaw was found in the Linux kernel's tunnels module. This vulnerability, categorized as a Use-After-Free UAF, arises from improper handling of network header pointers during certain packet processing operations. Specifically, functions responsible for building Internet Control Message Protocol...

9.8CVSS5.3AI score0.00521EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago6 views

CVE-2026-63992

In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume transport header in iptunnelpmtudcheckicmp In some cases, iptunnelpmtudcheckicmp can be called while skb transport header is not set. This triggers an out-of-bound access, because typeofskb-transportheader0...

9.1CVSS0.00521EPSS
SaveExploits0References8
NVD
NVD
added 4 days ago4 views

CVE-2026-63994

In the Linux kernel, the following vulnerability has been resolved: tunnels: load network headers after skbcow in iptunnelpmtudbuildicmpv6 Sashiko found that iptunnelpmtudbuildicmp and iptunnelpmtudbuildicmpv6 were caching iphdr and ipv6hdr before an skbcow call which can reallocate skb-head. Fix...

9.8CVSS0.00521EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago4 views

CVE-2026-63994 tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()

In the Linux kernel, the following vulnerability has been resolved: tunnels: load network headers after skbcow in iptunnelpmtudbuildicmpv6 Sashiko found that iptunnelpmtudbuildicmp and iptunnelpmtudbuildicmpv6 were caching iphdr and ipv6hdr before an skbcow call which can reallocate skb-head. Fix...

9.8CVSS5.3AI score0.00521EPSS
SaveExploits0References11
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-63993 vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()

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.8CVSS0.00521EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago12 views

CVE-2026-63993

CVE-2026-63993 corresponds to a Linux kernel issue in VXLAN handling: skb_tunnel_check_pmtu() may modify skb->head, causing a stale ip_hdr() reference to be reused and potentially leading to use-after-free (UAF). The advised remediation is to use ip_hdr(skb) instead of the cached value, as imp...

9.8CVSS5.4AI score0.00521EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-63994 tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()

In the Linux kernel, the following vulnerability has been resolved: tunnels: load network headers after skbcow in iptunnelpmtudbuildicmpv6 Sashiko found that iptunnelpmtudbuildicmp and iptunnelpmtudbuildicmpv6 were caching iphdr and ipv6hdr before an skbcow call which can reallocate skb-head. Fix...

9.8CVSS0.00521EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-63992 tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()

In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume transport header in iptunnelpmtudcheckicmp In some cases, iptunnelpmtudcheckicmp can be called while skb transport header is not set. This triggers an out-of-bound access, because typeofskb-transportheader0...

9.1CVSS0.00521EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 4 days ago7 views

PT-2026-61309

In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume transport header in iptunnel pmtud check icmp In some cases, iptunnel pmtud check icmp can be called while skb transport header is not set. This triggers an out-of-bound access, because typeofskb-transport...

5.2AI score0.00521EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 4 days ago5 views

PT-2026-61311

In the Linux kernel, the following vulnerability has been resolved: tunnels: load network headers after skb cow in iptunnel pmtud build icmpv6 Sashiko found that iptunnel pmtud build icmp and iptunnel pmtud build icmpv6 were caching ip hdr and ipv6 hdr before an skb cow call which can reallocate...

5.3AI score0.00521EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.6 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006721 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...

7.1CVSS5.8AI score0.0014EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/26 2:43 p.m.9 views

SUSE CVE-2026-23398

In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmptagvalidation icmptagvalidation unconditionally dereferences the result of rcudereferenceinetprotosproto without checking for NULL. The inetprotos array is sparse -- only about 15 of 256...

5.9CVSS5.8AI score0.0012EPSS
SaveExploits2References19
EUVD
EUVD
added 2026/03/26 12:30 p.m.5 views

EUVD-2026-16158

In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmptagvalidation icmptagvalidation unconditionally dereferences the result of rcudereferenceinetprotosproto without checking for NULL. The inetprotos array is sparse -- only about 15 of 256...

5.7AI score0.0012EPSS
SaveExploits2References7
OSV
OSV
added 2026/03/26 11:16 a.m.4 views

DEBIAN-CVE-2026-23398

In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmptagvalidation icmptagvalidation unconditionally dereferences the result of rcudereferenceinetprotosproto without checking for NULL. The inetprotos array is sparse -- only about 15 of 256...

5.5CVSS5.2AI score0.0012EPSS
SaveExploits2References1
Cvelist
Cvelist
added 2026/03/26 10:22 a.m.33 views

CVE-2026-23398 icmp: fix NULL pointer dereference in icmp_tag_validation()

In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmptagvalidation icmptagvalidation unconditionally dereferences the result of rcudereferenceinetprotosproto without checking for NULL. The inetprotos array is sparse -- only about 15 of 256...

0.0012EPSS
SaveExploits2References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2001-0323

Malware in sbrugna...

6.4CVSS6.4AI score0.01657EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/04 4:15 p.m.5 views

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

7.1CVSS0.0014EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

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

7.1CVSS5.9AI score0.0014EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/04 3:44 p.m.4 views

CVE-2023-53600 tunnels: fix kasan splat when generating ipv4 pmtu error

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

7.1CVSS6.4AI score0.0014EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.6 views

PT-2025-40763

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.5.0-rc3+ 309 Description A flaw exists in the Linux kernel related to handling IPv4 Path MTU Discovery PMTUD errors within tunnels. Specifically, the ip compute csum function is unable to process nonlinear skb...

7.8CVSS6.2AI score0.08942EPSS
SaveExploits4References989
Rows per page
Query Builder