Back to overview

CVE-2026-63798

Description
In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irq_alloc_domain_generic_chips() during probe and sets up chained handlers using irq_set_chained_handler_and_data(). However, on driver removal, the generic chips are not freed and the chained handlers are not removed. The generic chips remain on the global gc_list and may later be accessed by generic interrupt chip suspend, resume, or shutdown callbacks after the driver has been removed, potentially resulting in a use-after-free and kernel crash. The chained handlers that were installed in probe for peripheral and syswake interrupts are also left dangling, which can lead to spurious interrupts accessing freed memory. Fix these issues by: - Setting IRQ_DOMAIN_FLAG_DESTROY_GC flag in domain->flags, so the core code automatically removes generic chips when irq_domain_remove() is called - Clearing all chained handlers with NULL in pdc_intc_remove()

Metadata

CVE ID
CVE-2026-63798
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 12:02 UTC
Last updated
2026-07-19 12:02 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux b6ef9161e43ad58c3824bd76dc87716276f0cd70 < 8176773dfceae7978b01c20b233693e072053700, b6ef9161e43ad58c3824bd76dc87716276f0cd70 < c2c7733101bb8c0b29ac9ee41073eaf602821a59, b6ef9161e43ad58c3824bd76dc87716276f0cd70 < 83d7ec14b0938ad8cae008058fd6f912f4a9a312, b6ef9161e43ad58c3824bd76dc87716276f0cd70 < 44567537a2623dcd2b4018a7f043cf8069579e5d …
Linux Linux 3.12, 0 < 3.12, 5.10.260 ≤ 5.10.*, 5.15.211 ≤ 5.15.* …
Back to overview