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 7, 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(7)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-31.31) @ resolute2026-09-07ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1013.13) @ resolute2026-09-07ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-07ubuntu
redhatkernel-0:5.14.0-687.44.1.el9_82026-09-04redhat
redhatkernel-rt-0:4.18.0-553.159.1.rt7.500.el8_102026-09-03redhat
redhatkernel-0:4.18.0-553.159.1.el8_102026-09-03redhat
redhatkernel-0:6.12.0-211.50.1.el10_22026-09-01redhat

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

(3)

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 20× in last 7d / 213× 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 361 total refreshes for this CVE.

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