# Windows Zero-Day Barrage Continues: Six Vulnerabilities in Six Weeks


A prolific security researcher using the moniker "Nightmare Eclipse" has unleashed a relentless campaign of Windows vulnerability disclosures, with six distinct flaws revealed over the past six weeks—three of them disclosed immediately following Microsoft's May 2026 Patch Tuesday. The rapid-fire releases have already caught the attention of the Cybersecurity and Infrastructure Security Agency (CISA), which has added at least one to its catalog of known exploited vulnerabilities. Most concerning: attackers are already actively leveraging some of these flaws in the wild.


The three most recent disclosures—tracked as YellowKey, GreenPlasma, and MiniPlasma—represent a significant escalation in threat exposure, affecting the full spectrum of Windows deployments from consumer laptops to enterprise servers. For security teams, the disclosure pattern signals a critical window where patches may not exist and organizational hardening becomes essential.


## The Threat Overview


Nightmare Eclipse's disclosure strategy appears designed for maximum impact: releasing vulnerabilities in rapid succession, publishing proof-of-concept (PoC) exploits, and targeting core Windows security mechanisms that organizations depend on for data protection and access control. This coordinated approach differs sharply from responsible disclosure practices and suggests either a researcher with significant frustration toward Microsoft's security response or someone deliberately attempting to create organizational chaos.


What makes this campaign particularly alarming is the scope and severity of the affected systems:


| Vulnerability | Severity | Affected Systems | Primary Risk |

|---|---|---|---|

| YellowKey | Critical | All Windows with BitLocker | Encryption bypass via USB |

| GreenPlasma | High | Windows 10, 11, Server | Privilege escalation |

| MiniPlasma | Moderate-High | Windows systems | Remote exploitation potential |


The researcher's track record over the six-week period demonstrates escalating technical sophistication and an apparent determination to expose weaknesses across multiple Windows subsystems.


## YellowKey: BitLocker Encryption Bypass


YellowKey represents perhaps the most immediately dangerous of the three recent disclosures. According to analysis by security researchers at LevelBlue, this vulnerability completely undermines BitLocker encryption—Windows' full-disk encryption technology trusted by enterprises, government agencies, and security-conscious organizations worldwide.


### Exploitation Requirements and Mechanics


The attack requires only two things:

  • Physical access to the target device
  • A USB device to deliver the weaponized payload

  • An attacker inserts the malicious USB drive into a BitLocker-protected laptop, then either waits for a reboot or forces one into the Windows Recovery Environment (WinRE). From there, entering a specific key combination triggers the exploit, completely negating the encryption without requiring:


  • User credentials
  • PIN entry
  • Trusted Platform Module (TPM) bypass
  • Any authentication mechanism whatsoever

  • ### Implications for Mobile Workforces


    For organizations with remote workers, traveling executives, or field staff, YellowKey represents a catastrophic risk. A stolen or lost laptop that passes through an attacker's hands for just minutes becomes completely compromised—all encrypted data becomes readable. This is particularly devastating for:


  • Healthcare organizations storing patient records
  • Financial institutions protecting customer data
  • Law firms managing privileged communications
  • Government contractors handling classified information

  • The vulnerability essentially renders BitLocker's primary value proposition—protection against physical theft—inoperative.


    ## GreenPlasma: Privilege Escalation to SYSTEM


    GreenPlasma attacks a different attack surface: the Windows Text Input Services component. This flaw allows unprivileged attackers to escalate privileges to SYSTEM level—the highest permission tier on Windows systems.


    ### Current Exploitation State


    Importantly, Nightmare Eclipse's proof-of-concept exploit currently stops short of achieving full SYSTEM-level access. Instead, it demonstrates the vulnerability up to an intermediate stage, meaning a threat actor would need:


  • Deep Windows internals knowledge
  • Custom exploitation code development
  • Understanding of kernel structures and privilege token manipulation

  • This intermediate barrier temporarily limits exploitation to more sophisticated threat actors, but represents a ticking clock: each day that passes brings the vulnerability closer to fully automated, weaponized exploit tools.


    ### Who Is Most at Risk


    GreenPlasma poses particular danger to organizations where:


  • Containerized applications require privilege separation
  • Multi-tenant systems must enforce sandboxing
  • Supply chain partners have remote access via unprivileged accounts
  • Shared corporate infrastructure (kiosks, lab equipment) runs under restricted accounts

  • An attacker with initial foothold on any Windows device could use GreenPlasma to escalate to full system control within minutes.


    ## MiniPlasma and the Broader Disclosure Campaign


    The third recent disclosure, MiniPlasma, represents the beginning of a potential third category of attacks. While less detail has been publicly disclosed about its precise mechanics, the release alongside YellowKey and GreenPlasma suggests a deliberate campaign to create multiple exploitation paths across different Windows threat vectors.


    Additionally, Nightmare Eclipse released a proof-of-concept against a third vulnerability that Microsoft allegedly patched in 2020, suggesting that either:


    1. The patch was incomplete or bypassed

    2. Organizations running outdated systems remain vulnerable

    3. The vulnerability remediation Microsoft claimed may not have been thorough


    This pattern of challenging Microsoft's own security claims adds credibility to the researcher's apparent broader critique of the company's vulnerability management practices.


    ## Active Exploitation and CISA Warnings


    CISA has formally added at least one of the disclosed vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, indicating confirmed active exploitation in the wild. This designation carries significant weight: federal agencies and critical infrastructure operators are now required to treat these vulnerabilities as immediate priority patches.


    The acceleration from disclosure to active exploitation suggests:


  • Well-resourced threat actors have access to the PoC code
  • Integration into existing attack frameworks is underway
  • Scanning for vulnerable systems is likely already occurring
  • Compromise campaigns may have already begun against high-value targets

  • ## Implications for Organizations


    The six-week barrage presents a strategic challenge for enterprise security teams:


    ### Patch Management Complexity

    Microsoft's May patch cycle addressed some—but not all—of these vulnerabilities. Organizations cannot simply apply the latest update and consider themselves protected. Security teams must:


  • Inventory all six disclosed vulnerabilities across their environment
  • Determine patch availability for each flaw
  • Develop temporary mitigation strategies where patches don't yet exist

  • ### Supply Chain Exposure

    Organizations dependent on Windows infrastructure throughout their supply chain face cascading risk. A single vendor compromise via YellowKey physical access could ripple through connected networks.


    ### Regulatory and Compliance Concerns

    For regulated organizations (healthcare, finance, government), BitLocker bypass (YellowKey) may require disclosure under data protection regulations, even if no active compromise has occurred. The mere existence of the vulnerability could trigger breach notification obligations depending on jurisdiction and data classification.


    ## Recommendations for Defense


    ### Immediate Actions (Days 1-7)


    For YellowKey (BitLocker Bypass):

  • Enforce BIOS/UEFI passwords to prevent WinRE access
  • Disable USB boot in BIOS where operationally feasible
  • Require PIN-protected login (BitLocker with PIN increases resistance)
  • Implement device geofencing to alert on unexpected location changes

  • For GreenPlasma (Privilege Escalation):

  • Patch Windows 10, 11, and Server systems immediately with May 2026 updates
  • Deploy Application Whitelisting to prevent unauthorized privilege elevation utilities
  • Monitor for suspicious use of Windows diagnostic/recovery tools

  • For All Vulnerabilities:

  • Enable Windows Event Log monitoring for exploitation attempts
  • Increase monitoring of CISA's KEV catalog for patch releases
  • Communicate vulnerability status to executive leadership

  • ### Medium-Term Strategy (Weeks 2-4)


  • Conduct Windows penetration testing specifically targeting these three flaws
  • Audit device storage policies and consider alternatives to BitLocker where feasible
  • Implement hardware security tokens for critical systems
  • Establish redundant access controls that don't depend on a single security mechanism

  • ### Long-Term Considerations


  • Evaluate Windows 12 migration timeline (if released) for architectural improvements
  • Invest in secure boot and attestation technologies
  • Consider hardware-based full-disk encryption alternatives for highest-value systems
  • Develop incident response procedures specific to BitLocker bypass scenarios

  • ---


    ## HackWire Analysis


    The Nightmare Eclipse disclosure campaign illuminates a critical shift in vulnerability disclosure dynamics: the era of "responsible disclosure" appears over, replaced by public pressure campaigns that weaponize information asymmetry. Whether motivated by frustration with Microsoft's patching pace, a deliberate attack on organizational security, or something between, the tactic is effective—six vulnerabilities in six weeks creates overwhelming triage burden that plays directly into attackers' hands.


    What's particularly noteworthy here is the targeting precision. YellowKey attacks *physical security*—a domain most enterprises treat as separate from cybersecurity and where investment lags significantly. GreenPlasma exploits *privilege separation*—the fundamental assumption underpinning application isolation and sandbox technologies. Together, they dismantle two different security architectures organizations rely on. This suggests either a researcher with deep Windows internals knowledge specifically identifying architectural weaknesses, or worse, coordination with threat intelligence about which flaws would generate maximum organizational disruption.


    The timing is also suspicious. Microsoft's May Patch Tuesday came *before* these disclosures—yet they were ready days after, fully weaponized with working PoC code. This suggests the researcher either (1) held these vulnerabilities for months waiting for the right moment, or (2) has access to Microsoft's pre-patch information and used it to develop exploit code immediately upon patch release. Either scenario raises uncomfortable questions about disclosure processes that enterprise defenders have no control over.


    For organizations, the immediate implication is clear: assume your BitLocker protections may not survive physical compromise, assume privilege boundaries are negotiable, and shift defensive focus to *network segmentation* and *access logging*. These are the controls that actually stop compromises when perimeter controls fail. Don't patch your way out of this one—architect your way out.


    HackWire Editorial


    ---


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)