CVE-2026-89463
Last modified
CVE-2026-89463 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: power: supply: ucs1002: fix use-after-free on remove ucs1002 has no remove callback, so unbind runs entirely through devm. The alert IRQ handler queues the health_poll delayed work, and the work reschedules itself while the chip reports a bad-health condition. devm frees the alert IRQ, which only synchronizes the handler; it does not cancel the delayed work, which can then run after devm frees the driver data and dereference it. Register health_poll with devm_delayed_work_autocancel() before the alert IRQ is requested. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: power: supply: ucs1002: fix use-after-free on remove ucs1002 has no remove callback, so unbind runs entirely through devm. The alert IRQ handler queues the health_poll delayed work, and the work reschedules itself while the chip reports a bad-health condition. devm frees the alert IRQ, which only synchronizes the handler; it does not cancel the delayed work, which can then run after devm frees the driver data and dereference it. Register health_poll with devm_delayed_work_autocancel() before the alert IRQ is requested. devm then frees the IRQ before cancelling the work, so the handler can no longer queue it and the work is cancelled before the driver data is freed. 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 | >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 00c19f8a9a58a318a76fd6f735a8aab3f8ead393; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < a9a7bb801c443a4d9fc623c4a47deb53accb70bb; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 2ec4d203ecb06d327af67e32097fe8f774838a40; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 4ca2a4678202f15eb790eb7f1d562061709caea7; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 39b60d615dfa1725c235351fb12bc72e5f8a8d32; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 35242c93d35f391afdc84cef6236b8ad57f1df24; >= 81196e2e57fc5b88f6b8ca98372a3dde047aa49d, < 609af0ceeaefdfa42cd01dd060b20f2e41f9a232 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89463?
How severe is CVE-2026-89463?
How do I fix CVE-2026-89463?
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-89458In the Linux kernel, the following vulnerability has been re…
- 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-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-89469In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-89463?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
