3 matches found
CVE-2026-80702
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix guestmemorydirty bitfield clobbered as size Two sites in vmwgfxresource.c assign boolean literals to res-guestmemorysize, which is an unsigned long allocation-size field; the intended target is the adjacent...
CVE-2026-80702
CVE-2026-80702 affects the vmwgfx DRM driver in the Linux kernel . Two sites in vmwgfx_resource.c assign boolean literals to res->guest_memory_size (an unsigned long allocation-size field) instead of the intended adjacent res->guest_memory_dirty bitfield. Specifically, vmw_resource_release(...
EUVD-2026-67437
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix guestmemorydirty bitfield clobbered as size Two sites in vmwgfxresource.c assign boolean literals to res-guestmemorysize, which is an unsigned long allocation-size field; the intended target is the adjacent...