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

7.8 · HIGH Actively Exploited
Published Jul 4, 2026 linux CWE-787

Overview

CVE-2026-53362 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH). This vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild.

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

ipv6: account for fraggap on the paged allocation path

In __ip6_append_data(), when the paged-allocation branch is taken

(MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are

computed as

alloclen = fragheaderlen + transhdrlen;

pagedlen = datalen - transhdrlen;

datalen already includes fraggap (datalen = length + fraggap). When

fraggap is non-zero, this is not the first skb and transhdrlen is zero.

The fraggap bytes carried over from the previous skb are copied just past

the fragment headers in the new skb's linear area. The linear area is

therefore undersized by fraggap bytes while pagedlen is overstated by the

same amount, and the copy writes past skb->end into the trailing

skb_shared_info.

An unprivileged user can trigger this via a UDPv6 socket using

MSG_MORE together with MSG_SPLICE_PAGES.

The bad accounting was introduced by commit 773ba4fe9104 ("ipv6:

avoid partial copy for zc"). Before commi

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 >= 6.0, < 6.1.177 Affected

Frequently Asked Questions

What is CVE-2026-53362?

CVE-2026-53362 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH). This vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild.

How severe is CVE-2026-53362?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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

Browse by year 2026