CVE-2026-90120: irqchip/gic-v5: Check get_logical_index() return value in MADT IAFFID parsing

Published Sep 17, 2026
·
Updated

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

irqchip/gic-v5: Check getlogicalindex() return value in MADT IAFFID parsing

In gicacpiparseiaffid() a given MADT GICC entry might not correspond to a logical cpu recognized by the kernel, resulting in the cpu variable initialization to an error value.

Currently, the getlogicalindex() return value is not checked for failure, which might result in out-of-bounds memory corruption while trying to index a percpu variable array.

Add a check to evaluate getlogicalindex() return value.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems using the GIC v5 irqchip ACPI parsing path, specifically when MADT GICC entries are processed by gic_acpi_parse_iaffid(). The problematic condition occurs when a MADT GICC entry does not correspond to a logical CPU recognized by the kernel.

2

What condition leads to memory corruption?

Memory corruption can occur when get_logical_index() fails but its error return value is used as a CPU index for a per-CPU variable array. The fix adds validation of that return value before indexing the array.

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