Answer in brief
CVE-2026-89468 records a Unknown severity vulnerability in power: supply: lp8788-charger: fix use-after-free 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 | >=98a2766493589c18c327ae3dad5243b53fcb5f70 <88d8eadfad5d9ff967e74090152940bcfa27df69 || >=98a2766493589c18c327ae3dad5243b53fcb5f70 <b3aa1e9509e1b0a863353356d617fb45d1b6250a || >=98a2766493589c18c327ae3dad5243b53fcb5f70 <b4eb6a056b441ba0caedfbfc42cec501acf12f67 || >=98a2766493589c18c327ae3dad5243b53fcb5f70 <831c29a12d560f8a3225f43050b3fbb5dfd79c66 | 88d8eadfad5d9ff967e74090152940bcfa27df69, b3aa1e9509e1b0a863353356d617fb45d1b6250a, b4eb6a056b441ba0caedfbfc42cec501acf12f67, 831c29a12d560f8a3225f43050b3fbb5dfd79c66 |
| Linux/Linuxgeneric | 3.7 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788_charger_remove() flushes charger_work before unregistering the IRQs. An IRQ thread can queue charger_work after flush_work() has returned. The work can then run after devres frees pchg and dereference it in lp8788_charger_event(). Unregister the IRQs first. free_irq() waits for any running threaded handler, so no handler can queue more work afterwards. Then use cancel_work_sync() to cancel pending work or wait for running work to finish. This issue was found by an in-house static analysis tool.
Quoted source text, attributed separately from HOL analysis.