Answer in brief
CVE-2026-98121 records a Unknown severity vulnerability in watchdog: msc313e: Fix NULL pointer dereference in PM callbacks. 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 | >=e9800b7994642a794afd4894f072541c14277ce8 <b02f902fe4b59d65f74a25c4523a75453bd3f808 || >=e9800b7994642a794afd4894f072541c14277ce8 <744b25040d8206f7925b8ba0be5edf93fa4bf81e || >=e9800b7994642a794afd4894f072541c14277ce8 <6495dc16e635356fd2b7535dcbf9b6779de4e753 || >=e9800b7994642a794afd4894f072541c14277ce8 <e3eceb76515910746e6268c4e4ac1c07516ebd7b | b02f902fe4b59d65f74a25c4523a75453bd3f808, 744b25040d8206f7925b8ba0be5edf93fa4bf81e, 6495dc16e635356fd2b7535dcbf9b6779de4e753, e3eceb76515910746e6268c4e4ac1c07516ebd7b |
| Linux/Linuxgeneric | 5.14 | 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: watchdog: msc313e: Fix NULL pointer dereference in PM callbacks msc313e_wdt_probe() doesn't set the driver data for the platform device. As a result, dev_get_drvdata() in msc313e_wdt_suspend() and msc313e_wdt_resume() will return NULL, leading to a NULL pointer dereference afterward. Set the platform device driver data in msc313e_wdt_probe().
Quoted source text, attributed separately from HOL analysis.