Home NDR Monitoring DNS Shield UEBA Analytics RECON Scanner Blog Company Deutsch (DE) Contact
arrow_back Back to blog
0-Day / Threat Analysis13 min read• May 13, 2026

YellowKey, GreenPlasma & Teams: The Chaotic Eclipse Campaign and the BitLocker Bypass in Detail

Stefan Röthlisberger

Stefan Röthlisberger

Founder & CEO, IRONATE

On May 13, 2026, a bundle of two Windows zero-days and a vulnerability in Microsoft Teams was published under the name "Chaotic Eclipse". The most spectacular component: YellowKey, a BitLocker bypass that circumvents Windows disk encryption on patched devices. For anyone who considers BitLocker their last line of defense against device loss, theft or insider risk, this is a heavy blow. This article traces the publication, explains the technical background and shows which immediate measures Swiss companies should take now.

What was published on May 13, 2026?

The research group Nightmare-Eclipse published three separate vulnerabilities under the codename "Chaotic Eclipse" that together form a complete attack chain, from initial access to the permanent compromise of encrypted data. Specifically, they are:

YellowKey
Windows BitLocker bypass: Circumvents BitLocker's disk encryption and enables read access to protected volumes without valid recovery keys, PIN or TPM unlock. Published as a proof of concept on GitHub under Nightmare-Eclipse/YellowKey.
GreenPlasma
Local privilege escalation (LPE): A second zero-day vulnerability in a Windows kernel component that lets low-privileged users jump to SYSTEM rights. Works on current Windows 10 and Windows 11 builds.
MS Teams
Microsoft Teams vulnerability: Allows attackers to trigger code paths via crafted messages or invitations and serves as an initial access vector through legitimate collaboration channels.

Taken on its own, each of these three vulnerabilities would be explosive. Combined, they form a complete chain: Teams gets the attacker onto the endpoint, GreenPlasma elevates privileges to SYSTEM, and YellowKey neutralizes the last protective layer (disk encryption). In a subsequent device theft or an offline forensic analysis by an insider, the data is then unprotected.

Why a BitLocker bypass is particularly explosive

In many Swiss companies, BitLocker is the standard measure for encryption at rest on endpoint devices. Compliance requirements from the revised Swiss Data Protection Act (revDSG), FINMA Circular 23/1 (cyber risks) or ISO 27001 (A.8.24 / A.10.1) expect exactly this protective layer. Anyone who loses an encrypted notebook has, so the assumption goes, no reportable data breach within the meaning of Art. 24 FADP.

YellowKey breaks exactly this assumption. The bypass shifts the risk model in three dimensions:

  • arrow_rightDevice loss and theft: Lost or stolen notebooks and tablets (on the train, in the hotel, at the office) are no longer automatically "safe because encrypted".
  • arrow_rightInsiders and evil maid attacks: Anyone with brief physical access to a device (cleaning staff, events, shared offices) can exfiltrate data or plant persistence.
  • arrow_rightForensic copies: Clones of hard drives (delivery returns, defective devices, disposal processes) are no longer uncritical without proper key destruction.

For regulated industries (banks, insurers, hospitals, cantonal administrations) this means: existing risk analyses and data protection impact assessments (DPIA) must be reconciled with the new threat model.

YellowKey in detail: how to classify the BitLocker bypass technically

BitLocker protects the volume with a Full Volume Encryption Key (FVEK), which in turn is encrypted with the Volume Master Key (VMK). Depending on the configuration, the VMK is released via different "key protectors": TPM-only, TPM+PIN, TPM+USB key, recovery password or Network Unlock.

This class of attacks on BitLocker is not new, but until now each of these paths had its prerequisites:

Attack class Prerequisite Known since
TPM bus sniffing (LPC/SPI)Physical access, soldering/logic analyzer2019 / 2024 ("bitlocker-spi-toolkit")
DMA attack (Thunderbolt, PCIe)Active session, open DMA ports2008 ("Cold Boot")
bitpixie / WinRE downgradePre-boot, Secure Boot gap2022 / 2024
Recovery key theft (AD/Entra)Privilege escalation in ADongoing
YellowKey (May 2026)Under review; PoC published2026-05-13

YellowKey joins a growing family of pre-boot and key extraction attacks. Until an official classification with CVE ID, affected builds and exact preconditions is available, the pessimistic approach applies from a defender's perspective: standard BitLocker configurations (especially TPM-only without PIN) are no longer sufficient.

warningCore problem

The most common deployment variant, TPM-only BitLocker without a pre-boot PIN, relies on the key being protected against extraction inside the TPM and on the bus between TPM and CPU. Every new bypass technique in this class undermines exactly this assumption.

GreenPlasma: privilege escalation on current Windows builds

The second component, GreenPlasma, is a local privilege escalation. It takes an attacker from a normal user context (for example a loader launched via a phishing email or a Teams message) to SYSTEM, the highest local privilege level.

An LPE alone is not a complete attack, but it is a critical multiplier. It enables:

  • arrow_rightDisabling or manipulating EDR/AV services (see our analysis of EDR killers)
  • arrow_rightReading local LSASS credentials, providing a springboard to domain privileges
  • arrow_rightDeploying drivers and kernel components required for BitLocker-related operations
  • arrow_rightStable persistence via services, scheduled tasks or WMI subscriptions

The MS Teams vulnerability: initial access via the most trusted channel

Microsoft Teams is the de facto standard for internal communication in Swiss companies. That is exactly what makes the vulnerability so valuable: where email filters, web proxies and sandboxed browsers stand in between as checkpoints, a Teams message often reaches the recipient in a context classified as "trusted".

Known attack patterns against Teams include external tenant abuse (external federation), file-sharing tricks via SharePoint/OneDrive backends, fake login prompts and social engineering via compromised internal accounts. The newly published vulnerability adds a technical vector to this set; the exact details will become visible step by step, depending on responsible disclosure.

From a defender's perspective, the mitigation is pragmatic: open external access in Teams only for defined partner tenants, disable or restrictively configure external anonymous access in meetings, and treat behavior in Teams as a telemetry source, not just as a "collaboration platform".

The combined attack chain

A realistic end-to-end scenario connecting the three vulnerabilities looks like this:

Step 1
Initial access via the MS Teams vulnerability, for example through external federation, a compromised partner organization or a crafted meeting link.
Step 2
Execution of a loader in the context of the standard user. Initial reconnaissance, beacon communication to C2 infrastructure (see our analysis of DNS as a line of defense).
Step 3
Escalation to SYSTEM via GreenPlasma. Disabling or tunneling around EDR/AV. Preparation of BitLocker-related operations.
Step 4
Extraction of key material or application of the YellowKey bypass, either directly online on the running system (follow-up forensics by an insider) or offline after seizing the hard drive.
Step 5
Lateral movement across the network, credential harvesting, data exfiltration. This is where classic defense-in-depth kicks in: the critical observability comes from the network (see NDR Monitoring) and from behavioral analysis at the identity/endpoint level (see UEBA Analytics).

Immediate measures for Swiss companies

priority_high
Harden the BitLocker configuration: Switch from TPM-only to TPM+PIN. Enforce pre-boot authentication. On newer devices, additionally enable "Memory Overwrite on Restart", strictly enforce Secure Boot and activate DMA protection (Kernel DMA Protection). Store recovery keys exclusively in AD/Entra/Intune, not on printouts or USB sticks.
system_update
Verify patch status: As soon as Microsoft releases patches for GreenPlasma and the Teams vulnerability, their rollout has top priority. Until then, review your patch level and asset inventory with a cool head: RECON Scanner automatically identifies unpatched endpoints and exposed services.
groups
Harden Teams: External access only with explicitly allowed partner tenants. Restrict anonymous meeting participants. Enable the lobby for external participants. Mark files from external tenants as untrusted. Activate auditing in the Microsoft Purview/Compliance console.
visibility
Increase network visibility: If EDR can be shut down by an LPE like GreenPlasma, network traffic remains as an independent observer. NDR Monitoring detects C2 beaconing, anomalous lateral movement patterns and data exfiltration, even if the endpoint protection on the device has already been bypassed.
policy
Watch identity behavior: Anomalies such as unusual service account logins, new Kerberos ticket patterns, off-hours authentications and unfamiliar geolocations are the signatures that make identity abuse visible. This is exactly where UEBA Analytics comes in.
dns
Secure the DNS layer: Practically every post-compromise activity, from the first beacon to exfiltration via DGA domains, touches DNS. DNS Shield blocks malware communication, phishing domains and C2 infrastructure at the resolver level.
smart_toy
Automate response: In a combined attack chain, minutes count. Predefined playbooks (isolating compromised endpoints, locking service accounts, rotating BitLocker recovery keys) only work if they are actually automated and do not wait for someone to grant approval on Monday morning.
inventory_2
Tighten physical security: Review loss/theft processes, disposal procedures and device returns. In case of suspicion, do not just lock the device: plan the key rotation of the entire device population that was rolled out under the same configuration.

Detection indicators at a glance

Since the official IOCs are still evolving, it is worth looking at behavior-based indicators that work independently of specific hashes or domains:

Observation Possible meaning
manage-bde execution outside OS/IT maintenance windowsManipulation of BitLocker protection layers
Mass recovery key retrievals from AD/EntraAttacker extracting recovery keys
Sudden disabling of EDR/AV servicesTampering after SYSTEM escalation
Teams messages/invitations from unknown external tenantsFederation abuse / initial access
New local accounts with admin rights on endpointsPost-exploitation persistence
Anomalous service account logins outside usual time windowsCredential abuse after LPE
DNS queries to young domains, DGA patterns, unusual TLDsC2 communication

Strategic perspective: what Chaotic Eclipse reveals about modern attacks

Three observations should feed into your medium-term security strategy:

First: Protection mechanisms considered "final" (disk encryption, Secure Boot, signed drivers) are being attacked at a frequency that clearly exceeds the earlier escalation curve of these classes. What held true for FortiGate firewalls over the last 15 months (see the FortiGate attack wave) now also applies to endpoint encryption: defense-in-depth is not optional.

Second: Initial access vectors are shifting into legitimate collaboration platforms. As email filters and web proxies become tighter, attackers turn to Teams, Slack, SharePoint and Drive as entry points. Visibility across these channels must be built out on par with the classic perimeter view.

Third: Behavior-based detection is winning over signature-based detection. If EDR can be shut down by an LPE like GreenPlasma, the network (and independent identity telemetry) becomes the most honest source of observation.

summarize Summary / Key Takeaways

  • check_circleChaotic Eclipse bundles three vulnerabilities: YellowKey (BitLocker bypass), GreenPlasma (Windows LPE) and an MS Teams vulnerability, published on May 13, 2026.
  • check_circleYellowKey undermines the standard assumption "lost notebook = safe because of BitLocker". Compliance implications under the revDSG, FINMA and ISO 27001 need to be reviewed immediately.
  • check_circleTPM-only BitLocker is no longer sufficient. Pre-boot PIN, Kernel DMA Protection and secure recovery key management are becoming mandatory.
  • check_circleAs an LPE, GreenPlasma multiplies the impact of every other vulnerability, in particular by shutting down EDR/AV protection.
  • check_circleInitial access via Microsoft Teams forces companies to treat collaboration platforms as a threat surface equal to the email perimeter.
  • check_circleNetwork (NDR), identity (UEBA), DNS and asset visibility (RECON) are the detection layers that keep working even when endpoint and crypto protection have been bypassed.

Sources & References

  • • Nightmare-Eclipse / YellowKey (GitHub, PoC): github.com/Nightmare-Eclipse/YellowKey
  • • Borns IT and Windows blog (May 13, 2026, in German): "Chaotic Eclipse: zwei 0-Day-Windows-Schwachstellen (YellowKey, GreenPlasma), eine in MS Teams", borncity.com
  • • Microsoft Docs: "BitLocker overview", learn.microsoft.com
  • • Microsoft Docs: "Kernel DMA Protection", learn.microsoft.com
  • • NCSC Switzerland: situation reports and recommendations, ncsc.admin.ch
  • • MITRE ATT&CK: T1098 (Account Manipulation), T1068 (Exploitation for Privilege Escalation), T1199 (Trusted Relationship), attack.mitre.org

When disk encryption fails as the last line, you need visibility on the other layers

IRONATE NDR, DNS Shield and UEBA deliver the detection and response layers that keep working when endpoint and crypto protection come under pressure. Swiss sovereignty, on-premises, compliant with the Swiss Data Protection Act.

Request a free consultation arrow_forward