Answer in brief
CVE-2026-98112 records a Unknown severity vulnerability in ksmbd: fix listener task lifetime on netdev events. 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 | >=3316a8fc840d82fad5efcf76ad0ea3f76fdca209 <40581f10c1e56238b157af5f260b8f9518a0cbc1 || >=3316a8fc840d82fad5efcf76ad0ea3f76fdca209 <a506290f59e1c6ce9ac0a13158640bb8fee93471 | 40581f10c1e56238b157af5f260b8f9518a0cbc1, a506290f59e1c6ce9ac0a13158640bb8fee93471 |
| Linux/Linuxgeneric | 6.19 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix listener task lifetime on netdev events The listener thread exits when its listening socket is shutdown. The netdevice notifier shuts down the socket before calling kthread_stop(), so the task_struct can be freed before kthread_stop() gets its reference. Create the listener in a stopped state and hold an extra task_struct reference until kthread_stop_put() completes. Also stop and release listeners before freeing their interface records during TCP teardown.
Quoted source text, attributed separately from HOL analysis.