CVE-2026-89464
Last modified
CVE-2026-89464 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: power: supply: twl4030_charger: cancel workers via devm bci is devm-allocated. Two workers (bci->work and bci->current_worker) dereference it. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: power: supply: twl4030_charger: cancel workers via devm bci is devm-allocated. Two workers (bci->work and bci->current_worker) dereference it. twl4030_bci_remove() disables charging and masks interrupts. It cancels neither worker. A worker pending at remove() can run after devm frees bci. The USB transceiver comes from devm_usb_get_phy_by_node(). devm unregisters its notifier only after remove() returns. A cancel_work_sync() in remove() can then race a notifier reschedule. devm_work_autocancel() and devm_delayed_work_autocancel() avoid that. They cancel the workers during devm release, before bci is freed. The current_worker is registered first, since devm will cancel in reverse order and bci->work can reschedule current_worker. [Move comment about order into the commit message]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < 9644c96ef8646c65d46caa5139a6631e29b79d6c; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < e9fffe10bd791082263c1678f2f6cdd6d7b487e0; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < c46c205bab0dfce4dd54aeb49da3f183e1fdfc63; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < 72a2d6cd049f892853e4e2d8d8fc5e7d0244a458; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < a4460e89d4088cfec2da5be33e265ef1a8e780e9; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < b955da82db4170bdf1c784dc457287aa0c977378; >= d6ccc442b12102414c1343f0adacaa8a1aaa516c, < 6eba34732524067da2aad5ddfdfbc641ded10e9e |
| Linux | Linux | 2.6.39 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89464?
How severe is CVE-2026-89464?
How do I fix CVE-2026-89464?
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-89459In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-8946Incorrect boundary conditions in the Audio/Video: Web Codecs…7.5
- CVE-2026-89460In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89461In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89462In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89463In 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-89469In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-8947Use-after-free in the DOM: Bindings (WebIDL) component. This…7.3
Are you affected by CVE-2026-89464?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
