Answer in brief
CVE-2026-90163 records a Unknown severity vulnerability in smb/server: call ksmbd_proc_cleanup() on module init failure. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b38f99c1217ae04753340f0fdcd8f35bf56841dc <7d2cd9269b570347e6e2dd24d4b3c1da868bc91d || >=b38f99c1217ae04753340f0fdcd8f35bf56841dc <f43cbe3b58ce989ce420c3bc875d48e7754c8aba | 7d2cd9269b570347e6e2dd24d4b3c1da868bc91d, f43cbe3b58ce989ce420c3bc875d48e7754c8aba |
| Linux/Linuxgeneric | 7.0 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.