CVE-2026-53383
Last modified
CVE-2026-53383 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2_check_user_session() takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work->sess (the session bound by the first operation) and validates only the SessionId, then returns "valid". It never re-checks work->sess->state == SMB2_SESSION_VALID, and a SessionId of 0xFFFFFFFFFFFFFFFF (ULLONG_MAX, the MS-SMB2 related-operation value) skips even the id comparison. EPSS estimates a 0.69% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2_check_user_session() takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work->sess (the session bound by the first operation) and validates only the SessionId, then returns "valid". It never re-checks work->sess->state == SMB2_SESSION_VALID, and a SessionId of 0xFFFFFFFFFFFFFFFF (ULLONG_MAX, the MS-SMB2 related-operation value) skips even the id comparison. The standalone path (ksmbd_session_lookup_all() plus the SESSION_SETUP state machine) does enforce the VALID state; the compound branch bypasses all of it. A SESSION_SETUP carrying only an NTLM Type-1 (NtLmNegotiate) blob publishes a fresh SMB2_SESSION_IN_PROGRESS session whose sess->user is still NULL (->user is assigned later, by ntlm_authenticate()). Used as operation 1 of a COMPOUND with operation 2 = TREE_CONNECT (related, SessionId=ULLONG_MAX, \\host\IPC$), the tree-connect then runs on that IN_PROGRESS session and reaches ksmbd_ipc_tree_connect_request(), which dereferences user_name(sess->user) with sess->user == NULL (transport_ipc.c:687/701/704) -> remote NULL-pointer dereference and a kernel Oops that wedges the ksmbd worker for all clients. Reject any non-first compound operation that lands on a session which is not SMB2_SESSION_VALID, mirroring the validity the standalone lookup path enforces. SESSION_SETUP itself legitimately runs on an IN_PROGRESS session, but it is never carried as a non-first compound operation, so multi-leg authentication is unaffected by this check.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15.121, < 5.15.211 |
| Linux | Linux Kernel | >= 6.1.36, < 6.1.177 |
| Linux | Linux Kernel | >= 6.3.10, < 6.4 |
| Linux | Linux Kernel | >= 6.4.1, < 6.6.144 |
| Linux | Linux Kernel | >= 6.7, < 6.12.95 |
| Linux | Linux Kernel | >= 6.13, < 6.18.37 |
| Linux | Linux Kernel | >= 6.19, < 7.0.14 |
| Linux | Linux Kernel | >= 7.1, < 7.1.2 |
| Linux | Linux Kernel | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53383?
How severe is CVE-2026-53383?
How do I fix CVE-2026-53383?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53378In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53379In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5338A security vulnerability has been detected in Tenda G103 1.0…7.2
- CVE-2026-53380In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53381In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53382In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53385In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53386In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53387In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53389In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53383?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
