Answer in brief
CVE-2026-90394 records a Unknown severity vulnerability in power: supply: sc2731_charger: cancel work on remove. 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 | >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <bb74a5ab30963022981381ea6aee176fd0c7957c || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <232e9e946b496e4706e2f34ce4a617460d8ae713 || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <05c188addc6d1af51e28496e95096f4df9a000e9 || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <972d88069050d0272b776145b824198b8f899dce || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <c6df6e0c099086bc553d44410015cc81795070e6 || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <d5266b4c5c77152e386a3a2d9d5244b3b6cbd57a || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <aab9d81a415c6653b44b057695ebfbba34dc9556 || >=8ac1091ed18b4a6cb0dc2cd5653f080736f89392 <dfc859bb8d332c525872f1a44028137724fa1998 | bb74a5ab30963022981381ea6aee176fd0c7957c, 232e9e946b496e4706e2f34ce4a617460d8ae713, 05c188addc6d1af51e28496e95096f4df9a000e9, 972d88069050d0272b776145b824198b8f899dce, c6df6e0c099086bc553d44410015cc81795070e6, d5266b4c5c77152e386a3a2d9d5244b3b6cbd57a, aab9d81a415c6653b44b057695ebfbba34dc9556, dfc859bb8d332c525872f1a44028137724fa1998 |
| Linux/Linuxgeneric | 5.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: power: supply: sc2731_charger: cancel work on remove The USB notifier and initial charger detection can schedule info->work. The remove path unregisters the notifier, but does not cancel queued or running work before the devm-allocated driver data is released. Set the platform drvdata used by remove, then cancel the work after unregistering the notifier. This issue was found by a static analysis tool.
Quoted source text, attributed separately from HOL analysis.