CVE-2026-90123

Source
https://cve.org/CVERecord?id=CVE-2026-90123
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90123.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90123
Downstream
Published
2026-09-17T16:06:26Z
Modified
2026-09-19T03:47:28Z
Summary
irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90123.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
07825e41519abb8ac13d6d1c553af47f57775f6b
Fixed
f2f0da11648616e47419dca93610f6c0d70ec00b
Fixed
b76eee9c2157223aa4aac42ceebb563288e078aa

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90123.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90123.json"