CVE-2026-97503: genirq/proc: Size interrupt directory names for 10-digit interrupt numbers

Published Sep 24, 2026
·
Updated

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

genirq/proc: Size interrupt directory names for 10-digit interrupt numbers

/proc/irq/<n>/ directory names are built in char name[10] buffers with sprintf(name, "%u", irq).

Ten-digit IRQ numbers already need 11 bytes including the trailing NUL, and current sparse-IRQ configurations allow interrupt numbers in that range.

Size the temporary name buffer for the current decimal form and switch to bounded formatting when creating or removing the proc entry.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·04:04 PM
Data Sourced
via MITRE·04:04 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems running a Linux kernel with sparse IRQ configurations that can allocate 10-digit interrupt numbers are exposed. The overflow occurs while creating or removing the corresponding /proc/irq/<n>/ entry.

2

What condition is needed to trigger the overflow?

An interrupt number large enough to require 10 decimal digits must be used. Formatting that IRQ number into the fixed 10-byte temporary buffer leaves no space for the terminating NUL byte.

3

How can I tell whether a system may be affected?

Check whether the running kernel includes the referenced stable fixes and whether its configuration permits sparse IRQ allocation in the 10-digit range. Inspecting /proc/irq entries may help identify currently allocated IRQ numbers, but the issue depends on reaching a 10-digit IRQ value during proc entry creation or removal.

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