VDB
DEBIAN-CVE-2026-23354
DEBIAN-CVE-2026-23354
PUBLISHED
CVSS 7.800000190734863 HIGH
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.
Risk Scores
CVSS 3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 6.12.43-1, 0, 6.12.41-1 |
| Debian:14 | linux | 6.15~rc7-1~exp1, 6.16-1~exp1, 6.16.1-1~exp1 |
Timeline
- Mar 25, 2026 CVE Published
- Apr 30, 2026 CVE Updated