3 matches found
EUVD-2026-59750
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...
CVE-2026-74443 drm/vmwgfx: bound DMA command body size against suffix pointer
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...
CVE-2026-74443
The CVE-2026-74443 issue affects the Linux kernel DRM vmwgfx path. Specifically, in vmw_cmd_dma(), the DMA suffix is located using (unsigned long) &cmd->body + header->size - sizeof(*suffix) without validating that header->size is large enough to cover both body and suffix. An undersized...