CVE-2026-53399

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH 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

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:

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(high)
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
41%
KEV
Not listed

Published

July 19, 2026

Last Modified

July 24, 2026

Advisory Details (8)

Auto-updated Jul 25, 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

Vendor Advisories for CVE-2026-53399(2)

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

Data Freshness Timeline

(refreshed 23× in last 7d / 26× 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.

  1. 2026-07-27 09:20 UTCGHSA enrichment
  2. 2026-07-27 04:59 UTCGHSA enrichment
  3. 2026-07-27 00:20 UTCGHSA enrichment
  4. 2026-07-26 19:55 UTCGHSA enrichment
  5. 2026-07-26 15:33 UTCEG score recompute
  6. 2026-07-26 15:33 UTCGHSA enrichment
  7. 2026-07-26 14:54 UTCEPSS rescore
  8. 2026-07-26 11:10 UTCEG score recompute
  9. 2026-07-26 11:10 UTCGHSA enrichment
  10. 2026-07-26 04:32 UTCEG score recompute
  11. 2026-07-26 04:32 UTCGHSA enrichment
  12. 2026-07-25 14:18 UTCEPSS rescore
  13. 2026-07-24 14:18 UTCEPSS rescore
  14. 2026-07-23 14:18 UTCEPSS rescore
  15. 2026-07-23 03:19 UTCEG score recompute
  16. 2026-07-22 14:08 UTCEPSS rescore
  17. 2026-07-21 15:25 UTCEPSS rescore
  18. 2026-07-20 17:47 UTCEG score recompute
  19. 2026-07-20 17:47 UTCGHSA enrichment
  20. 2026-07-20 17:08 UTCEPSS rescore
  21. 2026-07-20 14:47 UTCEG score recompute 9.80
  22. 2026-07-20 14:46 UTCGHSA enrichment
  23. 2026-07-20 14:32 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  24. 2026-07-19 12:26 UTCNVD update
  25. 2026-07-19 12:15 UTCEG score recompute
Show 1 more
  1. 2026-07-19 12:10 UTCMITRE cvelistV5first tracked

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 July 24, 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 59.2% 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

Explore the affected products and dependency analysis for 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.