In the Linux kernel, the following vulnerability has been resolved:
perf/amd/ibs: Avoid calling perfallowkernel() from the IBS NMI handler
Calling perfallowkernel() from the NMI context is unsafe and could be fatal. Capture the permission at event-initialization time by storing it in event->hw.flags, and have the NMI handler rely on that cached flag instead of making the call directly.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53114.json",
"cna_assigner": "Linux"
}