Impact
A NULL pointer dereference occurs in the Linux kernel when a virtio balloon device is unbound through the /sys interface. The flaw stems from an index mismatch between the virtqueue’s dense index and the sparse array used to store vq information, causing the kernel to look up a NULL pointer during cleanup. The resulting BUG triggers a kernel panic, effectively crashing the host. This is a local denial‑of‑service vulnerability that does not provide remote code execution or privilege escalation directly.
Affected Systems
The vulnerability exists in all Linux kernel releases that have not applied the patch identified by commits 075bc3c7, 41e6dc1a, 64a4c0be, and f7d380fb. Systems running any unpatched kernel, regardless of distribution, are potentially affected when a virtio balloon device is present and unbound.
Risk and Exploitability
The EPSS score is < 1%, indicating a very low likelihood of exploitation in the wild, and the flaw is not listed in CISA’s KEV catalog. An attacker would need local control to invoke the unbind operation, which typically requires root or equivalent privileges. Although remote exploitation is not supported, a local attacker could force a kernel crash, disrupting availability.
OpenCVE Enrichment
Debian DLA