Cyber Security News

PoC Exploit Released for Windows Error Reporting ALPC Privilege Escalation

A critical local privilege escalation (LPE) vulnerability affecting Microsoft Windows has recently come to light following the public release of a Proof-of-Concept (PoC) exploit.

Tracked as CVE-2026-20817, this security flaw resides within the Windows Error Reporting (WER) service.

The vulnerability allows an authenticated user with low-level privileges to execute arbitrary malicious code with full SYSTEM privileges.​

The detailed research and the accompanying C++ PoC exploit were published on GitHub by security researcher @oxfemale (also known as @bytecodevm on X/Twitter).

The release highlights a significant security gap in Windows’ error-reporting mechanisms for interprocess communication.​

The core of this vulnerability involves the Advanced Local Procedure Call (ALPC) protocol.

The WER service exposes a specific ALPC port named \WindowsErrorReportingService to facilitate communication with other processes.

According to the researcher’s findings, the flaw specifically exists in the SvcElevatedLaunch method, identified as method 0x0D. The WER service completely fails to properly validate the calling user’s permissions.

PoC exploit(source : GitHub)

As a result, an attacker can force the service to launch WerFault.exe using custom command-line parameters supplied from a shared memory block.

Exploit Execution Steps

To successfully trigger the exploit, an attacker follows a straightforward sequence of actions:

ActionDescription
Create Shared MemoryCreate a shared memory block containing an arbitrary, malicious command line.
Connect to WER ALPC PortEstablish a local connection to the Windows Error Reporting (WER) ALPC port.
Send ALPC Message (Method 0x0D)Send an ALPC message using method 0x0D, including the client process ID, the shared memory handle, and the exact command-line length.
Trigger Command ExecutionThe WER service duplicates the handle and launches WerFault.exe with the supplied command line.

Because the WER service runs at a high-privilege level, the newly spawned process inherits the SYSTEM token.

This token includes dangerous permissions, such as SeDebugPrivilege (which allows debugging any process) and SeImpersonatePrivilege (which allows impersonating any user).

While it does not grant SeTcbPrivilege to act as part of the operating system itself, the obtained privileges still provide full system access.​

The vulnerability impacts a wide range of operating systems. This includes all versions of Windows 10 and Windows 11 before January 2026, as well as enterprise server environments running Windows Server 2019 and Windows Server 2022.

Microsoft officially addressed this vulnerability in the January 2026 Security Update.

According to the PoC published on GitHub, organizations and system administrators are strongly advised to apply the latest security patches immediately to secure their networks.

Security teams should also monitor their environments for unusual WerFault.exe child processes and irregular SYSTEM token behaviors to detect potential exploitation attempts.

Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

Abinaya

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

2 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

2 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

3 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

4 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

4 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

5 hours ago