Improper access control in Kata Containers - CVE-2026-24834
Published: May 22, 2026
Kata Containers
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary code as root in the guest micro VM.
The vulnerability exists due to improper access control in the virtio-pmem-backed guest root filesystem exposure via /dev/pmem0 when accessing the writable pmem device from within a container. A remote attacker can modify files in the guest filesystem to execute arbitrary code as root in the guest micro VM.
Exploitation requires the ability to create and access the pmem device node, such as with CAP_MKNOD, and the changes are not persistent across VM restart.