LIVE NEWSROOM · --:-- · May 31, 2026
A LIBRARY FOR SECURITY RESEARCHERS

Microsoft Bans Researcher After 6 Windows Zero-Days Dropped Publicly

Post on X LinkedIn
Microsoft Bans Researcher After 6 Windows Zero-Days Dropped Publicly

A researcher operating under the pseudonyms “Chaotic Eclipse” and “Nightmare-Eclipse” has publicly disclosed six Windows zero-day vulnerabilities (security flaws that have no patch available at the time of disclosure) since May 13, 2026, starting one day after Microsoft’s May Patch Tuesday — a deliberate timing choice to maximise the window during which the vulnerabilities remain unpatched. Microsoft removed the researcher’s GitHub account on May 23, and GitHub subsequently removed a GitLab account after the researcher migrated there. Three of the six disclosed vulnerabilities are now confirmed as actively exploited in the wild. Microsoft has issued a strongly worded public statement defending Coordinated Vulnerability Disclosure (CVD — the widely accepted practice of privately notifying a software vendor before publicly disclosing a security flaw, giving them time to release a patch). The researcher claims Microsoft failed to compensate them and has threatened an additional release on July 14, 2026.

// 01 Chaotic Eclipse Windows Zero-Days: What Was Disclosed

Over a two-week period from May 13 to May 27, 2026, Chaotic Eclipse disclosed six Windows vulnerabilities spanning Windows Defender, Windows 11, and Windows 10/Server:

VulnerabilityCVEComponentImpactPatch Status
BlueHammerCVE-2026-33825Windows DefenderPrivilege escalation to SYSTEMPatched (May Patch Tuesday)
RedSunCVE-2026-41091Windows DefenderPrivilege escalation to SYSTEMUnpatched — actively exploited
UnDefendCVE-2026-45498Microsoft DefenderAV evasion / Defender disruptionUnpatched — actively exploited
YellowKeyCVE-2026-45585Windows 11 BitLockerBitLocker bypass (physical access)Unpatched
GreenPlasmaNone assignedWindows 10/11/ServerLocal privilege escalation (partial)Unpatched
MiniPlasmaNone assignedWindows 11 (fully patched)Full privilege escalation to SYSTEMUnpatched

The most dangerous from an active exploitation standpoint are RedSun (CVE-2026-41091) and UnDefend (CVE-2026-45498). RedSun allows a local attacker (an attacker with any standard user account on the machine) to escalate their privileges to SYSTEM (the highest level of access on a Windows machine, equivalent to root on Linux — allowing installation of software, modification of security settings, and access to all files). UnDefend enables an attacker to disable or manipulate Windows Defender (Microsoft’s built-in antivirus and EDR component) without triggering security alerts, creating a blind spot that facilitates subsequent malware deployment.

YellowKey (CVE-2026-45585) is particularly alarming for physical security scenarios: it allows an attacker with physical access to a Windows 11 laptop to bypass BitLocker (Microsoft’s full-disk encryption feature, widely used on enterprise laptops to protect data if the device is stolen) without knowing the encryption key. This has significant implications for lost or stolen corporate devices.

MiniPlasma is described as working on “fully patched” Windows 11 systems — meaning the vulnerability is present in Microsoft’s latest security update state, not just in unpatched or older systems.

// 02 The CVD Dispute: What the Researcher Claims

Chaotic Eclipse’s disclosures were accompanied by extensive public statements detailing their grievances with Microsoft’s Security Response Center (MSRC — the team responsible for receiving, triaging, and coordinating fixes for reported vulnerabilities). The core allegations:

  • Payment dispute: The researcher claims Microsoft refused to pay bug bounties for the disclosed vulnerabilities. Microsoft’s bounty programme offers $30,000–$100,000 per endpoint zero-day (with higher rates for Hyper-V exploits). Chaotic Eclipse states they “got zero pennies” despite discovering six exploitable vulnerabilities.
  • Communication breakdown: “When I actively asked you to communicate with me, you refused, humiliated me, and made sure to insult me in front of people,” the researcher wrote in a public post on their personal blog (deadeclipse666.blogspot.com) after their GitHub account was removed.
  • Account retaliation: Chaotic Eclipse alleges that Microsoft deleted not only their GitHub account (GitHub is owned by Microsoft) but also their MSRC portal account — preventing them from accessing any records of their previous submissions. Both Microsoft and GitHub have not confirmed or denied the MSRC account deletion claim.
  • Personal harm: The researcher states the dispute left them “homeless with nothing” and that someone “knew this will happen and they still stabbed me in the back.”
  • July 14 threat: “Will make sure your bones are shattered that day,” the researcher wrote regarding a planned additional disclosure on July 14, 2026. They clarified this threat was specific to Microsoft.
Chaotic Eclipse disclosure timeline and escalation
Chaotic Eclipse disclosure timeline and escalation

// 03 Microsoft’s Position on CVD

Microsoft’s official statement, published May 15, 2026, is unambiguous: “In recent weeks, several zero-day vulnerabilities have been publicly disclosed. The details of these vulnerabilities were not shared with Microsoft prior to release, and the disclosures put our customers at unnecessary risk. We remain firmly opposed to these actions.”

The statement frames CVD (Coordinated Vulnerability Disclosure) as the industry standard that protects users by giving vendors time to develop and test patches before vulnerabilities are publicly known. Microsoft emphasised that it works with “hundreds of security researchers” through CVD with “researcher compensation and public acknowledgment.”

Microsoft’s Digital Crimes Unit stated it is “actively pursuing legal action against individuals who enable exploitation through uncoordinated disclosure” — a position that has drawn criticism from some security researchers who note that legal threats against researchers tend to chill responsible disclosure programmes more broadly.

// 04 Security Community Reaction

The reaction in the security research community has been more sympathetic to Chaotic Eclipse than to Microsoft. Multiple researchers shared their own negative MSRC experiences publicly in response to the incident:

  • Jason Lang (TrustedSec): “I’ve heard nothing but horror stories about those submitting to MSRC, so it’s no surprise that this would be the fallout.”
  • Rémi Gascou (SpecterOps): Shared a case where Microsoft did not reward or acknowledge a disclosed command injection vulnerability, though it was patched a month later.

Historical complaints about MSRC include retroactive bounty rule changes (a researcher in 2021 reported Microsoft reduced a $100,000+ payout to much less after changing severity criteria post-submission), slow response times, and non-responsive MSRC leadership. These complaints predate Chaotic Eclipse and suggest systemic frictions between Microsoft’s security intake process and independent researchers.

The account ban has arguably backfired as an enforcement action. Security researchers cloned and redistributed the exploit code across multiple platforms after the removals — accelerating the spread of the weaponised code rather than containing it.

// 05 What Security Teams Must Do Now

  • Apply the May Patch Tuesday updates if not already done. BlueHammer (CVE-2026-33825) is the only one of the six vulnerabilities with a current patch. Prioritise applying the May cumulative update to all Windows endpoints immediately.
  • Deploy detection rules for RedSun and UnDefend. CISA and Microsoft have published emergency guidance covering CVE-2026-41091 (RedSun) and CVE-2026-45498 (UnDefend) given their active exploitation status. Search your SIEM (Security Information and Event Management) for the indicators of compromise published in Microsoft’s MSRC blog and CISA’s advisory.
  • Enable Tamper Protection on Windows Defender immediately. Tamper Protection (Settings → Windows Security → Virus & Threat Protection → Manage Settings → Tamper Protection) prevents local attackers from disabling Defender without valid administrative credentials in a protected session. This does not fully mitigate UnDefend but raises the bar for exploitation.
  • Apply BitLocker protections for physically accessible devices. Until YellowKey (CVE-2026-45585) is patched, consider disabling the UEFI pre-boot environment options that YellowKey exploits: enable Secure Boot, disable legacy boot modes, and require PIN-based pre-boot authentication (not just TPM-only unlock) on laptops that could be physically stolen.
  • Monitor for privilege escalation activity. RedSun and MiniPlasma are local privilege escalation flaws. Watch for processes running under standard user contexts that spawn elevated child processes, unexpected SYSTEM-level command-line execution, or lateral movement following privilege escalation from workstation-level footholds.
  • Prepare for a July 14 release. The researcher has threatened additional disclosures on July 14. Begin hardening Windows Defender configurations, auditing privileged access pathways, and ensuring your patch pipeline is set up to apply emergency out-of-band patches rapidly if Microsoft releases them in response to new disclosures.

// 06 Background: Understanding the Risk

The Chaotic Eclipse situation highlights a genuine tension at the heart of vulnerability disclosure. CVD works when vendors respond quickly, compensate fairly, and communicate professionally — reducing researcher incentive to publish unilaterally. When those conditions are absent, researchers with limited leverage may see public disclosure as their only effective recourse to force a patch.

Microsoft’s position — that uncoordinated disclosure “never justifies” the risk to customers — is ethically defensible but procedurally inconsistent. Researchers who have experienced bounty disputes, ignored submissions, or communication breakdowns with MSRC do not have access to the legal mechanisms that would allow them to enforce a vendor’s patching obligation. Public disclosure, with all its risks to users, remains the primary leverage available to independent researchers operating without institutional backing.

The practical consequence of this dispute — three actively exploited Windows zero-days with no available patches — is exactly the outcome CVD is designed to prevent. Whether responsibility for that consequence lies with the researcher, Microsoft, or both is a policy question; the operational reality for defenders is that Windows users are running systems with known, unpatched privilege escalation and AV evasion vulnerabilities being actively exploited.

// 07 Conclusion

Six Windows zero-days disclosed by researcher Chaotic Eclipse, three now actively exploited, with no patches available for five of them and an additional disclosure threatened for July 14. Security teams must apply the May Patch Tuesday update for BlueHammer, deploy detection for the unpatched RedSun and UnDefend exploits, and prepare for the possibility of further disclosures in six weeks. The broader CVD dispute reflects systemic frictions in Microsoft’s vulnerability intake process that the security research community has documented for years — and that this incident has now brought to a head in the most consequential way possible.

For any query contact us at contact@cipherssecurity.com

    TE
    Team Ciphers Security

    The Ciphers Security editorial team — practitioners covering daily threat intel, CVE deep-dives, and hands-on cybersecurity research. About us →

    Previous 91% of Malicious Open Source Packages Now Use Realistic Names, Not Typos Next Play Ransomware Claims MyPillow Breach; CEO Lindell Calls It a Hit Job

    Latest News

    Quantum Computing's Hard Deadlines: Enterprise Security Is Not Ready Post-quantum cryptography standards are final and deadlines start Sept 2026. Q-Day may arrive by 2029 — but only 13… California Sues 23andMe Over 2023 DNA Breach Affecting 7 Million California AG sues 23andMe (now Chrome Holding Co.) for failing to protect 7 million users' genetic data in the 202… Silent Ransom Group Sends Operatives In-Person to Steal Law Firm Data FBI flash alert: Silent Ransom Group (Luna Moth) impersonates IT staff, physically visits victim offices to insert … CIFSwitch: Linux Kernel LPE Gives Root on Mint, Rocky, AlmaLinux CIFSwitch is a 19-year-old Linux kernel local privilege escalation with a public PoC. Affects Mint, Rocky Linux, Al… Russian Spy Agencies Escalate Western Defense Tech Theft Under Sanctions European intelligence chiefs warn Russia's spy agencies are stealing Western defense tech faster and more boldly in… Chrome 148 Patches 151 Vulnerabilities Including 22 Critical RCE Flaws Chrome 148.0.7778.216 patches 151 vulnerabilities including 22 critical RCE flaws. CVE-2026-9872 (GPU OOB write) an… CVE-2026-40933: Flowise Critical RCE, Exploit Code Now Public CVE-2026-40933 (CVSS 9.9) in Flowise AI builder allows one-click RCE via malicious chatflow import. Working exploit… Signal Phishing Campaign Steals Backup Keys from Activists and Journalists A coordinated phishing campaign is stealing Signal recovery keys from activists, journalists, and high-profile user…
    Scroll to Top
    Ad