# Windows Zero-Days Expose Critical BitLocker Bypass and Privilege Escalation Flaws
A prolific independent security researcher has disclosed two critical Windows vulnerabilities—codenamed YellowKey and GreenPlasma—that together represent a devastating one-two punch against Windows security architecture. YellowKey enables complete circumvention of BitLocker encryption protections, while GreenPlasma provides a pathway to SYSTEM-level privilege escalation. The vulnerabilities affect Windows 11 and Windows Server 2022/2025, exposing millions of enterprise and consumer systems to potential compromise.
The researcher, operating under the aliases Chaotic Eclipse and Nightmare-Eclipse, has become increasingly vocal about Microsoft's vulnerability disclosure practices following months of tension over the handling of three previously disclosed Microsoft Defender zero-days.
## The Threat: BitLocker Bypass and Escalation Combined
YellowKey represents an extraordinary breach of Windows security fundamentals. The vulnerability allows an attacker with physical access to a Windows system to completely bypass BitLocker disk encryption—Microsoft's foundational defense against data theft on lost or stolen devices. The exploit requires no cryptographic keys, no TPM manipulation, and no pre-installed malware.
GreenPlasma complements this attack by providing privilege escalation through the Windows Collaborative Translation Framework Monitor (CTFMON). While the current proof-of-concept remains incomplete, the vulnerability allows unprivileged users to create arbitrary memory sections within protected directory objects, potentially enabling manipulation of SYSTEM-level services and drivers.
Together, these vulnerabilities could enable an attacker to:
## Background and Context: Escalating Researcher-Microsoft Tensions
This disclosure marks the fourth and fifth public vulnerability releases from Chaotic Eclipse in recent months. In April 2026, the researcher published three Microsoft Defender zero-days designated BlueHammer, RedSun, and UnDefend after expressing frustration with what they characterized as Microsoft's inadequate vulnerability response process.
Of these three:
The researcher has publicly criticized Microsoft's handling of disclosure, stating: "I hope you at least attempt to resolve the situation responsibly. I'm not sure what type of reaction you expected from me when you threw more gas on the fire after BlueHammer."
More concerning, the researcher has promised a "big surprise" for Microsoft coinciding with the next Patch Tuesday release in June 2026—a veiled threat suggesting additional vulnerability disclosures may be imminent.
## Technical Details: How the Attacks Work
### YellowKey: The BitLocker Bypass Mechanism
YellowKey exploits functionality within the Windows Recovery Environment (WinRE), a built-in recovery system designed to repair unbootable Windows installations. The attack chain is remarkably simple:
1. Preparation: Attacker creates specially crafted "FsTx" (Transactional NTFS) files on a USB drive or the EFI partition
2. Physical Access: USB drive is connected to the target BitLocker-protected system
3. Boot to Recovery: System is rebooted into WinRE
4. Shell Access: Attacker holds CTRL key to trigger command prompt
5. Encryption Bypass: BitLocker is unlocked and the attacker gains full drive access
The Root Cause: Security researcher Will Dormann, who independently reproduced the vulnerability, identified the critical flaw: "A \System Volume Information\FsTx directory on one volume has the ability to modify the contents of another volume when it is replayed."
In technical terms, Transactional NTFS metadata from the USB drive can modify files on the Windows system drive—specifically deleting winpeshl.ini, which controls the WinRE environment. This deletion causes the recovery environment to default to a command shell instead of the expected recovery interface.
Why TPM+PIN Fails: The researcher explicitly noted that TPM (Trusted Platform Module) combined with BitLocker PIN does not mitigate YellowKey. The vulnerability operates at the WinRE level, before TPM validation occurs, making it effective regardless of BitLocker configuration.
### GreenPlasma: CTFMON Privilege Escalation
GreenPlasma exploits the Windows Collaborative Translation Framework Monitor service to create arbitrary memory sections. The vulnerability allows an unprivileged user to:
The current PoC lacks the final stage needed for full SYSTEM shell acquisition, but the arbitrary section creation capability alone represents a significant privilege escalation vector.
## Affected Systems and Scope
| System | Affected Versions | Severity |
|---|---|---|
| Windows 11 | All current builds | Critical |
| Windows Server 2022 | All versions | Critical |
| Windows Server 2025 | All versions | Critical |
| Earlier Windows versions | Unconfirmed | Unknown |
Both vulnerabilities require physical access (YellowKey) or local user access (GreenPlasma), but in enterprise environments where security compliance demands BitLocker encryption, the threat is substantial.
## Implications for Organizations
For Enterprise Security Teams:
For Endpoint Protection:
For Data Security:
## Immediate Recommendations
For System Administrators:
reagentc /disable on Windows 11/Server 2022+)For Security Teams:
For Organizations:
---
## HackWire Analysis
The disclosure of YellowKey represents a watershed moment in Windows security that challenges fundamental assumptions enterprise defenders have relied upon for over a decade. BitLocker has been the security baseline for FIPS compliance, government contractors, healthcare organizations, and regulated industries. Organizations have spent years building security architectures where BitLocker serves as the last line of defense against device theft or unauthorized physical access.
What makes YellowKey particularly damaging is its elegant simplicity. The attack requires no exploitation of complex kernel code, no memory corruption, no bypass of sophisticated driver architecture—it merely requires the ability to boot into WinRE with a crafted USB drive. This is precisely the kind of physical-access vulnerability that was supposed to be addressed by UEFI Secure Boot and Trusted Boot architectures. That it bypasses all of those protections suggests a fundamental design flaw in how WinRE manages cryptographic boundaries.
The timing and context matter equally. This vulnerability emerges amid evident frustration from the researcher community with Microsoft's disclosure practices. Chaotic Eclipse's previous disclosures went unpatched for weeks or addressed "silently" without public notice, undermining trust in the coordinated disclosure process. The promise of a "big surprise" for June 2026 Patch Tuesday suggests this may be part of a coordinated campaign to force Microsoft accountability—a tactic that has precedent in security research but creates considerable collateral risk for defenders caught in the crossfire.
Organizations should treat YellowKey as a signal to fundamentally reconsider their encryption strategy. Layering BitLocker with endpoint detection and response (EDR), hardware security modules, or self-encrypting drives is now prudent. More importantly, the assumption that BitLocker alone provides sufficient data protection against physical attacks must be abandoned. The vulnerability window until Microsoft's June patch represents a critical period where systems remain exposed—and even post-patch, organizations should verify that the fix addresses the root cause rather than merely patching the symptom.
— HackWire Editorial
---
## Related Coverage