CVE Catalog

CVE-2026-92524

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the irqchip gic-v3-its driver's its_vpe_irq_domain_alloc() fails to invoke its_vpe_teardown() in the error path when its_irq_gic_domain_alloc() fails. This leaks the resource associated with the corresponding interrupt.

Risk Assessment

Repeated resource leaks can exhaust resources and lead to gradual degradation or instability of the system.

Recommendation

Update the Linux kernel to a version with the fix that invokes its_vpe_teardown() in the error handling path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent leak in its_vpe_irq_domain_alloc() When its_irq_gic_domain_alloc() fails, the following its_vpe_irq_domain_free() fails to invoke its_vep_teardown() for the corresponding interrupt, which leaks the resource. Invoke its_vpe_teardown() in the error handling path to avoid the leak. [ tglx: Massaged change log ]

Vulnerability data from NVD (NIST) · CISA KEV · EPSS