{"id":"CVE-2026-89463","summary":"power: supply: ucs1002: fix use-after-free on remove","details":"In the Linux kernel, the following vulnerability has been resolved:\n\npower: supply: ucs1002: fix use-after-free on remove\n\nucs1002 has no remove callback, so unbind runs entirely through devm.\nThe alert IRQ handler queues the health_poll delayed work, and the work\nreschedules itself while the chip reports a bad-health condition.  devm\nfrees the alert IRQ, which only synchronizes the handler; it does not\ncancel the delayed work, which can then run after devm frees the driver\ndata and dereference it.\n\nRegister health_poll with devm_delayed_work_autocancel() before the\nalert IRQ is requested.  devm then frees the IRQ before cancelling the\nwork, so the handler can no longer queue it and the work is cancelled\nbefore the driver data is freed.\n\nThis issue was found by an in-house static analysis tool.","modified":"2026-09-13T03:47:18.185049941Z","published":"2026-09-11T19:43:24.629Z","database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89463.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/35242c93d35f391afdc84cef6236b8ad57f1df24"},{"type":"WEB","url":"https://git.kernel.org/stable/c/39b60d615dfa1725c235351fb12bc72e5f8a8d32"},{"type":"WEB","url":"https://git.kernel.org/stable/c/4ca2a4678202f15eb790eb7f1d562061709caea7"},{"type":"WEB","url":"https://git.kernel.org/stable/c/609af0ceeaefdfa42cd01dd060b20f2e41f9a232"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89463.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89463"},{"type":"PACKAGE","url":"https://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"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"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"}}],"schema_version":"1.9.0"}