#VU124497 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') in Linux kernel - CVE-2026-23354
Published: March 25, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to execute arbitrary code.
The vulnerability exists due to improper bounds checking in the x86/fred component when handling speculative execution of interrupts. A local user can trigger a use of an out-of-bounds array index during interrupt handling to execute arbitrary code.
The issue arises because the array index is spilled to the stack before use, making it vulnerable to speculative execution attacks.