CVE-2026-89474
Last modified
CVE-2026-89474 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: power: supply: bq256xx: drain usb_work before freeing the charger The USB-PHY notifier queues usb_work, whose handler calls power_supply_changed(bq->charger). The reset devm action only unregisters the notifier and was registered before the power supplies, so devm frees bq->charger on unwind before the action runs; a usb_work still queued can then dereference it. Register the reset action after the power supplies, so it unregisters the notifiers and drains usb_work before the supplies are released. Initialize usb_work and obtain the PHY references before registering the notifiers, so the worker cannot run before the supplies exist. Found by static analysis.. 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: bq256xx: drain usb_work before freeing the charger The USB-PHY notifier queues usb_work, whose handler calls power_supply_changed(bq->charger). The reset devm action only unregisters the notifier and was registered before the power supplies, so devm frees bq->charger on unwind before the action runs; a usb_work still queued can then dereference it. Register the reset action after the power supplies, so it unregisters the notifiers and drains usb_work before the supplies are released. Initialize usb_work and obtain the PHY references before registering the notifiers, so the worker cannot run before the supplies exist. Found by static analysis.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < 9dcfdf6c598301b278f0b3490eb2bf4f600524e2; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < fd08d4dbbec07a44f01b0ddb041912be0dc88f8c; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < 2cfb59dc9df8b5ebdd95e3d874a7f4690cee2bc8; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < 9a467bd1e6811011026ad4c8de701b940d88a00c; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < 9e1aba34df9a87d53460888e05718717c0f69343; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < c8addb842ae8dcf69c15fc976e33e3bd538a41d7; >= 32e4978bb920d047fe5de3ea42d176f267c01f63, < 2dd6cd823777bea6d9a880a12a92a73ec76aee0b |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89474?
How severe is CVE-2026-89474?
How do I fix CVE-2026-89474?
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-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
- 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-89475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89476In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89477In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89478In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89479In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8948Same-origin policy bypass in the DOM: Networking component. …9.1
Are you affected by CVE-2026-89474?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
