// 1 ZERO-DAY · 4 CVE IN THE LAST 24H
CVE-2026-50656: Microsoft confirms zero-day vulnerability in Defender that elevates privileges to SYSTEM. Patch in development, public exploit already circulating.

Microsoft confirmed the CVE-2026-50656 zero-day vulnerability, dubbed RoguePlanet, in the Microsoft Malware Protection Engine of Windows Defender on June 17, 2026. The flaw enables local privilege escalation to SYSTEM through a race condition — the most insidious mechanism because it strikes the very component tasked with detecting threats. The proof-of-concept is public; the patch has not yet been released.

Key Takeaways
  • Microsoft confirmed CVE-2026-50656 with CVSS 7.8: local privilege escalation in the Defender antimalware engine
  • The exploit leverages a TOCTOU (Time-of-Check to Time-of-Use) race condition with NTFS junctions/symlinks to obtain a SYSTEM shell
  • The PoC works regardless of real-time protection state: active, disabled, or passive mode
  • This is the fourth Defender zero-day disclosed by the same researcher, Chaotic Eclipse, amid a dispute with Microsoft over bug bounty practices

The Mechanism: Why a Race Condition in the Antimalware Engine Is Invisible to Itself

The vulnerability resides in the Microsoft Malware Protection Engine (MsMpEng.exe), the process that runs with SYSTEM privileges and performs real-time scanning. According to independent technical analysis by Rescana, confirmed by reproduction from Picus Security and ThreatLocker, the defect is a TOCTOU race condition: the engine performs the file path check and the subsequent privileged action in two separate, non-atomic operations.

A local attacker can interpose NTFS junctions or symbolic links between the check and the use, redirecting the privileged operation to an attacker-controlled path. The result is arbitrary code execution with SYSTEM privileges. A direct quote from researcher Chaotic Eclipse, published by The Hacker News, clarifies the probabilistic nature of the exploit: "The exploit is a race condition, so it's a hit or miss. I have managed to get a 100% success rate on some machines while it struggled to work on others."

The most disturbing finding is the PoC's operation independent of real-time protection configuration. As the researcher stated: "the PoC for RoguePlanet works regardless if real-time protection is on or not, which is hilarious. I think it even works in the case of passive mode, but not really sure, haven't tested that." The paradox is structural: malware does not bypass Defender; it exploits Defender itself.

Microsoft Confirmation and the Mitigation Void

Microsoft issued an official statement via its advisory, cited by The Hacker News: "We are working to provide a high-quality security update that addresses this vulnerability. We will provide information in this CVE when the update is available." The absence of a release date leaves organizations without an official fix.

According to HelpNetSecurity, Microsoft rated the vulnerability "Important" with CVSS 7.8 and an "Exploitation More Likely" risk profile, but has not detected in-the-wild exploitation at present. The flaw affects fully patched Windows 10 and Windows 11 as of the June 2026 Patch Tuesday. On Windows Server, the specific PoC vector (ISO mounting) is not replicable in standard configuration because users cannot mount disk images, but the underlying engine vulnerability remains: the dossier does not rule out that alternative vectors could be developed.

"In recent weeks several zero-day vulnerabilities have been disclosed... The details of these vulnerabilities were not shared with Microsoft prior to release, and the disclosures put our customers at unnecessary risk." — Microsoft Security Response Center

Disclosure Context: Four Zero-Days and a Dispute with MSRC

RoguePlanet is not an isolated case. It is the fourth Defender zero-day disclosed by the same researcher, Chaotic Eclipse aka Nightmare-Eclipse, following BlueHammer (CVE-2026-33825), UnDefend (CVE-2026-45498), and RedSun (CVE-2026-41091). Concurring editorial sources — SecurityAffairs and BleepingComputer — attribute the disclosures to a dispute over bug bounty practices and the revocation of the researcher's MSRC account.

Microsoft MSRC labeled the uncoordinated disclosures "irresponsible," but the sequence of four vulnerabilities in the same class, from the same actor, with public exploits and delayed patches, raises a broader question about management of relationships with independent researchers. Official Microsoft advisories for the previous vulnerabilities (CVE-2026-41091 and CVE-2026-45498) confirm identical patterns: same CVSS 7.8, same CWE-59 (Improper Link Resolution Before File Access), same engine, same researcher.

What to Do Now

The situation is complex because mitigation cannot rely on the device that is itself vulnerable. Pending the Microsoft patch, the priority actions derived from the dossier are:

  • Monitor engine update release: the history of previous vulnerabilities suggests Microsoft will release a Microsoft Malware Protection Engine update; track engine versions to intercept the fix as soon as available
  • Assess real-time protection impact on attack surface: the dossier documents that the PoC works with RTP active, disabled, or passive; no Defender configuration mitigates the vulnerability
  • Reduce local exposure: the exploit requires local access and standard user privileges; limiting administrative profiles and unsigned code execution on critical endpoints reduces the documented attack perimeter
  • Audit third-party detection capabilities: the nature of the defect in the engine itself invalidates the detection-first model for this specific threat; the dossier does not evaluate the effectiveness of alternative EDR/XDR solutions but documents Morphisec's structural analysis of the "detector becomes attack surface" concept

The Failure of the Detection-First Model

The RoguePlanet episode exposes an antinomy of modern cybersecurity: reliance on a single detection engine that, to function, must operate with maximum privileges and access every file on the system. When that engine is flawed, detection cannot detect itself. The exploit's persistence across all real-time protection configurations is not a technical bypass; it is a logical contradiction: the guardian is the weak point.

The researcher explicitly stated no intention to further refine the PoC: "I believe (but not sure) that a redesign of the PoC can make it achieve a 100% success rate regardless of the conditions but honestly I'm done with this bug." This statement, combined with Microsoft's "Exploitation More Likely" assessment, indicates that automated weaponization is technically accessible without further discoveries.

The case is not solvable with an antivirus signature: it requires a redesign of atomic operations in the engine, and that is what Microsoft is developing. The time between confirmation and release remains, however, unquantified.

Information verified against cited sources and current as of publication.

Sources


Sources and references
  1. thehackernews.com
  2. securityaffairs.com
  3. helpnetsecurity.com
  4. bleepingcomputer.com
  5. morphisec.com
  6. rescana.com
  7. msrc.microsoft.com