CVE-2026-53362

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-04. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
19%
KEV
Not listed

Published

July 4, 2026

Last Modified

August 17, 2026

Advisory Details (6)

Auto-updated Jul 18, 2026
No patch confirmed yet.
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/736b380e28d0480c7bc3e022f1950f31fe53a7c5
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/e9eacf19281ea2498b36291b56c9606118c2d74e
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6374fb9edf72c67a118a2c214a0dddd04c921e0a
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/46f201f8b4c39633a1fa3dc12459f506d470993d
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/65fb14cbebb0cd0eff903a22d33537ddc8b95769
generic

ipv6: account for fraggap on the paged allocation path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/14200d435af9a9eeb444f529fc2f689a236b7962

Patch Availability(4)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatkpatch-patch2026-07-22redhat
redhatkernel-0:6.12.0-55.86.1.el10_02026-07-06redhat
redhatkernel-0:6.12.0-211.30.1.el10_22026-07-02redhat
redhatkernel-0:6.12.0-231.14.el10nv2026-07-02redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux-6.16.1.106-3~deb11u1 ... 6.1.176-1~deb11u1 (21 versions)6.1.177-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (54 versions)6.1.177-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (29 versions)6.12.95-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (153 versions)7.1.3-1

Data Freshness Timeline

(refreshed 40× in last 7d / 153× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 348 total refreshes for this CVE.

  1. 2026-08-21 05:01 UTCEG score recompute
  2. 2026-08-21 05:01 UTCVendor advisory
  3. 2026-08-21 05:01 UTCGHSA enrichment
  4. 2026-08-20 22:55 UTCEPSS rescore
  5. 2026-08-20 16:05 UTCVendor advisory
  6. 2026-08-20 16:05 UTCGHSA enrichment
  7. 2026-08-20 03:06 UTCEG score recompute
  8. 2026-08-20 03:06 UTCVendor advisory
  9. 2026-08-20 03:05 UTCGHSA enrichment
  10. 2026-08-19 17:04 UTCEPSS rescore
  11. 2026-08-19 14:06 UTCVendor advisory
  12. 2026-08-19 14:06 UTCGHSA enrichment
  13. 2026-08-19 00:56 UTCEG score recompute
  14. 2026-08-19 00:56 UTCVendor advisory
  15. 2026-08-19 00:56 UTCGHSA enrichment
  16. 2026-08-18 13:48 UTCEPSS rescore
  17. 2026-08-18 11:42 UTCVendor advisory
  18. 2026-08-18 11:42 UTCGHSA enrichment
  19. 2026-08-17 22:46 UTCEG score recompute
  20. 2026-08-17 22:46 UTCVendor advisory
  21. 2026-08-17 22:46 UTCGHSA enrichment
  22. 2026-08-17 13:47 UTCEPSS rescore
  23. 2026-08-17 05:24 UTCVendor advisory
  24. 2026-08-17 05:24 UTCGHSA enrichment
  25. 2026-08-16 22:42 UTCEG score recompute
Show 75 more
  1. 2026-08-16 22:42 UTCVendor advisory
  2. 2026-08-16 22:42 UTCGHSA enrichment
  3. 2026-08-16 14:56 UTCEPSS rescore
  4. 2026-08-16 09:45 UTCEG score recompute
  5. 2026-08-16 09:45 UTCVendor advisory
  6. 2026-08-16 09:45 UTCGHSA enrichment
  7. 2026-08-16 02:14 UTCEPSS rescore
  8. 2026-08-15 20:50 UTCVendor advisory
  9. 2026-08-15 20:50 UTCGHSA enrichment
  10. 2026-08-15 07:54 UTCEG score recompute
  11. 2026-08-15 07:54 UTCVendor advisory
  12. 2026-08-15 07:54 UTCGHSA enrichment
  13. 2026-08-15 01:30 UTCEPSS rescore
  14. 2026-08-14 17:50 UTCVendor advisory
  15. 2026-08-14 17:50 UTCGHSA enrichment
  16. 2026-08-14 04:42 UTCEG score recompute
  17. 2026-08-14 04:42 UTCVendor advisory
  18. 2026-08-14 04:42 UTCGHSA enrichment
  19. 2026-08-13 22:00 UTCEPSS rescore
  20. 2026-08-13 15:46 UTCVendor advisory
  21. 2026-08-13 15:46 UTCGHSA enrichment
  22. 2026-08-13 02:40 UTCEG score recompute
  23. 2026-08-13 02:40 UTCVendor advisory
  24. 2026-08-13 02:40 UTCGHSA enrichment
  25. 2026-08-12 13:51 UTCEPSS rescore
  26. 2026-08-12 13:44 UTCVendor advisory
  27. 2026-08-12 13:44 UTCGHSA enrichment
  28. 2026-08-12 00:48 UTCEG score recompute
  29. 2026-08-12 00:48 UTCVendor advisory
  30. 2026-08-12 00:48 UTCGHSA enrichment
  31. 2026-08-11 11:52 UTCEG score recompute
  32. 2026-08-11 11:52 UTCVendor advisory
  33. 2026-08-11 11:52 UTCGHSA enrichment
  34. 2026-08-11 00:00 UTCEPSS rescore
  35. 2026-08-10 22:56 UTCVendor advisory
  36. 2026-08-10 22:56 UTCGHSA enrichment
  37. 2026-08-10 09:59 UTCVendor advisory
  38. 2026-08-10 09:59 UTCGHSA enrichment
  39. 2026-08-09 21:03 UTCEG score recompute
  40. 2026-08-09 21:03 UTCVendor advisory
  41. 2026-08-09 21:03 UTCGHSA enrichment
  42. 2026-08-09 13:46 UTCEPSS rescore
  43. 2026-08-09 08:07 UTCVendor advisory
  44. 2026-08-09 08:07 UTCGHSA enrichment
  45. 2026-08-08 19:11 UTCEG score recompute
  46. 2026-08-08 19:11 UTCVendor advisory
  47. 2026-08-08 19:11 UTCGHSA enrichment
  48. 2026-08-08 16:37 UTCEPSS rescore
  49. 2026-08-08 06:14 UTCVendor advisory
  50. 2026-08-08 06:14 UTCGHSA enrichment
  51. 2026-08-07 17:18 UTCEG score recompute
  52. 2026-08-07 17:18 UTCVendor advisory
  53. 2026-08-07 17:18 UTCGHSA enrichment
  54. 2026-08-07 04:22 UTCVendor advisory
  55. 2026-08-07 04:22 UTCGHSA enrichment
  56. 2026-08-06 15:26 UTCEG score recompute
  57. 2026-08-06 15:26 UTCVendor advisory
  58. 2026-08-06 15:26 UTCGHSA enrichment
  59. 2026-08-06 13:47 UTCEPSS rescore
  60. 2026-08-06 02:27 UTCEG score recompute
  61. 2026-08-06 02:27 UTCVendor advisory
  62. 2026-08-06 02:27 UTCGHSA enrichment
  63. 2026-08-05 19:17 UTCEPSS rescore
  64. 2026-08-05 13:32 UTCEG score recompute
  65. 2026-08-05 13:32 UTCVendor advisory
  66. 2026-08-05 13:32 UTCGHSA enrichment
  67. 2026-08-05 11:37 UTCVendor advisory
  68. 2026-08-05 11:37 UTCGHSA enrichment
  69. 2026-08-04 21:56 UTCEG score recompute
  70. 2026-08-04 21:56 UTCVendor advisory
  71. 2026-08-04 21:56 UTCGHSA enrichment
  72. 2026-08-04 15:10 UTCEPSS rescore
  73. 2026-08-04 10:39 UTCEPSS rescore
  74. 2026-08-04 08:36 UTCVendor advisory
  75. 2026-08-04 08:36 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-53362?
CVE-2026-53362 is a high vulnerability published on July 4, 2026. In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In ip6appenddata(), when the paged-allocation branch is taken (MSGMORE / NETIFF_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen +…
When was CVE-2026-53362 disclosed?
CVE-2026-53362 was first published in the National Vulnerability Database on July 4, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53362 actively exploited?
CVE-2026-53362 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 81.4% of all scored CVEs.
What is the CVSS score of CVE-2026-53362?
CVE-2026-53362 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53362?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53362, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-53362

Explore →

Is Your Infrastructure Affected by CVE-2026-53362?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.