{"id":"CVE-2026-89455","summary":"PCI: plda: Fix use-after-free of event IRQs during teardown","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: plda: Fix use-after-free of event IRQs during teardown\n\nplda_pcie_irq_domain_deinit() removes pcie-\u003eevent_domain via\nirq_domain_remove(), but the per-event IRQs mapped from that domain\nare requested with devm_request_irq() in plda_init_interrupts(). The\nactual free_irq() for a devm-managed IRQ is deferred by devres until\nafter the calling probe()/remove() function returns.\n\nThis means irq_domain_remove() can free the domain's internal data\nbefore the deferred free_irq() for IRQs still mapped into it has run.\nWhen devres later processes that deferred cleanup, it can end up\ndereferencing the already-freed domain.\n\nFree each event IRQ explicitly with devm_free_irq() before removing\nthe domain. This triggers the free immediately and removes the IRQ\nfrom the devres tracking list, so devres will not attempt to free it\na second time later.\n\nAlso dispose of the event, INTx, and MSI IRQ mappings with\nirq_dispose_mapping() before their owning domains are removed.\n\nFinally, guard the calls to irq_set_chained_handler_and_data() for\npcie-\u003eirq, pcie-\u003emsi_irq, and pcie-\u003eintx_irq so they only run when\nthose fields hold a valid (\u003e0) IRQ number.\n\nThis is a pre-existing issue, flagged by automated review during work\non an earlier, unrelated patch to this driver.\n\nBuild-tested and boot-tested on StarFive VisionFive v1.2A board","modified":"2026-09-13T03:47:18.041824288Z","published":"2026-09-11T19:43:19.370Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89455.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/01c2f0c66bd1f892db9c6e82976da6b463cc4427"},{"type":"WEB","url":"https://git.kernel.org/stable/c/1d0159e139261996a3ca21798d9114aab2124d3c"},{"type":"WEB","url":"https://git.kernel.org/stable/c/26b73bae01d6eb81a4a38f36101812f20b2639de"},{"type":"WEB","url":"https://git.kernel.org/stable/c/e3589ca5f2e6477774753a2202c21509428d4701"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89455.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89455"},{"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":"76c9113968079140cb2f885631db422170f32105"},{"fixed":"1d0159e139261996a3ca21798d9114aab2124d3c"},{"fixed":"01c2f0c66bd1f892db9c6e82976da6b463cc4427"},{"fixed":"e3589ca5f2e6477774753a2202c21509428d4701"},{"fixed":"26b73bae01d6eb81a4a38f36101812f20b2639de"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89455.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"6.11.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-89455.json"}}],"schema_version":"1.9.0"}