CVE & CISA-KEV Catalog

CVE-2026-53362

HIGHCISA KEV
7.3
CVSS v3
NVD

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 commit ce650a166335 ("udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES"), the negative copy value caused -EINVAL to be returned. That later commit allowed MSG_SPLICE_PAGES to proceed in this case, making the corruption triggerable. The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen. After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic. Since a negative copy is no longer expected for a valid MSG_SPLICE_PAGES case, remove the MSG_SPLICE_PAGES exception from the negative copy check.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.177-1CVE-2026-53362
Fixed in:6.12.95-1CVE-2026-53362
Fixed in:7.1.3-1CVE-2026-53362
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernelRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64kRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-develRocky
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.86.1.el10_0RHSA-2026:35840
Fixed in:0:6.12.0-211.30.1.el10_2RHSA-2026:34911

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityLow
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H

Exploit Intelligence

0.51%probability of exploitation in 30 days
41stpercentile

Moderate risk: more likely to be exploited than 41% of all known CVEs.

Known Exploited Vulnerability (CISA KEV)

Remediation due: 2026-08-30

References

Related Vulnerabilities

Other CWE-787 (Out-of-bounds Write) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-22457Critical9.0100%KEV + RansomFix
CVE-2025-0282Critical9.0100%KEV + Ransom-
CVE-2023-4863High8.8100%KEVFix
CVE-2015-3113Critical9.8100%KEVFix
CVE-2021-20038Critical9.8100%KEV + Ransom-
CVE-2019-11043High8.7100%KEV + RansomFix

Common questions

How do I fix CVE-2026-53362?

Published advisories record a fix for 191 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-53362 being actively exploited?

Yes. CVE-2026-53362 is listed in the CISA Known Exploited Vulnerabilities catalog, which means exploitation has been observed in the wild. US federal agencies were required to remediate it by 2026-08-30. Treat it as a priority whatever its CVSS score says.

How severe is CVE-2026-53362?

CVE-2026-53362 has a CVSS v3 base score of 7.3, rated important. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-53362 affect?

Published advisories record a fix for linux (Debian), kernel (Red Hat / RHEL), kernel (Rocky), kernel-64k (Red Hat / RHEL), and 187 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-53362
CVE-2026-53362 severity badge

Markdown

[![CVE-2026-53362](https://tridentstack.com/cve/badge/CVE-2026-53362.svg)](https://tridentstack.com/cve/CVE-2026-53362)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-53362"><img src="https://tridentstack.com/cve/badge/CVE-2026-53362.svg" alt="CVE-2026-53362"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-28.