power: supply: ucs1002: fix use-after-free on remove
Summary
| CVE | CVE-2026-89463 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-11 20:19:27 UTC |
| Updated | 2026-09-14 13:19:02 UTC |
| 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. |
Risk And Classification
EPSS: 0.002000000 probability, percentile 0.099480000 (date 2026-09-14)
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 00c19f8a9a58a318a76fd6f735a8aab3f8ead393 git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d a9a7bb801c443a4d9fc623c4a47deb53accb70bb git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 2ec4d203ecb06d327af67e32097fe8f774838a40 git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 4ca2a4678202f15eb790eb7f1d562061709caea7 git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 39b60d615dfa1725c235351fb12bc72e5f8a8d32 git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 35242c93d35f391afdc84cef6236b8ad57f1df24 git | Not specified |
| CNA | Linux | Linux | affected 81196e2e57fc5b88f6b8ca98372a3dde047aa49d 609af0ceeaefdfa42cd01dd060b20f2e41f9a232 git | Not specified |
| CNA | Linux | Linux | affected 5.10 | Not specified |
| CNA | Linux | Linux | unaffected 5.10 semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.221 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.188 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.157 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.12.109 6.12.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.18.50 6.18.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.2.4 7.2.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.3-rc1 * original_commit_for_fix | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| git.kernel.org/stable/c/35242c93d35f391afdc84cef6236b8ad57f1df24 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/a9a7bb801c443a4d9fc623c4a47deb53accb70bb | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/2ec4d203ecb06d327af67e32097fe8f774838a40 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/609af0ceeaefdfa42cd01dd060b20f2e41f9a232 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/00c19f8a9a58a318a76fd6f735a8aab3f8ead393 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/39b60d615dfa1725c235351fb12bc72e5f8a8d32 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/4ca2a4678202f15eb790eb7f1d562061709caea7 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.