You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
drm vmwgfx
About this tag
The drm/vmwgfx tag covers discussions about the VMware guest graphics driver in the Linux kernel. Recent content highlights a security vulnerability, CVE-2025-40277, where the driver failed to validate command header sizes against the constant SVGA_CMD_MAX_DATASIZE, allowing user-supplied values to cause out-of-bounds access. A kernel patch was released to fix this buffer overflow issue, with backports available for stable kernel trees. This tag is relevant for Linux users running VMware virtual machines who need to stay informed about graphics driver bugs and security updates.
The Linux kernel was patched to fix a bug in the VMware guest graphics driver (drm/vmwgfx) that failed to validate a command header size against the constant SVGA_CMD_MAX_DATASIZE, allowing user-supplied values to influence buffer offset calculations and potentially cause an out‑of‑bounds...