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

9.8 · CRITICAL
Published Jun 25, 2026 linux EPSS 0.51% (42th pctl)

Overview

CVE-2026-53228 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 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:

ipv6: sit: reload inner IPv6 header after GSO offloads

ipip6_tunnel_xmit() caches the inner IPv6 header pointer at function

entry and continues using it after iptunnel_handle_offloads().

For GSO skbs, iptunnel_handle_offloads() calls skb_header_unclone().

When the skb header is cloned, skb_header_unclone() can call

pskb_expand_head(), which may move the skb head. The pskb_expand_head()

contract requires pointers into the skb header to be reloaded after the

call.

If the later skb_realloc_headroom() branch is not taken, SIT uses the

stale iph6 pointer to read the inner hop limit and DS field. That can

read from a freed skb head after the old head's remaining clone is

released.

Reload iph6 after the offload helper succeeds and before subsequent

reads from the inner IPv6 header. Keep the existing reload after

skb_realloc_headroom(), since that branch can also replace the skb.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.18, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53228?

CVE-2026-53228 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-53228?

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-53228?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-53228?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53228 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.