CVE-2026-68388

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-10. 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:

smb/client: handle overlapping allocated ranges in fallocate

smb3_simple_fallocate_range() can skip holes when an allocated range returned by the server starts before the current fallocate offset. The skipped hole is not zero-filled, but fallocate still returns success. A later write to that hole may therefore fail with ENOSPC.

The function queries allocated ranges so that it can preserve existing contents and write zeroes only into holes. However, the server may return a range that starts before the current fallocate offset.

For example, assume the fallocate request is [100, 400) and the only allocated range returned by the server is [0, 200):

Request: [100, 400) Server range: [ 0, 200) allocated

Correct: [100, 200) allocated data, skip [200, 400) hole, zero-fill

Current: [100, 300) skipped [300, 400) zero-filled afterwards

The current code adds the full server range length, 200, to the current offset 100 and moves to 300. As a result, the hole in [200, 300) is skipped without being zero-filled.

Fix this by advancing only over the part of the allocated range that overlaps the current fallocate offset. Ignore ranges that end before the current offset and reject ranges whose end offset overflows.

This also prevents a malformed range length from causing an out-of-bounds zero-buffer read.

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

August 10, 2026

Last Modified

August 19, 2026

Advisory Details (8)

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

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

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

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

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

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

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

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

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

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7e08ab7a061b17ac1989a225c6afb53f44a86808
generic

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/437637f5ff3f573b2edf8571de91fb00a21eb4e6
generic

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/377fe3e583e46369ee1004d5cfe12271d6589a68
generic

smb/client: handle overlapping allocated ranges in fallocate - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/01719883235507b1585e4c51e320d9a7113dc698

Patch Availability(5)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-nvidia-tegra-rt-6.8 (6.8.0-1035.38) @ noble2026-09-19ubuntu
redhatkernel-0:4.18.0-553.157.1.el8_102026-08-20redhat
redhatkernel-0:5.14.0-687.41.1.el9_82026-08-20redhat
redhatkernel-0:6.12.0-211.49.1.el10_22026-08-20redhat
redhatkernel-rt-0:4.18.0-553.157.1.rt7.498.el8_102026-08-20redhat

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 3 ecosystems)
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (56 versions)6.1.187-1
linux-6.126.12.100-1~deb12u16.12.101-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.12.96-1 (32 versions)6.12.101-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (160 versions)7.1.6-1

Additional Vendor Advisories

(1)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 72× in last 7d / 312× 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 375 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-68388?
CVE-2026-68388 is a critical vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: smb/client: handle overlapping allocated ranges in fallocate smb3simplefallocate_range() can skip holes when an allocated range returned by the server starts before the current fallocate offset. The skipped hole is not zero-filled,…
When was CVE-2026-68388 disclosed?
CVE-2026-68388 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68388 actively exploited?
CVE-2026-68388 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-68388?
CVE-2026-68388 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-68388?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68388, 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-68388

Explore →

Is Your Infrastructure Affected by CVE-2026-68388?

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