CVE-2026-89469

Source
https://cve.org/CVERecord?id=CVE-2026-89469
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89469.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89469
Downstream
Published
2026-09-11T19:43:28Z
Modified
2026-09-13T03:47:18Z
Summary
power: supply: lp8727: fix use-after-free in lp8727_release_irq()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89469.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d71fda01610269e3aaedd451f8d3e34cdf550036
Fixed
80d4e40a85ba524e66c8c748aa7bb19eaf2f69df
Fixed
ab6b1ad710bed7931540733ce145493fece8ceef
Fixed
6ab3128292df67295de1b2a86f21d89cf6612a7e
Fixed
ceb6ac43b0f591722401922ceb958ce2616935e0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89469.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.7.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89469.json"