In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the syscall table. Use array_index_nospec() to clamp this value after the bounds check to prevent speculative out-of-bounds access and subsequent data leakage via cache side channels.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 12.2.5 |
| Linux | Linux | 12.2.6 |
| Linux | Linux | 15.5(2)S3 |
| Linux | Linux | 15.5(3)S0a |