CVE-2026-90123: irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback

Published Sep 17, 2026
·
Updated

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

irqchip/ast2700-intc: Avoid allocating in the irqdomain activate() callback

The interrupt core calls the irqdomainactivate() callback from setupirq() with desc->lock held and interrupts disabled. Both aspeedintc1irqdomainactivate() and aspeedintc0resolveroute() test a compatible string with fwnodedeviceiscompatible().

fwnodedeviceiscompatible() invokes fwnodepropertymatchstring(), which allocates with GFPKERNEL. That's obviously not possible with interrupts disabled and a raw spinlock held.

Both call sites are only ever handed OF nodes, so use ofdeviceiscompatible() instead: it walks the property in place and does not allocate.

Event History

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

Frequently Asked Questions

1

Is this limited to device tree-backed interrupt-controller nodes?

Yes. Both affected call sites are only handed OF nodes, so the non-allocating OF-specific compatibility check can be used safely.

2

When can the unsafe allocation occur?

It can occur while an IRQ is being set up, when the interrupt core invokes the irq-domain activation callback with the descriptor lock held and interrupts disabled. The affected paths are aspeed_intc1_irq_domain_activate() and aspeed_intc0_resolve_route().

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