6 matches found
CVE-2026-72011
In the Linux kernel, the following vulnerability has been resolved: s390/diag: Add missing arrayindexnospec call to memtopgetpagecount 'level' is user space controlled and used to read from an array. Add the missing arrayindexnospec call to prevent speculative execution...
CVE-2026-72011
The CVE-2026-72011 issue concerns the Linux kernel on s390 where a read from an array used by a user-space controlled level could be exploited via speculative execution. The fix adds a missing array_index_nospec() call to memtop_get_page_count() to mitigate speculative access. Connected documents...
PT-2026-72200
In the Linux kernel, the following vulnerability has been resolved: s390/diag: Add missing array index nospec call to memtop get page count 'level' is user space controlled and used to read from an array. Add the missing array index nospec call to prevent speculative execution...
UBUNTU-CVE-2023-53205
In the Linux kernel, the following vulnerability has been resolved: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler We do check for target CPU == -1, but this might change at the time we are going to use it. Hold the physical target CPU in a local variable to avoid...
CVE-2023-53205
CVE-2023-53205 affects the Linux kernel KVM on s390, specifically the diag 9c handler where a race exists around the target CPU value (-1). The fix stores the physical target CPU in a local variable to prevent out-of-bounds accesses to CPU arrays. The CVE’s risk is described as high (CVSS v3.1: A...
kernel: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
In the Linux kernel, the following vulnerability has been resolved: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler We do check for target CPU == -1, but this might change at the time we are going to use it. Hold the physical target CPU in a local variable to avoid...