CVE-2026-74444
7.8Linux · Kernel
An integer division vulnerability in the Linux kernel vmwgfx driver allows local attackers to trigger a crash or memory corruption via malformed DRAW_PRIMITIVES command headers.
Executive summary
A high-severity vulnerability in the Linux kernel vmwgfx driver could permit an authenticated local attacker to achieve code execution or system failure.
Vulnerability
This is an integer division vulnerability occurring during the validation of DRAW_PRIMITIVES header sizes. An authenticated local attacker can supply a malicious command stream that causes an unchecked division, potentially leading to memory corruption.
Business impact
The vulnerability carries a CVSS score of 7.8, indicating a high potential for impact on system confidentiality, integrity, and availability. Compromise of the kernel via the vmwgfx driver could allow an attacker to bypass security boundaries, resulting in unauthorized data access or complete system takeover.
Remediation
Immediate Action: Apply the latest kernel security patches, specifically ensuring the installation of version 6.6.151, 6.12.103, 6.18.44, 7.1.8, or later.
Proactive Monitoring: Monitor dmesg output and system logs for hardware-related driver exceptions or unexpected process terminations.
Compensating Controls: Disable the vmwgfx driver if it is not required for the specific workload, or use kernel lockdown features to restrict module-based exploitation.
Exploitation status
Public Exploit Available: unknown
Analyst recommendation
Given the potential for kernel-level exploitation, immediate patching is required. Organizations should ensure their kernel update cadence is strictly maintained to mitigate this and similar driver-based vulnerabilities.