CVE-2026-64047

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

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

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

A fix is available — apply it.

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

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring

When an sk_msg scatterlist ring wraps (sg.end < sg.start), tls_push_record() chains the tail portion of the ring to the head using sg_chain(). An extra entry in the sg array is reserved for this:

struct sk_msg_sg { [...] /* The extra two elements: * 1) used for chaining the front and sections when the list becomes * partitioned (e.g. end < start). The crypto APIs require the * chaining; * 2) to chain tailer SG entries after the message. */ struct scatterlist data[MAX_MSG_FRAGS + 2];

The current code uses MAX_SKB_FRAGS + 1 as the ring size:

sg_chain(&msg_pl->sg.data[msg_pl->sg.start], MAX_SKB_FRAGS - msg_pl->sg.start + 1, msg_pl->sg.data);

This places the chain pointer at

sg_chain(data[start], (MAX_SKB_FRAGS - msg_start + 1) .. = &data[start] + (MAX_SKB_FRAGS - msg_start + 1) - 1 = data[start + (MAX_SKB_FRAGS - start + 1) - 1] = data[MAX_SKB_FRAGS]

instead of the true last entry. This is likely due to a "race" of the commit under Fixes landing close to commit 031097d9e079 ("bpf: sk_msg, zap ingress queue on psock down")

Convert to ARRAY_SIZE and drop the data[start] / - start (as suggested by Sabrina).

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/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
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
43%
KEV
Not listed

Published

July 19, 2026

Last Modified

September 2, 2026

Advisory Details (8)

Auto-updated Sep 16, 2026
No patch confirmed yet.
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

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

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/84158c2997159df4a0d70cd9c46774512d32a522
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/73963a375885d5ccb7def39fd0b4f542e0f343dd
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/66339b71f105e6f83e0da3b9583d95077534fe1d
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/47110c3a9ac247b688657337f5981efcfcb240dc
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2fb0dc7e0099686c4e9d2732745d8a31b18c3628
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/285943c6e7ca309bbea84b253745154241d9788a
generic

net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/131ef12057d92b77b636321b7849c69222405a97

Vendor Advisories for CVE-2026-64047(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(22)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-intel-iotg-5.15 (5.15.0.1107.106) @ jammy2026-09-18ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1075 (5.15.0-1075.79) @ jammy2026-09-18ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.66~20.04.1) @ focal2026-09-18ubuntu
ubuntulinux-tools-raspi-realtime-7.0 (7.0.0-1015.15) @ resolute2026-09-18ubuntu
ubuntulinux-tools-oracle-7.0 (7.0.0-1008.8) @ resolute2026-09-18ubuntu
ubuntulinux-tools-nvidia-lowlatency-5.15 (5.15.0.1107.107) @ jammy2026-09-18ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.64) @ jammy2026-09-18ubuntu
ubuntulinux-tools-azure-fde-7.0 (7.0.0-1009.9) @ resolute2026-09-18ubuntu
ubuntulinux-tools-oracle-lts-22.04 (5.15.0.1109.105) @ jammy2026-09-18ubuntu
ubuntulinux-tools-azure-fde-lts-22.04 (5.15.0.1117.126) @ jammy2026-09-18ubuntu
ubuntulinux-tools-oracle-edge (5.15.0.1109.115~20.04.1) @ focal2026-09-18ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1117.102) @ jammy2026-09-18ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1104.108) @ jammy2026-09-18ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-09-18ubuntu
ubuntulinux-tools-nvidia-hwe-24.04-edge (7.0.0-1016.16) @ resolute2026-09-18ubuntu
ubuntulinux-tools-nvidia-hwe-26.04 (7.0.0-2016.16) @ resolute2026-09-18ubuntu
ubuntulinux-virtual-6.8 (6.8.0-139.139) @ noble2026-09-18ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-18ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1067.75) @ noble2026-09-18ubuntu
ubuntulinux-tools-raspi-realtime-6.8 (6.8.0-2053.55) @ noble2026-09-18ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1067.75+fips1) @ noble2026-09-18ubuntu
ubuntulinux-tools-nvidia-tegra-rt-6.8 (6.8.0-1035.38) @ noble2026-09-18ubuntu

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
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (141 versions)7.0.12-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

All Vendor Advisories

(22)

Data Freshness Timeline

(refreshed 38× in last 7d / 200× 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 593 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64047?
CVE-2026-64047 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: net: tls: fix off-by-one in sgchain entry count for wrapped skmsg ring When an sk_msg scatterlist ring wraps (sg.end < sg.start), tlspushrecord() chains the tail portion of the ring to the head using sg_chain(). An extra entry in…
When was CVE-2026-64047 disclosed?
CVE-2026-64047 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on September 2, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64047 actively exploited?
CVE-2026-64047 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 57.2% of all scored CVEs.
What is the CVSS score of CVE-2026-64047?
CVE-2026-64047 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-64047?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64047, 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-64047

Explore →

Is Your Infrastructure Affected by CVE-2026-64047?

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