CVE-2026-90152
Last modified
CVE-2026-90152 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: smb/server: fix session leak in ksmbd_session_register() See the procedure below: smb2_sess_setup ksmbd_smb2_session_create __session_create atomic_set(&sess->refcnt, 2) hash_add(sessions_table, &sess->hlist, sess->id) ksmbd_session_register xa_store(&conn->sessions, sess->id, sess) // fail ksmbd_user_session_put atomic_dec(&sess->refcnt) // refcnt is 1, session is not freed Remove the session from sessions_table and drop its table reference if xa_store() fails..
Description
In the Linux kernel, the following vulnerability has been resolved: smb/server: fix session leak in ksmbd_session_register() See the procedure below: smb2_sess_setup ksmbd_smb2_session_create __session_create atomic_set(&sess->refcnt, 2) hash_add(sessions_table, &sess->hlist, sess->id) ksmbd_session_register xa_store(&conn->sessions, sess->id, sess) // fail ksmbd_user_session_put atomic_dec(&sess->refcnt) // refcnt is 1, session is not freed Remove the session from sessions_table and drop its table reference if xa_store() fails.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f5c779b7ddbda30866cf2a27c63e34158f858c73, < 03a22a003f41b182245e6c71fe565e277cff7094; >= f5c779b7ddbda30866cf2a27c63e34158f858c73, < b967a595fb735d313a8676b2ca6a4cba38506482; >= f5c779b7ddbda30866cf2a27c63e34158f858c73, < 55c677619084f9c9fa4146d933cc8ccafc924c87; >= f5c779b7ddbda30866cf2a27c63e34158f858c73, < 99b25b046e47e4904373cfeb445c5483f1633d88; 708c304b583d789957399dd8237f212cf8ad1e4d; f623f627ad2b1dc215ab3b0df53fb05cfd3a1c3b; d270631c21e68fb8016d6e231d022d7023a2df6f; 02f41d88f15d6b7d523e52cc3f87488f57e9265b; >= 5.15.145, < 5.16; >= 6.1.29, < 6.2; >= 6.2.16, < 6.3; >= 6.3.2, < 6.4 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90152?
How severe is CVE-2026-90152?
How do I fix CVE-2026-90152?
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-90147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90148In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-9015The Equalize Digital Accessibility Checker – WCAG, ADA, EAA …4.3
- CVE-2026-90150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90151In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90153In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-90154In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90158In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90152?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
