CVE Catalog

CVE-2026-97503

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the genirq/proc subsystem has a buffer that is too small for 10-digit interrupt numbers in /proc/irq/<n>/ directory names. This can lead to buffer overflow during name formatting.

Risk Assessment

Buffer overflow could lead to system crashes or potential kernel code execution.

Recommendation

Install the patch that increases the buffer size and uses bounded formatting.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS