Lucene search
+L

21558 matches found

CVE
CVE
added 2026/07/19 2:56 p.m.20 views

CVE-2026-63994

The CVE-2026-63994 issue affects the Linux kernel's tunnels code: iptunnel_pmtud_build_icmp(v6) and iptunnel_pmtud_build_icmp() cached ip_hdr()/ipv6_hdr() before skb_cow(), which could reallocate skb->head and cause use-after-free. The patch fixes this by initializing local variables after the...

9.8CVSS5.3AI score0.00521EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.33 views

CVE-2026-63984 ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6rplsrhdecompress ipv6rplsrhdecompress computes: outhdr-hdrlen = n + 1 sizeofstruct in6addr 3; hdrlen is u8. For n = 127 the result exceeds 255 and silently truncates. With n=127 cmpri=15,...

9.8CVSS0.00514EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.31 views

CVE-2026-63969 ipv6: fix possible infinite loop in rt6_fill_node()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in rt6fillnode Sashiko reported this issue 1. Apply the same fix as commit f8d8ce1b515a "ipv6: fix possible infinite loop in fib6infousesdev". Writers holding tb6lock can listdelrcu&rt-fib6sibling...

0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45742

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in rt6fillnode Sashiko reported this issue 1. Apply the same fix as commit f8d8ce1b515a "ipv6: fix possible infinite loop in fib6infousesdev". Writers holding tb6lock can listdelrcu&rt-fib6sibling...

5.4AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63924 ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6hopjumbo ipv6hopjumbo calls pskbtrimrcsum, which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up...

9.8CVSS5.3AI score0.00695EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:55 p.m.9 views

EUVD-2026-45693

In the Linux kernel, the following vulnerability has been resolved: ipv6: validate extension header length before copying to cmsg ip6datagramrecvspecificctl builds IPV6HOPOPTS,DSTOPTS,RTHDR cmsgs and their IPV62292 legacy counterparts by trusting the on-wire hdrlen byte ptr1 when computing the...

5.4AI score0.00159EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45690

In the Linux kernel, the following vulnerability has been resolved: ip6: vti: Use ip6tnl.net in vti6changelink. ip netns add ns1 ip netns add ns2 ip -n ns1 link add vti6test type vti6 remote ::1 local ::2 key 7 ip -n ns1 link set vti6test netns ns2 ip -n ns2 link set vti6test type vti6 remote ::3...

5.5AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63912 xfrm: esp: restore combined single-frag length gate

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 trailer in espoutputhead before espoutputtail allocates the destination page frag. The head-side gate currently checks skb-datalen and...

9.8CVSS5.4AI score0.00704EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.31 views

CVE-2026-63912 xfrm: esp: restore combined single-frag length gate

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 trailer in espoutputhead before espoutputtail allocates the destination page frag. The head-side gate currently checks skb-datalen and...

9.8CVSS0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45685

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 trailer in espoutputhead before espoutputtail allocates the destination page frag. The head-side gate currently checks skb-datalen and...

5.5AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.18 views

CVE-2026-63912

The CVE concerns the Linux kernel XFRM/ESP path. The vulnerability arises in the ESP out-of-place fast path where an out-of-line trailer is written before dest page frag allocation; the head gate and tail code previously treated skb->data_len and tailen separately, risking an overflow when the...

9.8CVSS5.5AI score0.00704EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63912

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 trailer in espoutputhead before espoutputtail allocates the destination page frag. The head-side gate currently checks skb-datalen and...

9.8CVSS5.3AI score0.00704EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:18 p.m.6 views

EUVD-2026-45557

In the Linux kernel, the following vulnerability has been resolved: esp: fix page frag reference leak on skbtosgvec failure In espoutputtail, when esp-inplace is false, the old skb page frags are replaced with a new page from the xfrm pagefrag cache. The source scatterlist sg is built from the ol...

5.5AI score0.00279EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:18 p.m.22 views

CVE-2026-63870

The CVE-2026-63870 issue affects linux ieee802154/6lowpan where non‑IPv6 packets (e.g., from an aoe driver) queued for transmission on a 6LoWPAN interface bypass the IPv6 check. The header creation function returns early and leaves lowpan_addr_info uninitialized in skb headroom; the transmit path...

7.8CVSS5.4AI score0.00123EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:18 p.m.11 views

CVE-2026-63870

In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: only accept IPv6 packets in lowpanxmit The aoe driver or similar generates a non-IPv6 packet e.g., ETHPAOE and queues it for transmission via devqueuexmit on a 6LoWPAN interface configured by the user or test...

7.8CVSS5.3AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 1:9 p.m.5 views

MINI-8QG6-HHQ6-9FP9

Bulletin has no description...

7.5CVSS4.7AI score0.00441EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 6:29 a.m.6 views

MGASA-2026-0268 Updated nmap packages fix a security vulnerability

The updated packages fix a security vulnerability: Integer Underflow in IPv6 Extension Header Parsing. CVE-2026-58058...

6.9CVSS6.4AI score0.00278EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61237

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An unprivileged slab-out-of-bounds read exists in the Linux kernel. The ip6 datagram recv specific ctl function trusts the on-wire hdrlen byte when computing the length for put cmsg, but...

7.1CVSS5.4AI score0.00159EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.12 views

PT-2026-61285

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the IPv6 implementation where an infinite loop can occur within the fib6 select path function. This happens because writers holding the tb6 lock may execute list del rcu...

7.5CVSS5.3AI score0.00647EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61239

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the IPv6 extension header handling where the ip6 parse tlv function caches the network header pointer in nh while processing Type-Length-Value TLV structures. When ipv...

9.8CVSS5.3AI score0.00695EPSS
SaveExploits0
Rows per page
Query Builder