CVE-2026-90164
Last modified
CVE-2026-90164 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: smb/server: abort initialization when proc setup fails ksmbd_server_init() calls ksmbd_proc_init() before creating the remaining proc entries and server subsystems. ksmbd_proc_init() tears down partial state on a procfs or percpu_counter allocation failure, but returns void, so ksmbd_server_init() continues as if the counters were usable. Once userspace starts the server, server_ctrl_handle_init() calls ksmbd_proc_reset(), which reaches percpu_counter_set() with a NULL per-CPU counters pointer on SMP systems.
Description
In the Linux kernel, the following vulnerability has been resolved: smb/server: abort initialization when proc setup fails ksmbd_server_init() calls ksmbd_proc_init() before creating the remaining proc entries and server subsystems. ksmbd_proc_init() tears down partial state on a procfs or percpu_counter allocation failure, but returns void, so ksmbd_server_init() continues as if the counters were usable. Once userspace starts the server, server_ctrl_handle_init() calls ksmbd_proc_reset(), which reaches percpu_counter_set() with a NULL per-CPU counters pointer on SMP systems. The later ksmbd_proc_create() calls also receive a NULL parent and may create entries in the /proc root; ksmbd_proc_cleanup() cannot remove those entries because ksmbd_proc_fs is NULL.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b38f99c1217ae04753340f0fdcd8f35bf56841dc, < fb4ba2bdfc1de8866e7c8e00df99f4b03ff42f09; >= b38f99c1217ae04753340f0fdcd8f35bf56841dc, < db97f3763727d652112ae70038d4e17b3ce277bb |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90164?
How severe is CVE-2026-90164?
How do I fix CVE-2026-90164?
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-90159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9016The Debug Log Manager – Conveniently Monitor and Inspect Err…5.3
- CVE-2026-90160In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90161In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90162In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90165In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90166In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90167In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90168Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-90169In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9017The NEX-Forms – Ultimate Forms Plugin for WordPress plugin f…5.3
Are you affected by CVE-2026-90164?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
