Race condition in Linux kernel - CVE-2026-46147
Published: May 29, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper synchronization in register_hyp_vcpu() and pkvm_load_hyp_vcpu() when publishing and loading vCPU pointers during vCPU initialization. A local user can trigger concurrent access to cause a denial of service.
A concurrent reader may observe a partially initialized hyp_vcpu object.