CVE-2026-89454: PCI: plda: Fix IRQ domain leaks in the error paths of plda_init_interrupts()

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

PCI: plda: Fix IRQ domain leaks in the error paths of pldainitinterrupts()

pldainitinterrupts() initializes IRQ domains and creates IRQ mapping but does not unwind them when later step fails.

If platformgetirq() or either irqcreatemapping() fails in pldainitinterrupts(), the domains are never deinitialized. If irqcreatemapping() fails, port->intxirq stays initialized.

Hence, remove the IRQ domains in the error path by calling pldapcieirqdomaindeinit().

Since pldapcieirqdomaindeinit() now disposes of the intxirq and msiirq mappings itself before removing their domains, the msiirq mapping failure path can go directly to errirqdomaindeinit instead of disposing of port->intxirq separately first.

This issue was found by automated review of sashiko-bot

[mani: commit log]

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What conditions trigger the resource leak?

The leak occurs only when plda_init_interrupts() encounters a later initialization failure after IRQ domains have been created. The described failure points are platform_get_irq() and either irq_create_mapping() call.

2

What resources can remain allocated after a failure?

IRQ domains are not deinitialized on the affected error paths. If irq_create_mapping() fails, the INTx IRQ mapping can also remain initialized.

3

How is the issue addressed?

The corrected error handling calls plda_pcie_irq_domain_deinit() to remove IRQ domains. That cleanup routine also disposes of the INTx and MSI IRQ mappings before removing their domains.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203