The Security Nightmare That Eclipsed All Others
One anonymous person with a grudge dropped six Windows zero-days in six weeks, turned Defender against itself, and may have cracked BitLocker. The Linux flaws that set off alarms the same month took an entire global community to find, and the more dangerous streak got the least early attention.
For about ten weeks this spring, the two biggest operating systems on Earth told two very different stories about how computer security actually works. The more frightening story is not the one that made the front pages. On Linux, a run of serious kernel flaws set off the usual alarms across the security and dev-ops world, got dissected in the open, and were patched through upstream channels before anyone could weaponize them. On Windows, a single anonymous person with a grudge took Microsoft's defenses apart in public, one zero-day at a time, and is openly promising worse.
The comparison is not about which codebase is more broken. Both had genuinely dangerous bugs this spring. It is about who found them and what happened next. The Linux flaws were unearthed the hard way, by a sprawling open-source community and a roster of professional security teams reading public code. The Windows flaws were the work of one person, posting under the names Chaotic Eclipse and Nightmare-Eclipse, operating entirely outside coordinated disclosure. For the first few weeks, almost nobody outside security circles noticed.
It took a community to find them
The Linux flaws were not minor, and the security world did not treat them as such. They drew coordinated scrutiny across kernel mailing lists, distribution advisories, and the trade press, the kind of attention open code exists to attract. The bugs sat in load-bearing parts of the system. Two of them, CVE-2026-43284[1] and CVE-2026-46300[2], lived deep in the network stack, where a lost shared-fragment marker could let the kernel decrypt an encrypted ESP packet in place, over memory it did not privately own, a classic path to leaking or corrupting data that is supposed to be sealed. A third, CVE-2026-46333[3], tightened the access-control logic ptrace uses to decide what one process may read out of another. A fourth, CVE-2026-31431[4], tore a clever in-place operation out of the kernel's crypto layer and reverted to a safer copy.
What reflects well on Linux, rather than badly, is that every one of those bugs was found and fixed in daylight. They were caught by people who read kernel code for a living, reported through normal channels, assigned identifiers, fixed at the source, and folded into distribution updates, each changelog carrying the same plain verdict, that the vulnerability has been resolved. No proof-of-concept was dumped on an unsuspecting public, no working exploit raced a patch to users, and no wave of in-the-wild attacks followed. The noise was the system working as designed: thousands of eyes, many of them paid professionals at large security firms and national response teams, turning flaws into fixes before anyone could weaponize them.
One researcher, one grudge
The other streak began on April 3, when a researcher operating as Chaotic Eclipse posted a fully working Windows privilege-escalation exploit straight to GitHub, with no coordinated disclosure, no CVE, and no patch, alongside a message aimed at Microsoft's Security Response Center: "I was not bluffing Microsoft, and I'm doing it again." The grudge underneath it, by the researcher's own account, was an earlier disclosure attempt that went nowhere.
The exploit, dubbed BlueHammer, is almost poetic in its cruelty: it turns Defender's own machinery into the way in. As Cyderes picked it apart, it is a textbook time-of-check-to-time-of-use race. During an update-and-remediation pass, Defender briefly spins up a Volume Shadow Copy snapshot of the disk. BlueHammer baits a scan, then uses opportunistic locks to freeze Defender at exactly the wrong instant, leaving that snapshot mounted, and with it the SAM, SYSTEM, and SECURITY registry hives that are normally locked tight while Windows is running. From there the exploit reads out the boot key, decrypts the machine's stored secrets, and walks an ordinary user up to NT AUTHORITY\SYSTEM, the highest level of local control. The security product is the side door. Microsoft patched it on April 14 as CVE-2026-33825 and credited two other researchers, Zen Dodd and Yuanpei Xu. Nightmare-Eclipse went unmentioned, and the snub did not cool things down.
Out of the lab, into a breach
Two weeks later the floodgates opened, though you would not have guessed it from the headlines. BlueHammer went into active exploitation in the wild around April 16, as Security Today warned, tracked closely by a handful of vendors and largely overlooked everywhere else. The next day, as Help Net Security reported, the researcher dropped two more Defender flaws: RedSun, another privilege-escalation route, and UnDefend, which lets an ordinary user block Defender from receiving signature updates or switch it off entirely. Investigators soon found all three being used by a real attacker.
From there it stopped being a proof of concept and became an incident. Huntress, with corroborating reporting from Cyber Security News, traced a live intrusion that reached for the Nightmare-Eclipse toolkit after breaking in through a compromised FortiGate SSL VPN, ran hands-on-keyboard reconnaissance, and staged a tunneling binary that Huntress nicknamed BeigeBurrow for follow-on access. The intruder, by the investigators' read, was clumsy and not especially familiar with the tools. That is the quiet horror of a public exploit dump: it hands a near-nation-grade capability to whoever downloads it, skill optional.
By April 22 this had a government deadline attached. CISA added CVE-2026-33825 to its Known Exploited Vulnerabilities catalog, the list that, under a standing federal directive, legally obliges agencies to patch within a fixed window. The federal government runs on Windows, guards those machines with Defender, and encrypts their disks with BitLocker. Every one of those three pillars was about to be a headline.
Then they went for the disk
On May 13, the day after Microsoft's monthly Patch Tuesday, Nightmare-Eclipse went for the disk. They released YellowKey, a BitLocker bypass, and GreenPlasma, another route to SYSTEM. As The Register described it, YellowKey ships as files on a USB drive: plug it in, complete the right key sequence, and you are dropped into an unrestricted shell on a BitLocker-protected machine, without ever cracking the encryption itself.
YellowKey needs physical access, which usually earns a flaw a shrug. Not here. BitLocker is the thing standing between a stolen laptop and the data on it. Rik Ferguson of Forescout told The Register that if the claim holds up, "a stolen laptop stops being a hardware problem and becomes a breach notification." Gavin Knapp of Bridewell called it "a huge security problem for organizations using BitLocker," the kind that turns every lost device in a corporate or government fleet into a potential disclosure event.
Then Nightmare-Eclipse said the part that detonates the room: that YellowKey is not just a bug but a backdoor, allegedly injected by Microsoft itself. The experts who spoke to The Register were clear there is no way to verify that from anything published so far, and it should be treated as exactly what it is, an unproven accusation from a hostile, anonymous source. But it lands in a climate where the bypass is real, the exploitation is real, and the vendor is visibly on the back foot. In that setting, a claim does not have to be true to do damage. It only has to be plausible enough to repeat.
A ransom note, not a disclosure
By late May the fuller picture, pulled together by Barracuda, counted six zero-days in six weeks: BlueHammer, RedSun, UnDefend, YellowKey, GreenPlasma, and MiniPlasma. The last is a privilege-escalation bug tied to a flaw that was supposedly fixed back in 2020. The posts that came with them read less like disclosures than a hostage note, threatening a mass release of remote code execution flaws, the most dangerous class of bug, and claiming a "dead man's switch" rigged to dump more exploits on its own.
What happened next is best read straight from the researcher's own PGP-signed blog, and it should be taken for exactly what it is: the unverified word of a hostile, anonymous source. By that telling, the loudest threat fizzled. On June 9 he called off the mass drop he had set for July 14 and apologized for the panic it caused, writing that "the big thing is not happening" because a single exploit, RoguePlanet, had drained him. RoguePlanet shipped instead on that day's Patch Tuesday, the timing he says he favors to "create more pressure on Microsoft." He describes it as a race condition that began as a full remote code execution, set off by luring a victim into opening a booby-trapped disk image on a network share, until a mid-May Defender update broke the technique and left even him unsure whether it is still anything more than local privilege escalation. A second BitLocker bypass, GreatXML, followed a day later.
The quieter claim is the more unsettling one. In his telling, the exploits are built to run silently, using a Defender scan flag that suppresses the usual threat pop-up so that when the race succeeds, nothing warns the user at all, a trick he says he first spotted in real-world attack samples. He claims signature-based blocking does not hold, because small changes to the code slip past it, and that the only real mitigation is to wait for Microsoft to patch. Treat the specifics as a boast until a vendor confirms them, but the third-party incident reports already show these tools working in the wild.
Microsoft's public answer has been measured to the point of strangeness. After the first drop, its only comment was that it "supports coordinated vulnerability disclosure," a line about process offered to a person busy tearing the process to shreds. On May 15 it said it "is aware of the purported vulnerabilities and is actively investigating the validity and potential applicability of these claims across our platforms and services." The defensive guidance tells the rest: patch what has a patch, and for YellowKey, set a BitLocker startup PIN and a firmware password. Barracuda is blunt that this only hardens the machine, and that the flaw "may still be exploitable." The advice amounts to accepting that, for now, there is no fix. Read another way, it is the standard playbook for a hostile actor. Engage publicly and you validate their leverage. Starve them of oxygen and you at least stop feeding it. For a while that seemed to work. After the early flurry Microsoft went quiet, leaning on broad, behind-the-scenes mitigations in Defender rather than public statements, and by the researcher's own account the silence helped stall him, alongside a stretch of depression he says pushed him to step away. He even concedes the mitigations cut both ways: some of his bugs died, but the same changes, he claims, left Defender easier to evade in general.
This is where the government angle stops being abstract. The same agencies CISA orders to patch are the ones most exposed to everything else, because they bought the whole stack. Defender is the default guard on those endpoints, and it is the thing being turned inside out. BitLocker is the control that makes a lost government laptop a non-event, and it is the thing being bypassed. When one vendor's software is the ground floor for federal agencies, hospitals, courts, and utilities, a monoculture forms, and a monoculture has a property attackers love. One motivated person, with one grudge, can put all of it on the same clock.
Living in the shadow
Set the two streaks side by side and the asymmetry, not the bug count, is the alarming part. The Linux flaws, for all their technical depth, were the product of a vast public immune system: an open-source community and a long roster of professional research teams, all working to find and fix in the open. The Windows zero-days came from exactly one anonymous person who needed no committee and asked no permission. One side shows how security is supposed to scale. The other shows how little it now takes to put a near-ubiquitous operating system, and the governments and hospitals that run on it, on the back foot.
And the thing that turned a run of bugs into a crisis was never the code. It was the relationship around it. Linux's flaws went to maintainers. Microsoft's went to the public, dropped there by someone the company had, by his own account, already brushed off. Nightmare-Eclipse proved that the disclosure relationship itself can be the vulnerability, and that one is not on any Patch Tuesday list.
For a moment in mid-June it looked like the streak might simply burn out. The researcher announced a break, citing exhaustion and a bout of depression, and signed off with "hope we meet again, friends." It did not last. On June 23 he was back, declaring the break over and teasing a July drop of "really interesting and possibly insanely controversial findings," this time promising only enough code to prove the flaw exists rather than a working exploit. Take that for what it is, a taunt from an anonymous source with every reason to bluff. But the pattern underneath it is the real story. One person, with one grudge and no permission, can keep a trillion-dollar vendor and everyone downstream of it on edge for months, then walk away and walk back whenever he likes. The eclipse did not pass. It just proved it can come and go as it pleases.
Sources
- CVE-2026-43284: xfrm/esp avoids in-place decrypt on shared skb fragsNVD
- CVE-2026-46300: net/skbuff preserves shared-frag marker during coalescingNVD
- CVE-2026-46333: ptrace get_dumpable() logicNVD
- CVE-2026-31431: crypto/algif_aead reverts to out-of-place operationNVD
- BlueHammer: Inside the Windows Zero-Day That Turns Defender Against ItselfCyderes (Howler Cell)
- Windows Defender Under Fire: BlueHammer and RedSun Exploited Since April 16Security Today
- Researcher drops two more Microsoft Defender zero-days, all three now exploited in the wildHelp Net Security
- Nightmare-Eclipse Tooling Seen in Real-World IntrusionHuntress
- Hackers Use Nightmare-Eclipse Tools After Compromising FortiGate SSL VPN AccessCyber Security News
- CISA adds CVE-2026-33825 (Microsoft Defender) to the Known Exploited Vulnerabilities catalogCISA
- Disgruntled researcher releases two more Microsoft zero-days (YellowKey, GreenPlasma)The Register
- Nightmare-Eclipse: six zero-days, six weeks and one big grudgeBarracuda
- Nightmare-Eclipse (PGP-signed research blog)ProjectNightcrawler
