CVE-2026-64108

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. 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:

cifs: Fix busy dentry used after unmounting

Since commit 340cea84f691c ("cifs: open files should not hold ref on superblock"), cifs file only holds the dentry ref_cnt, the cifs file close work(cfile->deferred) could be executed after unmounting, which will trigger a warning in generic_shutdown_super: BUG: Dentry 00000000a14a6845{i=c,n=file} still in use (1) [unmount of cifs cifs]

The detailed processs is: process A process B kworker fd = open(PATH) vfs_open file->__f_path = *path // dentry->d_lockref.count = 1 cifs_open cifs_new_fileinfo cfile->dentry = dget(dentry) // dentry->d_lockref.count = 2 close(fd) __fput cifs_close queue_delayed_work(deferredclose_wq, cfile->deferred) dput(dentry) // dentry->d_lockref.count = 1 smb2_deferred_work_close _cifsFileInfo_put list_del(&cifs_file->flist) umount cleanup_mnt deactivate_super cifs_kill_sb cifs_close_all_deferred_files_sb cifs_close_all_deferred_files // cannot find cfile, skip _cifsFileInfo_put kill_anon_super generic_shutdown_super shrink_dcache_for_umount umount_check WARN ! // dentry->d_lockref.count = 1 cifsFileInfo_put_final dput(cifs_file->dentry) // dentry->d_lockref.count = 0

Fix it by flushing 'deferredclose_wq' before calling kill_anon_super.

Fetch a reproducer in https://bugzilla.kernel.org/show_bug.cgi?id=221548.

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
3%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 12, 2026

Advisory Details (6)

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

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

cifs: Fix busy dentry used after unmounting - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5e7d9d0805e58fa3760894e73115b7a74024fd07

Vendor Advisories for CVE-2026-64108(1)

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

Patch Availability(5)

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

(3 across 3 ecosystems)
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 (138 versions)7.0.12-1

All Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 32× in last 7d / 158× 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 206 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64108?
CVE-2026-64108 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c ("cifs: open files should not hold ref on superblock"), cifs file only holds the dentry ref_cnt, the cifs file close work(cfile->deferred) could be executed…
When was CVE-2026-64108 disclosed?
CVE-2026-64108 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 12, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64108 actively exploited?
CVE-2026-64108 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 97.1% of all scored CVEs.
What is the CVSS score of CVE-2026-64108?
CVE-2026-64108 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-64108?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64108, 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-64108

Explore →

Is Your Infrastructure Affected by CVE-2026-64108?

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