NULL pointer dereference in Linux kernel - CVE-2026-64457
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in virtio_pci queue handling in vp_del_vqs() when unbinding a virtio balloon device with conditional queue entries absent. A local user can write to the virtio_balloon unbind sysfs interface to cause a denial of service.
The issue occurs when optional stats, free_page, or reporting queues are not present, creating holes in the queue info array and causing a mismatch between sparse and dense queue indexing.