CVE-2026-31444

CRITICALNVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-04-22. NVD baseline CVSS 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
9.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 9.8Exploit: NoneExposed: 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:

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()

smb_grant_oplock() has two issues in the oplock publication sequence:

1) opinfo is linked into ci->m_op_list (via opinfo_add) before add_lease_global_list() is called. If add_lease_global_list() fails (kmalloc returns NULL), the error path frees the opinfo via __free_opinfo() while it is still linked in ci->m_op_list. Concurrent m_op_list readers (opinfo_get_list, or direct iteration in smb_break_all_levII_oplock) dereference the freed node.

2) opinfo->o_fp is assigned after add_lease_global_list() publishes the opinfo on the global lease list. A concurrent find_same_lease_key() can walk the lease list and dereference opinfo->o_fp->f_ci while o_fp is still NULL.

Fix by restructuring the publication sequence to eliminate post-publish failure:

  • Set opinfo->o_fp before any list publication (fixes NULL deref).
  • Preallocate lease_table via alloc_lease_table() before opinfo_add()
so add_lease_global_list() becomes infallible after publication.
  • Keep the original m_op_list publication order (opinfo_add before
lease list) so concurrent opens via same_client_has_lease() and opinfo_get_list() still see the in-flight grant.
  • Use opinfo_put() instead of __free_opinfo() on err_out so that
the RCU-deferred free path is used.

This also requires splitting add_lease_global_list() to take a preallocated lease_table and changing its return type from int to void, since it can no longer fail.

CVSS v3
9.8
EG Score
9.8(medium)
EPSS
36.3%
KEV
Not listed

Published

April 22, 2026

Last Modified

May 7, 2026

Advisory Details (5)

Auto-updated May 9, 2026
No patch confirmed yet.
generic

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() - kernel/git/stable/linux.git - Linux kernel stable tree

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

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9e785f004cbc56390479b77375726ea9b0d1a8a6
generic

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() - kernel/git/stable/linux.git - Linux kernel stable tree

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

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6d7e5a918c1d0aad06db0e17677b66fc9a471021
generic

ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/48623ec358c1c600fa1e38368746f933e0f1a617

Vendor Advisories for CVE-2026-31444(1)

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

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 10× in last 7d / 43× 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 274 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-31444?
CVE-2026-31444 is a critical vulnerability published on April 22, 2026. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free and NULL deref in smbgrantoplock() smbgrantoplock() has two issues in the oplock publication sequence: 1) opinfo is linked into ci->moplist (via opinfo_add) before addleasegloballist() is called. If…
When was CVE-2026-31444 disclosed?
CVE-2026-31444 was first published in the National Vulnerability Database on April 22, 2026, with the most recent update on May 7, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-31444 actively exploited?
CVE-2026-31444 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 36.3% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-31444?
CVE-2026-31444 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-31444?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-31444, 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-31444

Explore →

Is Your Infrastructure Affected by CVE-2026-31444?

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