thehackernews.com web signal

Microsoft Confirms RoguePlanet Defender Privilege Zero-Day

microsoft cybersecurity cybersecurity zero-day windows

TL;DR

  • CVE-2026-50656 (CVSS 7.8) in Defender's Malware Protection Engine lets attackers reach SYSTEM-level privileges via a race condition.
  • Researcher Chaotic Eclipse publicly released the RoguePlanet exploit before a patch exists; Microsoft says it is still investigating.
  • This is the fourth Defender zero-day from the same researcher, following BlueHammer, UnDefend, and RedSun, all since patched.

A public proof-of-concept exploit for an unpatched privilege escalation flaw in Microsoft Defender landed this week, and the timing is uncomfortable: Microsoft says it is still "actively investigating the validity and potential applicability of these claims" while the code is already out.

The vulnerability, tracked as CVE-2026-50656 with a CVSS score of 7.8, lives in Defender's Malware Protection Engine, according to The Hacker News. Security researcher Chaotic Eclipse (also known as Nightmare-Eclipse) disclosed the exploit publicly and named it RoguePlanet. The mechanism is a race condition that pushes an attacker's privilege level to SYSTEM, the highest available on Windows. One detail that stings: the proof-of-concept reportedly functions whether or not Defender's real-time protection is enabled. The researcher was candid about reliability, noting "The exploit is a race condition, so it's a hit or miss," with success varying across different machines.

This is the fourth time Chaotic Eclipse has found a significant Defender vulnerability. The three prior flaws, BlueHammer (CVE-2026-33825), UnDefend (CVE-2026-45498), and RedSun (CVE-2026-41091), have all since been patched by Microsoft. The pattern suggests a focused, systematic research effort against the same attack surface rather than isolated lucky finds.

The honest caveat is that Microsoft's current statement stops short of confirming the flaw works as described. "Actively investigating validity" is not the same as confirming exploitability, and a race condition that succeeds inconsistently is harder to weaponize at scale, though in targeted attacks with dwell time to spare, reliability matters less. What the reporting does not give you is any sense of the patch timeline or whether Microsoft's careful language signals a technical dispute about severity.

For defenders, the existence of a public PoC is a double-edged development: threat actors have a starting point, but so do endpoint security vendors building detection signatures. Monitoring for unusual SYSTEM-level process creation in the interim gives detection engineering something specific to target while the patch window remains open.