CVE-2026-89797
Last modified
CVE-2026-89797 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500_fg: fix use-after-free on remove ab8500_fg_remove() destroys the driver workqueue while the threaded interrupt handlers are still armed; they are devm-managed and freed only after ->remove() returns, so a handler that fires in that window queues work on the freed workqueue. Tear the workqueue down through devm instead, registering its cleanup after the power supply and before the interrupt requests. devm then frees the interrupts first, so the handlers can no longer queue work, before disabling the delayed and plain work items and destroying the workqueue.
Description
In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500_fg: fix use-after-free on remove ab8500_fg_remove() destroys the driver workqueue while the threaded interrupt handlers are still armed; they are devm-managed and freed only after ->remove() returns, so a handler that fires in that window queues work on the freed workqueue. Tear the workqueue down through devm instead, registering its cleanup after the power supply and before the interrupt requests. devm then frees the interrupts first, so the handlers can no longer queue work, before disabling the delayed and plain work items and destroying the workqueue. Disabling the items, rather than cancelling them, keeps them disabled so no producer (including the power-supply external_power_changed callback) can requeue them. Found by an in-house static analysis tool.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 13151631b5bd06a1511353bb221079bbd76606c3, < c660c017dec1fd7cd88e1103c5ae1aae6ce636bf; >= 13151631b5bd06a1511353bb221079bbd76606c3, < 013731074ab6a8d11ec209eee64c5b2656954479; >= 13151631b5bd06a1511353bb221079bbd76606c3, < 75b1e88d34254f4fb7753345e21bfee47abddd7f |
| Linux | Linux | 3.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89797?
How severe is CVE-2026-89797?
How do I fix CVE-2026-89797?
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-89791In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89792In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89794In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89795In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89796In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89798In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89799In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8980The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89801In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89802In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89797?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
