CVE-2026-61360 Overview
CVE-2026-61360 is an untrusted pointer dereference vulnerability in the Windows Graphics Device Interface (GDI) subsystem. An authenticated local attacker can exploit this flaw to read memory contents that should not be accessible from the attacker's privilege level. The issue is tracked as [CWE-822: Untrusted Pointer Dereference] and affects a broad range of Windows client and server operating systems, including Windows 10, Windows 11, and Windows Server editions from 2012 through 2025. Microsoft published the advisory on August 11, 2026. Successful exploitation results in information disclosure without integrity or availability impact.
Critical Impact
An authenticated local user can dereference an untrusted pointer within Windows GDI to disclose sensitive kernel or process memory contents on affected Windows systems.
Affected Products
- Microsoft Windows 10 (versions 1607, 1809, 21H2, 22H2)
- Microsoft Windows 11 (versions 23H2, 24H2, 25H2, 26H1)
- Microsoft Windows Server 2012, 2012 R2, 2016, 2019, 2022, and 2025
Discovery Timeline
- 2026-08-11 - CVE-2026-61360 published to NVD
- 2026-08-13 - Last updated in NVD database
Technical Details for CVE-2026-61360
Vulnerability Analysis
The vulnerability resides in the Windows GDI component, which handles graphics rendering, device context management, and font operations across Windows. GDI code paths process pointer values that originate from or are influenced by user-mode input. When the affected code path dereferences one of these pointers without adequate validation, it reads memory at an address the attacker can influence.
Because the confidentiality impact is High while integrity and availability are unaffected, exploitation results in disclosure of memory contents rather than code execution or system crash. Attackers commonly leverage such disclosure primitives to leak kernel address layout, defeat Kernel Address Space Layout Randomization (KASLR), or extract sensitive process data as a precursor to a subsequent local privilege escalation chain.
Root Cause
The root cause is classified as [CWE-822: Untrusted Pointer Dereference]. Code in the GDI subsystem accepts a pointer value that is either supplied by, or derived from, an untrusted source and then dereferences it without validating that the pointer references memory the caller is entitled to read. The resulting read exposes memory contents to the caller.
Attack Vector
Exploitation requires local access and low-privilege authentication on the target host. No user interaction is required. An attacker running code in a low-privileged process invokes the affected GDI interface with crafted parameters that steer the vulnerable dereference to an attacker-chosen or attacker-controlled address. The vulnerability manifests entirely on the local system and cannot be triggered remotely across the network. Refer to the Microsoft Vulnerability Advisory CVE-2026-61360 for authoritative technical details.
No public proof-of-concept exploit code is available at the time of writing, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.
Detection Methods for CVE-2026-61360
Indicators of Compromise
- No public indicators of compromise have been published for CVE-2026-61360 at this time.
- Absence of the corresponding Microsoft security update on affected Windows builds is the most reliable indicator of exposure.
Detection Strategies
- Monitor for unexpected user-mode processes making unusual sequences of GDI API calls, particularly from low-privileged or sandboxed contexts.
- Correlate suspicious calls into gdi32.dll or win32k.sys with subsequent local privilege-escalation or credential-access behavior on the same host.
- Track process crashes and Windows Error Reporting events referencing GDI modules, which may indicate exploitation attempts against pointer-handling code.
Monitoring Recommendations
- Ensure endpoint telemetry captures process creation, image loads, and kernel-mode exceptions from all Windows client and server assets in scope.
- Alert on newly introduced binaries in user-writable directories that subsequently interact with graphics subsystem APIs.
- Review patch-compliance dashboards to confirm the August 2026 Microsoft security update is deployed across all supported Windows versions listed above.
How to Mitigate CVE-2026-61360
Immediate Actions Required
- Apply the Microsoft security update referenced in the Microsoft Vulnerability Advisory CVE-2026-61360 to all affected Windows client and server systems.
- Prioritize multi-user systems, terminal servers, and jump hosts where low-privileged users have interactive access, since these environments most closely match the local attack vector.
- Audit local accounts and restrict interactive logon on servers to reduce the pool of principals capable of triggering the vulnerability.
Patch Information
Microsoft has published an update through the Microsoft Security Response Center for CVE-2026-61360. Administrators should deploy the update via Windows Update, Windows Server Update Services (WSUS), Microsoft Update Catalog, or their configured patch management tooling. Consult the Microsoft Vulnerability Advisory CVE-2026-61360 for the specific KB article and build numbers that correspond to each affected Windows version.
Workarounds
- Microsoft has not documented a supported workaround; patching is the only remediation.
- Reduce risk in the interim by enforcing least-privilege, removing unnecessary local user accounts, and blocking execution of untrusted binaries via application control policies such as Windows Defender Application Control or AppLocker.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

