Vulnerability in Linux
CVE-2026-23354
In the Linux kernel, the following vulnerability has been resolved: x86/fred: Correct speculative safety in fred_extint() array_index_nospec() is no use if the result gets spilled to the stack, as it makes the believed safe-under-speculation value subject to memory predictions. For all practical purposes, this means array_index_nospec() must be used in the expression that accesses the array. As the code currently stands, it's the wrong side of irqentry_enter(), and 'index' is put into %ebp across the function call. Remove the index variable and reposition array_index_nospec(), so it's calculated immediately before the array access.
EPSS: 0.001 (2.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 14619d912b658ecd9573fb88400d3830a29cadcb, 6.9, 0
- Linux Linux_kernel — versions 6.9, 7.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-23354?
- CVE-2026-23354 is a high-severity vulnerability in Linux, classified under Improper Validation of Array Index. CVSS score: 7.8/10. Published 2026-03-25.
- How severe is CVE-2026-23354?
- High severity. CVSS v3 base score is 7.8 out of 10.