You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
windows local privilege escalation
About this tag
Windows local privilege escalation vulnerabilities allow an attacker with limited user access to gain higher-level privileges, such as SYSTEM, on a Windows system. These flaws often reside in core components like the Win32k kernel driver and are rated Important by Microsoft. A recent example is CVE-2026-35417, a type confusion bug in the Win32K ICOMP component that enables local elevation of privilege. Such vulnerabilities are not remotely exploitable but are critical after an attacker gains an initial foothold. Discussions on WindowsForum cover the technical details, affected versions, and urgency of patching these issues, emphasizing that even non-zero-day bugs can pose significant risks in post-exploitation scenarios.
Microsoft disclosed CVE-2026-35417 on May 12, 2026, as an Important-rated Windows Win32k elevation-of-privilege vulnerability caused by type confusion in the Win32K ICOMP component, affecting supported Windows client and server releases and allowing a local low-privileged attacker to gain SYSTEM...