CVE-2026-89463

Source
https://cve.org/CVERecord?id=CVE-2026-89463
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89463.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89463
Downstream
Published
2026-09-11T19:43:24Z
Modified
2026-09-13T03:47:18Z
Summary
power: supply: ucs1002: fix use-after-free on remove
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89463.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
81196e2e57fc5b88f6b8ca98372a3dde047aa49d
Fixed
4ca2a4678202f15eb790eb7f1d562061709caea7
Fixed
39b60d615dfa1725c235351fb12bc72e5f8a8d32
Fixed
35242c93d35f391afdc84cef6236b8ad57f1df24
Fixed
609af0ceeaefdfa42cd01dd060b20f2e41f9a232

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89463.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.10.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89463.json"