CVE-2026-89469
Last modified
CVE-2026-89469 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d71fda01610269e3aaedd451f8d3e34cdf550036, < 1321a4e6247164312eabc6d07f88572da2ee308c; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < dc1dc2837f8e53bde2f16d52a63f4142e21757f1; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < 035cc6bc4d412dd4302862e8f859b784fcd4653b; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < 6f0ce09d60a0e4fab6f9ebe8294750481f0c19dd; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < 80d4e40a85ba524e66c8c748aa7bb19eaf2f69df; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < ab6b1ad710bed7931540733ce145493fece8ceef; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < 6ab3128292df67295de1b2a86f21d89cf6612a7e; >= d71fda01610269e3aaedd451f8d3e34cdf550036, < ceb6ac43b0f591722401922ceb958ce2616935e0 |
| Linux | Linux | 3.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89469?
How severe is CVE-2026-89469?
How do I fix CVE-2026-89469?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89463In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89464In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89465In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89466In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-89467In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8947Use-after-free in the DOM: Bindings (WebIDL) component. This…7.3
- CVE-2026-89470In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89471In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89472In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89473In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89474In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89469?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
