CVE-2026-64317

HIGHPre-NVD 7.17.1
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.1EG
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.1Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

isofs: bound Rock Ridge symlink components to the SL record

get_symlink_chunk() and the SL handling in parse_rock_ridge_inode_internal() walk the variable-length components of a Rock Ridge "SL" (symbolic link) record. Each component is a two-byte header (flags, len) followed by len bytes of text, so it occupies slp->len + 2 bytes. Both loops read slp->len and advance to the next component, and get_symlink_chunk() additionally does memcpy(rpnt, slp->text, slp->len), but neither checks that the component lies within the SL record before dereferencing it.

A crafted SL record whose component declares a len that runs past the record (rr->len) therefore triggers an out-of-bounds read of up to 255 bytes. When the record sits at the tail of its backing buffer - for example a small kmalloc()ed continuation block reached through a CE record - the read crosses the allocation; get_symlink_chunk() then copies the out-of-bounds bytes into the symlink body returned to user space by readlink(), disclosing adjacent kernel memory.

ISO 9660 images are routinely mounted from untrusted removable media - desktop environments auto-mount them (e.g. via udisks2) without CAP_SYS_ADMIN - so the record contents are attacker-controlled.

Reject any component that does not fit in the remaining record bytes before using it. In get_symlink_chunk() return NULL, like the existing output-buffer (plimit) checks, so a malformed record makes readlink() fail with -EIO rather than silently returning a truncated target; in parse_rock_ridge_inode_internal() stop the inode-size walk.

CVSS v3
7.1
EG Score
7.1(medium)
EG Risk
37(Track)
EG Risk 37/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
Severity71% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

July 25, 2026

Last Modified

August 17, 2026

Advisory Details (8)

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

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

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

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

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

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

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

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9830725078c8483c6831ec10222ae724806ea36b
generic

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6bf41db09ef935d76fcc84ccf213b42c18de95ee
generic

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5fa1d6a5ec2356d2107dead614437c66fa7138b1
generic

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/36fe7d25dbc40da0c6b1dd4513a4f69ac6164eee
generic

isofs: bound Rock Ridge symlink components to the SL record - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1015e1c4b2fadd9c09704e24738e46598778c869

Vendor Advisories for CVE-2026-64317(2)

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

Affected Packages

(6 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.177-1~deb11u1 (22 versions)6.1.180-1~deb11u1
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (55 versions)6.1.180-1
linux-6.126.12.100-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (30 versions)6.12.96-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (156 versions)7.1.4-1

Data Freshness Timeline

(refreshed 29× in last 7d / 141× 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 169 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64317?
CVE-2026-64317 is a high vulnerability published on July 25, 2026. In the Linux kernel, the following vulnerability has been resolved: isofs: bound Rock Ridge symlink components to the SL record getsymlinkchunk() and the SL handling in parserockridgeinodeinternal() walk the variable-length components of a Rock Ridge "SL" (symbolic link) record. Each component is a…
When was CVE-2026-64317 disclosed?
CVE-2026-64317 was first published in the National Vulnerability Database on July 25, 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-64317 actively exploited?
CVE-2026-64317 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 94.1% of all scored CVEs.
What is the CVSS score of CVE-2026-64317?
CVE-2026-64317 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-64317?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64317, 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-64317

Explore →

Is Your Infrastructure Affected by CVE-2026-64317?

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