# CVE-2026-89469

## Summary

- **CVE ID:** CVE-2026-89469
- **Severity:** HIGH
- **CVSS Score:** 8.4 (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
- **CWE:** N/A
- **Published:** Sep 11, 2026
- **Last Modified:** Sep 14, 2026

## Description

In the Linux kernel, the following vulnerability has been resolved:

power: supply: lp8727: fix use-after-free in lp8727_release_irq()

lp8727_isr_func(), the threaded IRQ handler, is the only caller that arms
pchg->work via schedule_delayed_work().  lp8727_release_irq() currently
cancels the work before freeing the IRQ, so an IRQ delivered in between
can re-arm the work through the threaded handler.  After .remove returns
the devm layer frees pchg while lp8727_delayed_func() may still run and
dereference it.

Free the IRQ first so the threaded handler is quiesced and can no longer
queue work, then cancel the delayed work to drain the final generation.

This issue was found by an in-house static analysis tool.

## Affected Products

- Linux — Linux (d71fda01610269e3aaedd451f8d3e34cdf550036)
- Linux — Linux (3.7)
- Linux — Linux (0)
- Linux — Linux (6.12.109)
- Linux — Linux (6.18.50)
- Linux — Linux (7.2.4)
- Linux — Linux (7.3-rc1)
- Linux — Linux (5.10.270)
- Linux — Linux (5.15.221)
- Linux — Linux (6.1.188)
- Linux — Linux (6.6.157)

## References

- [CNA](https://git.kernel.org/stable/c/80d4e40a85ba524e66c8c748aa7bb19eaf2f69df)
- [CNA](https://git.kernel.org/stable/c/ab6b1ad710bed7931540733ce145493fece8ceef)
- [CNA](https://git.kernel.org/stable/c/6ab3128292df67295de1b2a86f21d89cf6612a7e)
- [CNA](https://git.kernel.org/stable/c/ceb6ac43b0f591722401922ceb958ce2616935e0)
- [CNA](https://git.kernel.org/stable/c/1321a4e6247164312eabc6d07f88572da2ee308c)
- [CNA](https://git.kernel.org/stable/c/dc1dc2837f8e53bde2f16d52a63f4142e21757f1)
- [CNA](https://git.kernel.org/stable/c/035cc6bc4d412dd4302862e8f859b784fcd4653b)
- [CNA](https://git.kernel.org/stable/c/6f0ce09d60a0e4fab6f9ebe8294750481f0c19dd)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.14%
- **EPSS Percentile:** 3.7

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-18._