In the Linux kernel, the following vulnerability has been resolved:
s390/perfcpumcf: Add missing arrayindexnospec() to _hwperfeventinit()
ev variable is userspace controlled via event->attr.config and used as an array index after bounds checking, but without speculation barriers.
Add the missing arrayindexnospec() call to prevent speculative execution.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72236.json",
"cna_assigner": "Linux"
}