Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68127

9.8 · CRITICAL
Published Aug 10, 2026 EPSS 0.54% (43th pctl)

Overview

CVE-2026-68127 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ila: reload IPv6 header after pskb_may_pull in checksum adjust

ila_csum_adjust_transport() caches ip6h = ipv6_hdr(skb) before calling

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

fragment, pskb_may_pull() can call __pskb_pull_tail() / pskb_expand_head()

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

get_csum_diff(ip6h, p) then reads freed memory. ila_update_ipv6_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 ila_update_ipv6_locator() (KASAN). The route or

mapping requires CAP_NET_ADMIN to configure, but trigger packets are

unauthenticated once it exists.

Reload ip6h after each pskb_may_pull() in ila_csum_adjust_transport()

bef

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68127?

CVE-2026-68127 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-68127?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-68127?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68127?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68127 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.