CVE-2026-72422

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-15. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 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:

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE

conn->preauth_info is shared connection state (struct preauth_integrity_info, kmalloc-96) that is allocated and freed by the SMB2 NEGOTIATE handler and read by the response send path.

smb2_handle_negotiate() allocates conn->preauth_info, and on a deassemble_neg_contexts() failure kfrees it and sets it to NULL. Both the allocation and the free/NULL happen under ksmbd_conn_lock(conn) (the connection srv_mutex), which is held across the whole handler body.

The response send path smb3_preauth_hash_rsp(), called from the send: block of __handle_ksmbd_work(), reads conn->preauth_info and dereferences conn->preauth_info->Preauth_HashValue (via ksmbd_gen_preauth_integrity_hash()) without taking conn_lock. When a client drives two SMB2 NEGOTIATE requests on the same connection, one worker can free conn->preauth_info on the failing-negotiate path while a concurrent send-path worker is reading it, producing a slab use-after-free read (KASAN-confirmed).

The send-path read tested conn->preauth_info for NULL but raced with the free that occurs between the NULL check and the dereference, so the NULL guard alone does not close the window.

Serialize the NEGOTIATE-branch read in smb3_preauth_hash_rsp() under ksmbd_conn_lock(conn) and re-check conn->preauth_info inside the lock. Because the negotiate handler holds conn_lock across its kfree + NULL assignment, a reader that also takes conn_lock either runs fully before the allocation or fully after the NULL store, and can never observe the freed-but-not-yet-NULLed pointer. ksmbd_gen_preauth_integrity_hash() takes no locks itself (it only computes a SHA-512 over the buffer), so no lock-ordering inversion is introduced, and conn_lock is a sleepable mutex which is safe on this send path (it already performs network I/O).

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

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (7)

Auto-updated Aug 17, 2026
No patch confirmed yet.
generic

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

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

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

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

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0c054227479ed7e36ebccb3a558bc0ef698264f6
generic

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1c89da3baa2b1f269178afa87dc30479b8535776
generic

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/77bb0bbfcc4e777ca653174689e5e363f8ee63d1
generic

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/16a1ecf39c217e3d164bd32ef2a4f650abc067fa
generic

ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7470511d085af1c7a043a60e53d52b512d5a10b1

Vendor Advisories for CVE-2026-72422(1)

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 50× in last 7d / 50× 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-08-21 05:09 UTCGHSA enrichment
  2. 2026-08-21 01:22 UTCEG score recompute
  3. 2026-08-21 01:22 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 21:36 UTCGHSA enrichment
  6. 2026-08-20 17:50 UTCGHSA enrichment
  7. 2026-08-20 14:03 UTCGHSA enrichment
  8. 2026-08-20 09:32 UTCGHSA enrichment
  9. 2026-08-20 05:46 UTCGHSA enrichment
  10. 2026-08-20 01:59 UTCGHSA enrichment
  11. 2026-08-19 22:12 UTCGHSA enrichment
  12. 2026-08-19 18:24 UTCEG score recompute
  13. 2026-08-19 18:24 UTCGHSA enrichment
  14. 2026-08-19 17:04 UTCEPSS rescore
  15. 2026-08-19 14:01 UTCGHSA enrichment
  16. 2026-08-19 10:09 UTCGHSA enrichment
  17. 2026-08-19 06:20 UTCGHSA enrichment
  18. 2026-08-19 02:18 UTCGHSA enrichment
  19. 2026-08-18 22:31 UTCGHSA enrichment
  20. 2026-08-18 18:44 UTCGHSA enrichment
  21. 2026-08-18 14:58 UTCEG score recompute
  22. 2026-08-18 14:58 UTCGHSA enrichment
  23. 2026-08-18 13:49 UTCEPSS rescore
  24. 2026-08-18 13:49 UTCEPSS rescore
  25. 2026-08-18 10:08 UTCGHSA enrichment
Show 25 more
  1. 2026-08-18 10:06 UTCGHSA enrichment
  2. 2026-08-18 06:19 UTCGHSA enrichment
  3. 2026-08-18 02:32 UTCGHSA enrichment
  4. 2026-08-17 22:46 UTCGHSA enrichment
  5. 2026-08-17 18:59 UTCGHSA enrichment
  6. 2026-08-17 14:02 UTCEG score recompute
  7. 2026-08-17 14:02 UTCGHSA enrichment
  8. 2026-08-17 13:47 UTCEPSS rescore
  9. 2026-08-17 10:15 UTCEG score recompute
  10. 2026-08-17 10:15 UTCGHSA enrichment
  11. 2026-08-17 06:28 UTCEG score recompute
  12. 2026-08-17 06:28 UTCGHSA enrichment
  13. 2026-08-17 05:57 UTCEG score recompute 9.80
  14. 2026-08-17 05:57 UTCGHSA enrichment
  15. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  16. 2026-08-17 05:29 UTCEG score recompute
  17. 2026-08-17 05:29 UTCGHSA enrichment
  18. 2026-08-17 05:24 UTCMITRE cvelistV5
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 14:56 UTCEPSS rescore
  21. 2026-08-16 02:15 UTCEPSS rescore
  22. 2026-08-15 06:34 UTCGHSA enrichment
  23. 2026-08-15 06:23 UTCNVD update
  24. 2026-08-15 06:04 UTCEG score recompute
  25. 2026-08-15 06:02 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-72422?
CVE-2026-72422 is a critical vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE conn->preauth_info is shared connection state (struct preauthintegrityinfo, kmalloc-96) that is allocated and freed by the SMB2 NEGOTIATE handler and read…
When was CVE-2026-72422 disclosed?
CVE-2026-72422 was first published in the National Vulnerability Database on August 15, 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-72422 actively exploited?
CVE-2026-72422 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 50.9% of all scored CVEs.
What is the CVSS score of CVE-2026-72422?
CVE-2026-72422 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-72422?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72422, 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-72422

Explore →

Is Your Infrastructure Affected by CVE-2026-72422?

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