Junglewise Threat Intelligence

CVE-2026-53347: Linux Kernel virtio-gpu kernel crash in driver removal

CVE-2026-53347 · Severity: info · Published 2026-07-01

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's virtio-gpu driver can cause a system crash when the driver is removed or unbound. This occurs specifically when the driver is built with Kernel Mode Setting (KMS) disabled, leading the system to access uninitialized memory. An exploit could result in a denial-of-service by crashing the host or virtual machine.

Technical details

A vulnerability in the virtio-gpu driver (drivers/gpu/drm/virtio/virtgpu_drv.c) exists when the driver is compiled with KMS support disabled. In this configuration, DRM atomic and modesetting structures are not initialized. However, the driver removal path (virtio_gpu_remove) still attempts to call drm_atomic_helper_shutdown(), which accesses this uninitialized data, resulting in a kernel panic. The fix introduces a check using drm_core_check_feature(dev, DRIVER_ATOMIC) to ensure shutdown procedures are only called if the atomic core was actually initialized. This issue affects Linux kernel versions from 6.4 up to 7.1.

Affected products

  • Linux Linux Kernel 6.4 to 7.1

Timeline

  • 2026-07-01: disclosed
  • 2026-07-01: advisory

References

Related threats