NAVANEM

vulnerabilities · jun 10, 2026 · 12:00 utc

Microsoft Defender RoguePlanet Zero-Day Grants SYSTEM Privileges on Patched Systems

New RoguePlanet exploit bypasses June 2026 patches to spawn SYSTEM-level prompts via Defender race condition. Seventh release from Nightmare Eclipse in ten weeks.

by Emanuel De Almeida

Microsoft Defender RoguePlanet zero-day grants SYSTEM privileges on patched Windows

TL;DR

  • RoguePlanet exploits a race condition in Microsoft Defender to grant attackers SYSTEM-level privileges on fully patched Windows 10 and Windows 11 machines.
  • The zero-day affects systems running the June 2026 security updates, meaning patches alone do not protect against this exploit.
  • This marks the seventh Defender-related exploit from Nightmare Eclipse in ten weeks, with three prior exploits already confirmed exploited in the wild.
  • Microsoft responded within 24 hours by pushing Defender definition update 1.453.20.0 to detect and quarantine the exploit code.
  • June 2026 Patch Tuesday addressed 198 CVEs including 32 critical, the largest release in the program's history.

What is RoguePlanet and why does it matter?

RoguePlanet is a zero-day exploit that abuses a race condition in Microsoft Defender to spawn SYSTEM-level command prompts. The vulnerability affects fully patched Windows 10 and Windows 11 devices with the June 2026 security updates installed, according to BleepingComputer. This means organizations that followed best practices and applied the latest patches remain vulnerable.

The exploit grants attackers the highest privilege level on Windows systems. SYSTEM access allows complete control over the operating system, including the ability to install malware, extract credentials, disable security tools, and move laterally across networks. The race condition timing makes detection particularly difficult.

Who is behind this exploit campaign?

Nightmare Eclipse, a prolific exploit developer, released RoguePlanet as their seventh Microsoft Defender-related exploit in just ten weeks. The group's previous releases include BlueHammer (CVE-2026-33825), RedSun (CVE-2026-41091), UnDefend (CVE-2026-45498), GreenPlasma (CVE-2026-45586), YellowKey (CVE-2026-50507), and MiniPlasma, as documented by SecurityWeek.

Three of these exploits have already been weaponized by threat actors. CISA added BlueHammer, RedSun, and UnDefend to its Known Exploited Vulnerabilities Catalog in May 2026. This pattern suggests RoguePlanet will likely see active exploitation soon.

How did Microsoft respond?

Microsoft acted quickly. On June 10, 2026, the company pushed Defender definition update 1.453.20.0, which adds detection and quarantine capability for the RoguePlanet exploit code, according to Crypto Briefing. This signature-based mitigation provides immediate protection while a full patch is developed.

The response came just one day after RoguePlanet's public release. However, signature-based detection has limitations. Attackers may modify the exploit code to evade detection, and systems with outdated definitions remain exposed. A comprehensive fix will require a Windows update addressing the underlying race condition.

How does this fit into the June 2026 patch cycle?

June 2026 Patch Tuesday was already historic before RoguePlanet emerged. Tenable reported that Microsoft addressed 198 CVEs including 32 rated critical, making it the largest Patch Tuesday release ever. Security teams were already stretched thin processing this volume of updates.

The timing compounds existing challenges. Organizations must now verify Defender definition updates while still deploying the massive June patch set. Related vulnerabilities from the same update cycle include CVE-2026-47281, a Visual Studio Code Elevation of Privilege vulnerability with a CVSS 9.6 base score rated as Important severity by the Microsoft Security Response Center.

What to do now

  1. Verify Defender definitions are current by checking that version 1.453.20.0 or later is installed. Run Get-MpComputerStatus | Select AntivirusSignatureVersion in PowerShell to confirm.
  2. Enable automatic definition updates if not already active. Navigate to Windows Security > Virus & threat protection > Protection updates and verify settings.
  3. Monitor for SYSTEM-level process spawning anomalies using your EDR solution or Windows Event logs. Query for Event ID 4688 with TokenElevationType values indicating privilege escalation.
  4. Review endpoints for prior Nightmare Eclipse exploits including BlueHammer, RedSun, UnDefend, GreenPlasma, YellowKey, and MiniPlasma indicators of compromise.
  5. Implement application control policies using Windows Defender Application Control (WDAC) or AppLocker to restrict unauthorized executable launches.
  6. Segment high-value systems from general network traffic to limit lateral movement if exploitation occurs.
  7. Subscribe to Microsoft Security Advisories for updates on a permanent fix for the underlying race condition.

Frequently asked questions

Does the June 2026 patch protect against RoguePlanet?

No. RoguePlanet specifically targets systems running the June 2026 security updates. The exploit leverages a race condition that exists even after applying all current patches. Protection requires Defender definition update 1.453.20.0 or later, which adds signature-based detection for the exploit code.

Is RoguePlanet being exploited in the wild?

Not yet confirmed. However, three previous Nightmare Eclipse exploits were added to CISA's Known Exploited Vulnerabilities Catalog within weeks of release. Given the group's track record and the value of SYSTEM-level access, security teams should assume imminent weaponization.

Which Windows versions are affected?

Both Windows 10 and Windows 11 with current patches are vulnerable. The race condition exists in Microsoft Defender's core functionality, which is consistent across supported Windows desktop versions. Server editions using Defender may also be affected, though this has not been explicitly confirmed.

When will Microsoft release a full patch?

Microsoft has not announced a timeline. The current mitigation is signature-based detection via Defender definitions. A complete fix addressing the race condition will likely require a Windows update, potentially arriving in July 2026 Patch Tuesday or as an out-of-band security release if exploitation becomes widespread.

source: www.bleepingcomputer.com

#zero-day#microsoft-defender#windows#privilege-escalation#nightmare-eclipse#cve

Related topics