CVE-2026-53399

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:

nfsd: release layout stid on setlease failure

nfs4_alloc_stid() publishes the new stid into cl->cl_stateids via idr_alloc_cyclic() under cl_lock before returning to nfsd4_alloc_layout_stateid(). When nfsd4_layout_setlease() then fails, the error path frees the layout stateid directly with kmem_cache_free() without ever calling idr_remove(), leaving the IDR slot pointing at freed slab memory. Any subsequent IDR walker (states_show, client teardown) dereferences the dangling pointer.

The correct teardown for an IDR-published stid is nfs4_put_stid(), which removes the IDR slot under cl_lock, dispatches sc_free (nfsd4_free_layout_stateid) to release ls->ls_file via nfsd4_close_layout(), and drops the nfs4_file reference in its tail.

A second issue blocks that switch: nfsd4_free_layout_stateid() unconditionally inspects ls->ls_fence_work via delayed_work_pending() under ls_lock, but INIT_DELAYED_WORK(&ls->ls_fence_work, ...) currently runs only after the setlease call. On the setlease-failure path the destructor would touch an uninitialized delayed_work.

nfsd4_alloc_layout_stateid() nfs4_alloc_stid() /* idr_alloc_cyclic under cl_lock */ nfsd4_layout_setlease() /* fails */ nfs4_put_stid() nfsd4_free_layout_stateid() delayed_work_pending(&ls->ls_fence_work) /* needs INIT */ nfsd4_close_layout() /* nfsd_file_put(ls->ls_file) */ put_nfs4_file()

Fix by hoisting the ls_fenced / ls_fence_delay / INIT_DELAYED_WORK initialization above the nfsd4_layout_setlease() call, and replace the manual nfsd_file_put + put_nfs4_file + kmem_cache_free cleanup with a single nfs4_put_stid(stp).

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

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (8)

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

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

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

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

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

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8dee7c278f1c2b5bb80e17a6281c3812fc8b0cdd
generic

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/83c2b7797742339bb768f83935f7ca33950db138
generic

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

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

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/48a586e382e4db1dbf958d44b63e081df5f8ed04
generic

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/30d55c8aabb261bc3f427d6b9aae7ef6206063f9
generic

nfsd: release layout stid on setlease failure - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2e0a5d6d62600b8c614d1b55e50ef94035d6adf9

Patch Availability(8)

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

(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.3-1

Weakness Classification(1)

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

Additional Vendor Advisories

(4)

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 34× in last 7d / 172× 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 402 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-53399?
CVE-2026-53399 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: nfsd: release layout stid on setlease failure nfs4allocstid() publishes the new stid into cl->cl_stateids via idralloccyclic() under cl_lock before returning to nfsd4alloclayoutstateid(). When nfsd4layout_setlease() then fails, the…
When was CVE-2026-53399 disclosed?
CVE-2026-53399 was first published in the National Vulnerability Database on July 19, 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-53399 actively exploited?
CVE-2026-53399 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 55.5% of all scored CVEs.
What is the CVSS score of CVE-2026-53399?
CVE-2026-53399 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-53399?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53399, 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-53399

Explore →

Is Your Infrastructure Affected by CVE-2026-53399?

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