CVE-2026-92524: irqchip/gic-v3-its: Prevent leak in its_vpe_irq_domain_alloc()

Published Sep 17, 2026
·
Updated

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

irqchip/gic-v3-its: Prevent leak in itsvpeirqdomainalloc()

When itsirqgicdomainalloc() fails, the following itsvpeirqdomainfree() fails to invoke itsvepteardown() for the corresponding interrupt, which leaks the resource.

Invoke itsvpeteardown() in the error handling path to avoid the leak.

[ tglx: Massaged change log ]

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Invoke its_vpe_teardown() in the error handling path to avoid the leak (irqchip/gic-v3-its: Prevent leak in its_vpe_irq_domain_alloc(); ensure its_vpe_irq_domain_free() invokes its_vpe_teardown()).

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

Under what condition does the resource leak occur?

The leak occurs when its_irq_gic_domain_alloc() fails during allocation in its_vpe_irq_domain_alloc(). The subsequent cleanup path does not invoke its_vpe_teardown() for the affected interrupt.

2

What change addresses the issue?

The error-handling path invokes its_vpe_teardown() so that resources associated with the corresponding interrupt are released when allocation fails.

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