RoguePlanet Zero-Day Grants SYSTEM Access via Defender Race Condition
A publicly released exploit targets CVE-2026-50656 in Microsoft Defender's quarantine pipeline. Microsoft confirms the flaw but has no patch timeline yet.
Microsoft acknowledged a zero-day vulnerability in Microsoft Defender that allows attackers to escalate privileges to SYSTEM level on fully patched Windows 10 and Windows 11 machines. The flaw, tracked as CVE-2026-50656, carries a CVSS score of 7.8 and has working exploit code publicly available.
The proof-of-concept, named RoguePlanet, dropped on June 10—hours after Microsoft rolled out its largest-ever Patch Tuesday update with fixes for 200 vulnerabilities. The timing appears intentional.
Technical Details
RoguePlanet exploits a race condition in Microsoft Defender's quarantine pipeline. The Microsoft Malware Protection Engine processes files through multiple stages when handling suspected malware. The vulnerability exists in how the engine handles file operations during this process.
By winning a race condition, an attacker can manipulate the quarantine workflow to spawn a command prompt with SYSTEM privileges. The resulting shell grants full control over the affected system—the attacker can execute arbitrary code, install persistence mechanisms, or pivot to other network resources.
The attack requires local access. An attacker with a foothold on the machine—through phishing, a compromised application, or another vulnerability—could use RoguePlanet to elevate from a standard user to full SYSTEM control.
Disclosure Context
RoguePlanet comes from a researcher operating under the aliases Nightmare Eclipse and Chaotic Eclipse. This individual has published exploits for multiple Microsoft zero-day vulnerabilities since March 2026, apparently in retaliation for a dispute with the company.
The adversarial disclosure pattern—releasing exploits without coordinated disclosure—puts defenders in a difficult position. Organizations must assess their exposure while waiting for Microsoft to develop and test a patch.
This isn't the first time Microsoft's own security tools have become attack surfaces. Security products necessarily operate with elevated privileges and process untrusted input, making them attractive targets for vulnerability research.
Microsoft's Response
Microsoft confirmed the vulnerability in a security advisory: "Microsoft is aware of an elevation of privilege in the Microsoft Malware Protection Engine in Microsoft Defender, publicly referred to as 'RoguePlanet.' We are working to provide a high-quality security update that addresses this vulnerability."
The company hasn't provided a patch timeline. Microsoft noted they have not detected exploitation of RoguePlanet in the wild, though the public availability of working exploit code makes weaponization straightforward for any threat actor monitoring security research.
Risk Assessment
The CVSS 7.8 rating reflects the local access requirement—this isn't remotely exploitable. But local privilege escalation vulnerabilities are valuable for attackers who already have initial access.
Consider the typical attack chain:
- Attacker gains initial access through phishing, a browser exploit, or a vulnerable application
- Initial access provides low-privilege user context
- RoguePlanet elevates to SYSTEM
- Attacker has full control to persist, exfiltrate, or deploy ransomware
The irony isn't lost on security teams: the very tool designed to protect systems becomes the escalation vector.
Mitigation Options
Without a patch, options are limited:
- Monitor for exploitation: Watch for suspicious SYSTEM-level process creation, particularly command shells spawned by Defender-related processes
- Endpoint detection: EDR solutions may detect the exploitation pattern even if they can't prevent it
- Principle of least privilege: Limit user accounts that attackers could use as a starting point
- Network segmentation: Contain the blast radius if a machine is compromised
Disabling Defender entirely would eliminate this specific attack vector but would leave systems without real-time protection—a cure worse than the disease for most organizations.
Why This Matters
Antivirus and endpoint security products present a challenging attack surface. They must run with high privileges, process untrusted files from every source, and hook deeply into operating system components. Each of these requirements creates potential vulnerability classes.
Security vendors face pressure to implement aggressive detection while avoiding stability issues and vulnerabilities. When their products become attack vectors, the trust model breaks down.
Organizations relying on Defender as their primary endpoint protection should track Microsoft's advisory for patch availability and consider additional detection layers that could catch privilege escalation behavior patterns.
Related Articles
Researcher Drops YellowKey BitLocker Bypass, GreenPlasma SYSTEM Exploit
A disgruntled researcher released two unpatched Windows zero-days: YellowKey bypasses BitLocker encryption via USB, while GreenPlasma grants SYSTEM privileges. No patches available yet.
May 14, 2026RoguePlanet Zero-Day Bypasses Fully-Patched Windows Defender
Security researcher Nightmare Eclipse releases fourth Microsoft Defender zero-day in months, granting SYSTEM privileges on patched Windows 10 and 11 systems. Here's what defenders need to know.
Jun 11, 2026PhantomRPC: Unpatched Windows Flaw Enables SYSTEM Escalation
Kaspersky discloses PhantomRPC, an architectural Windows RPC vulnerability enabling SYSTEM-level privilege escalation across all Windows versions. Microsoft declined to patch despite five exploitation paths.
Apr 27, 2026RedSun: Second Windows Defender Zero-Day Drops in Two Weeks
Frustrated researcher 'Chaotic Eclipse' releases RedSun, another Windows Defender privilege escalation exploit granting SYSTEM access. Microsoft has not yet patched this second zero-day.
Apr 17, 2026