CVE-2026-90164

Source
https://cve.org/CVERecord?id=CVE-2026-90164
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90164.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90164
Downstream
Published
2026-09-17T16:06:54Z
Modified
2026-09-18T03:48:35Z
Summary
smb/server: abort initialization when proc setup fails
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90164.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b38f99c1217ae04753340f0fdcd8f35bf56841dc
Fixed
fb4ba2bdfc1de8866e7c8e00df99f4b03ff42f09
Fixed
db97f3763727d652112ae70038d4e17b3ce277bb

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90164.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90164.json"