CVE Catalog

CVE-2026-90163

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the SMB server (ksmbd) during module initialization, when a later initializer fails, ksmbd_proc_cleanup() is not called, leading to resource leaks (proc tree and per-CPU counters).

Risk Assessment

Resource leaks can lead to exhaustion of memory or other system resources, potentially affecting system stability.

Recommendation

Install a kernel patch that adds a call to ksmbd_proc_cleanup() in the module initialization error path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: smb/server: call ksmbd_proc_cleanup() on module init failure When a later initializer fails, the unwind chain releases resources created after procfs and then jumps directly to class_unregister(). Returning an error from module_init() leaves the proc tree and its per-CPU counters allocated.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS