A new zero-day local privilege escalation (LPE) vulnerability named 'RoguePlanet' has been publicly disclosed, affecting the Microsoft Defender anti-malware engine. This critical flaw allows an attacker with standard user access on a fully patched Windows 10 or Windows 11 system to gain NT AUTHORITY\SYSTEM privileges, the highest level of access on a Windows machine. The vulnerability, disclosed by a researcher known as Nightmare Eclipse, reportedly works even after the June 2026 Patch Tuesday updates. A proof-of-concept (PoC) exploit is publicly available, significantly increasing the risk of its adoption by threat actors for post-exploitation activities.
The 'RoguePlanet' vulnerability is a classic time-of-check-to-time-of-use (TOCTOU) race condition within Microsoft Defender's file handling and remediation logic. The attack vector requires an attacker to have initial access to a system as a low-privileged user. The core of the exploit lies in manipulating the timing between when Microsoft Defender (running as SYSTEM) checks a file's attributes and when it performs a privileged operation on that file.
An attacker can trigger a scan and then, in the brief window before Defender takes a remediation action (like quarantine or deletion), swap the target file with a symbolic link pointing to a protected system location. When Defender performs the privileged file operation, it follows the symbolic link and inadvertently acts on the protected file or directory. This can be abused to write arbitrary files to protected locations, ultimately leading to code execution with SYSTEM privileges.
The attack chain can be broken down as follows:
time-of-check) and it attempting to delete or move it (time-of-use), the attacker's script replaces the file with a symbolic link. This link points to a critical system file or directory (e.g., C:\Windows\System32).MsMpEng.exe), running with SYSTEM privileges, follows the symbolic link and performs its privileged operation on the protected target. This could involve deleting a critical DLL or writing a malicious one, which can then be leveraged for arbitrary code execution (T1055 - Process Injection) or other persistence mechanisms.The public availability of a PoC for a vulnerability in a ubiquitous security product like Microsoft Defender is a critical event. Security teams must assume that threat actors are actively testing and incorporating this exploit into their toolkits.
The impact of 'RoguePlanet' is severe. It effectively nullifies the security boundary between standard users and administrators on any affected system. For organizations, this means a minor endpoint compromise can rapidly escalate into a full domain compromise. An attacker could use this LPE to:
Given that Microsoft Defender is the default, built-in antivirus for modern Windows operating systems, the attack surface is enormous, spanning millions of consumer and enterprise devices globally.
No specific Indicators of Compromise (IPs, domains, hashes) were mentioned in the source articles.
Security teams may want to hunt for activity indicative of TOCTOU exploitation attempts against Defender. The following patterns could indicate related activity:
MsMpEng.exefsutil.exe reparsepoint or mklinkmklink or PowerShell's New-Item -ItemType SymbolicLink followed by Defender-related process activity.C:\ProgramData\Microsoft\Windows Defender\Detecting a race condition exploit is challenging. However, robust endpoint monitoring can provide clues.
cmd.exe, powershell.exe) spawning file manipulation commands that are immediately followed by high-activity from MsMpEng.exe could be an indicator. Look for EDR alerts related to symbolic link abuse or privileged file writes by unexpected processes.C:\Windows\System32) to alert on any unauthorized modifications or deletions. An alert triggered by the MsMpEng.exe process would be highly suspicious.MsMpEng.exe and alert on deviations, such as writing to non-standard directories. System Call Analysis can also be used to detect suspicious file system operations.As there is no official patch, mitigation relies on compensating controls.
Strictly enforce the principle of least privilege to ensure that compromised user accounts do not have unnecessary permissions.
Use application control solutions like AppLocker or Windows Defender Application Control to prevent the execution of unauthorized scripts or tools that could be used to stage the exploit.
Deploy EDR/XDR solutions to monitor for suspicious behavioral patterns, such as symbolic link creation by standard users or anomalous file operations by system processes like MsMpEng.exe.
The 'RoguePlanet' zero-day vulnerability in Microsoft Defender was publicly disclosed.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.