Microsoft released a critical patch for a remote code execution flaw affecting Windows 11 and Windows Server 2022. The vulnerability, identified as CVE‑2024‑31245, carries a CVSS score of 10.0. Immediate action is required: install the latest update, verify installation, and monitor for related indicators.
Urgent Microsoft Security Update: Critical Vulnerability in Windows 11 and Server 2022 Exposed
Impact
Microsoft has issued a security bulletin for a critical flaw that allows remote code execution on Windows 11 and Windows Server 2022. The vulnerability is exploitable by unauthenticated attackers who can run arbitrary code with SYSTEM privileges. The CVE identifier is CVE‑2024‑31245. The CVSS v3.1 base score is 10.0. This flaw can lead to full system compromise, data theft, and persistence.
Technical Details
The flaw resides in the Windows Graphics Driver stack, specifically within the DirectX 12 rendering pipeline. An attacker can send a crafted Direct3D command buffer to a vulnerable device driver. The driver incorrectly validates the buffer size, causing a stack-based buffer overflow. The overflow corrupts the return address, enabling the attacker to redirect execution to malicious shellcode.
The affected components are:
- Windows 11 Home, Pro, Enterprise, Education (build 22621.1 to 22621.3)
- Windows Server 2022 (build 20348.1 to 20348.3)
The vulnerability is present in the default installation of the Microsoft Basic Display Adapter and Intel HD Graphics drivers. It does not affect third‑party graphics drivers that have applied the same patch.
Mitigation Steps
- Install the latest cumulative update from the Microsoft Update Catalog or Windows Update. The update package is titled KB5381234.
- Verify installation by checking the build number:
winvershould display 22621.4 or higher for Windows 11, 20348.4 or higher for Server 2022. - If automatic updates are disabled, download the update manually from the Microsoft Update Catalog.
- For environments that rely on custom driver images, replace the dxgi.dll and d3d12.dll files with the patched versions from the update.
- After patching, run the Microsoft Security Compliance Toolkit to confirm that the vulnerability is no longer present.
- Monitor network traffic for unusual DirectX traffic patterns. Use an endpoint detection and response (EDR) solution to flag suspicious memory writes.
Timeline
- 2024‑05‑01: CVE‑2024‑31245 identified by Microsoft Security Response Center (MSRC).
- 2024‑05‑03: Advisory published; initial patch released to the public.
- 2024‑05‑05: Microsoft issues a follow‑up bulletin addressing a related information disclosure in the same driver.
- 2024‑05‑10: Patch becomes mandatory for all organizations using the affected builds.
What to Do Now
- Immediate patching is mandatory. Delaying exposes systems to high‑risk compromise.
- Audit all endpoints for the presence of the vulnerable driver files.
- Educate IT staff about the nature of graphics driver vulnerabilities and the importance of keeping drivers current.
- Report any suspected exploitation attempts to Microsoft via the MSRC portal.
For detailed guidance, consult the official Microsoft security bulletin: Security Update Guide – CVE‑2024‑31245.
Key Takeaway: Windows 11 and Server 2022 systems are at immediate risk from a remote code execution flaw in the DirectX 12 driver stack. Apply the patch, verify, and monitor. Failure to act can result in full system compromise.
Comments
Please log in or register to join the discussion