Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-68127

ila: reload IPv6 header after pskb_may_pull in checksum adjust
Back to all
CVE

CVE-2026-68127

ila: reload IPv6 header after pskb_may_pull in checksum adjust

In the Linux kernel, the following vulnerability has been resolved:

ila: reload IPv6 header after pskbmaypull in checksum adjust

ilacsumadjusttransport() caches ip6h = ipv6hdr(skb) before calling

pskbmaypull(). On a non-linear skb whose transport header sits in a page

fragment, pskbmaypull() can call _pskbpulltail() / pskbexpand_head()

and free the old skb head, leaving ip6h dangling; the following

getcsumdiff(ip6h, p) then reads freed memory. ilaupdateipv6_locator()

uses ip6h (and the iaddr derived from it) again after the csum-adjust

call and additionally writes the new locator through that pointer.

Impact: a remote IPv6 packet routed through a configured ILA

csum-adjust-transport route or receive-side mapping triggers a

slab-use-after-free in ilaupdateipv6_locator() (KASAN). The route or

mapping requires CAPNETADMIN to configure, but trigger packets are

unauthenticated once it exists.

Reload ip6h after each pskbmaypull() in ilacsumadjust_transport()

before the csum-diff read. In ilaupdateipv6_locator() only the

ILACSUMADJUST_TRANSPORT case pulls the skb, so reload ip6h and iaddr in

that case alone before the destination-address write; the neutral-map

modes never pull and keep their cached pointers.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/1eadcb43893b897ade85ac5bf5c618054bc3c655, https://git.kernel.org/stable/c/472aba2603ca74c4f7722cb0c0296942b0776b8d, https://git.kernel.org/stable/c/7097a0280b178237265681be66d1bef11d15894b, https://git.kernel.org/stable/c/896a9512d0d83c2a4b357e5585b7b62a8e3f95c1, https://git.kernel.org/stable/c/92d3817649df2b0b6a008a686c8275c88d7ef594, https://git.kernel.org/stable/c/ba353caafb06ccee57b78d3254e3cebf1dea4a93, https://git.kernel.org/stable/c/c6a13ae00dab3a1a8c7cf2f843f0fc9e8d4b0ccc, https://git.kernel.org/stable/c/e451a904606c571f731ef7a06b3398619dce5300, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68127.json, https://nvd.nist.gov/vuln/detail/CVE-2026-68127, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00543%
EPSS Percentile
0.43293%
Introduced Version
33f11d16142b06588eedfc1dd8cf93790979a712,4.5.0,5.11.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
92d3817649df2b0b6a008a686c8275c88d7ef594,5.10.265,5.15.216,6.1.183,6.6.148,6.12.101,6.18.42,7.1.6,6.12.101-1~deb12u1,6.12.101-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading