CVE-2026-90123
Last modified
CVE-2026-90123 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback The interrupt core calls the irq_domain_activate() callback from __setup_irq() with desc->lock held and interrupts disabled. Both aspeed_intc1_irq_domain_activate() and aspeed_intc0_resolve_route() test a compatible string with fwnode_device_is_compatible(). fwnode_device_is_compatible() invokes fwnode_property_match_string(), which allocates with GFP_KERNEL.
Description
In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback The interrupt core calls the irq_domain_activate() callback from __setup_irq() with desc->lock held and interrupts disabled. Both aspeed_intc1_irq_domain_activate() and aspeed_intc0_resolve_route() test a compatible string with fwnode_device_is_compatible(). fwnode_device_is_compatible() invokes fwnode_property_match_string(), which allocates with GFP_KERNEL. That's obviously not possible with interrupts disabled and a raw spinlock held. Both call sites are only ever handed OF nodes, so use of_device_is_compatible() instead: it walks the property in place and does not allocate.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 07825e41519abb8ac13d6d1c553af47f57775f6b, < f2f0da11648616e47419dca93610f6c0d70ec00b; >= 07825e41519abb8ac13d6d1c553af47f57775f6b, < b76eee9c2157223aa4aac42ceebb563288e078aa |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90123?
How severe is CVE-2026-90123?
How do I fix CVE-2026-90123?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90118In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9012Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-90120In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-90121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90122In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90124In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90125In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90126In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90129In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90123?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
