Windows 'MiniPlasma' Zero-Day — Unpatched SYSTEM LPE via cldflt.sys HsmOsBlockPlaceholderAccess / CfAbortHydration (CVE-2020-17103 Regression)
Windows 'MiniPlasma' Zero-Day (TL-2026-0523), also tracked as MiniPlasma, is a high-severity zero-day vulnerability scored CVSS 7.8, first published 2026-05-17. It is attributed to Chaotic Eclipse with low confidence, affects Microsoft Windows 11 Pro, references 1 CVE (CVE-2020-17103), maps to 17 MITRE ATT&CK techniques (T1012, T1037.001, T1059.003), and is covered by 9 detection rules and 15 indicators of compromise.
Key facts for TL-2026-0523
- Threat ID
- TL-2026-0523
- Also known as
- MiniPlasma, Mini-Plasma, CfAbortHydration LPE
- Severity
- HIGH
- CVSS
- 7.8 (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
- Status
- ACTIVE
- Category
- ZERO_DAY
- First published
- 2026-05-17
- Last reviewed
- 2026-05-17
- Attribution
- Chaotic Eclipse
- Attribution confidence
- LOW
- Motivation
- UNKNOWN
- Target sectors
- government, financial, healthcare, manufacturing, technology, education, retail, energy
- Target regions
- Global
- Detection rules
- 9
- Indicators of compromise
- 15
Malware and tooling in Windows 'MiniPlasma' Zero-Day
Malware and tooling: MiniPlasma PoC
Independent researcher 'Chaotic Eclipse' (aka Nightmare Eclipse) publicly released a working source-and-binary PoC on GitHub for an unpatched Windows local privilege escalation zero-day dubbed 'MiniPlasma'. The flaw is a regression of CVE-2020-17103 in the Cloud Filter Mini-Filter driver (cldflt.sys): the undocumented CfAbortHydration API path through HsmOsBlockPlaceholderAccess skips access checks and writes attacker-controlled keys into the HKEY_USERS\.DEFAULT hive, yielding NT AUTHORITY\SYSTEM. Exploitation succeeds on fully-patched Windows 11 Pro running May 2026 Patch Tuesday updates and was independently confirmed by Will Dormann (Tharros) and BleepingComputer; no new CVE has been issued.
How Windows 'MiniPlasma' Zero-Day works
Threadlinqs Intelligence is tracking the public release of 'MiniPlasma', a Windows local privilege escalation zero-day disclosed on GitHub on 2026-05-15 by serial zero-day dropper 'Chaotic Eclipse' (Twitter/X handle @nightmare_eclipse). The release includes both annotated C++ source and a precompiled x64 binary, and is the sixth unauthenticated SYSTEM LPE the persona has dumped publicly in 2026 following BlueHammer (Win32k), RedSun (afd.sys), UnDefend (Windows Defender Application Control bypass), YellowKey (CNG.sys), and GreenPlasma (DWM).
## Root Cause
MiniPlasma is a verbatim regression of CVE-2020-17103, originally reported in October 2020 by James Forshaw of Google Project Zero (issue 2096) and nominally patched in the December 2020 Patch Tuesday. The vulnerability lives in the Windows Cloud Files Mini Filter driver (cldflt.sys), the kernel component that backs the Cloud Sync Engine API used by OneDrive, iCloud, Google Drive File Stream, and other namespace virtualization providers. The driver exposes a set of FSCTL_HSM_* control codes — among them FSCTL_HSM_CONTROL_ABORT_HYDRATION, reached from user mode through the undocumented CfAbortHydration helper in cldapi.dll.
Forshaw's 2020 root-cause analysis showed that the HsmOsBlockPlaceholderAccess routine, which fans out from FSCTL_HSM_CONTROL_ABORT_HYDRATION, calls HsmpOpenOrCreatePlaceholderKey to open or create registry keys describing the placeholder's hydration state. The function builds a registry path under \Registry\User\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\CloudStore using attacker-controllable PathLength/Path fields from the FSCTL input buffer, then calls ZwCreateKey with KernelMode access — bypassing the SeAccessCheck that would otherwise enforce that an unprivileged caller cannot write to .DEFAULT. The December 2020 patch added a SeAccessCheck against an explicit Cloud Files security descriptor; the MiniPlasma drop demonstrates that a code path through CfAbortHydration → HsmiBlockPlaceholderAccess still reaches HsmpOpenOrCreatePlaceholderKey on a fast path that does not perform the post-patch check, re-introducing the same primitive.
## Exploit Chain
1. Low-privileged user runs MiniPlasma.exe (no UAC bypass required — the exploit assumes a standard user shell). 2. The exploit loads cldapi.dll and resolves CfAbortHydration. It also opens a handle to a sacrificial placeholder file under %LOCALAPPDATA%\MiniPlasma\ that has the FILE_ATTRIBUTE_RECALL_ON_OPEN reparse tag, allowing the driver to treat it as a Cloud Files placeholder without a real sync root registration. 3. CfAbortHydration is called with a hand-crafted CF_OPERATION_PARAMETERS structure whose key-path field embeds the absolute target \Registry\User\.DEFAULT\Environment with a UserInitMprLogonScript value pointing at the payload DLL. 4. cldflt.sys reaches HsmpOpenOrCreatePlaceholderKey with KernelMode and writes the value into the .DEFAULT hive without an access check. 5. The exploit triggers a Winlogon refresh by invoking RpcWinlogonNotifyEvent or, more reliably, by waiting for the next interactive logon. UserInitMprLogonScript is honored by userinit.exe under the SYSTEM context during early Winlogon, executing the payload as NT AUTHORITY\SYSTEM. 6. The shipped PoC payload spawns cmd.exe /K whoami /priv as SYSTEM in the active session.
## Affected Surface
Dormann's testing confirms the PoC succeeds on Windows 11 Pro 23H2 (build 22631.x) and Windows 11 Pro 24H2 (build 26100.x) with May 2026 cumulative updates installed. Exploitation fails on Windows 11 Insider Preview Canary builds (26200+), implying that Microsoft has internal-only mitigation work staged. Windows Server 2022 and Server 2025 ship the same cldflt.sys binary and are presumed vulnerable but not yet independently confirmed. Windows 10 22H2 and Windows Server 2019 were patched against the original CVE-2020-17103 and have not been retested.
## Defensive Posture
No vendor patch exists at the time of publication. Microsoft has acknowledged receipt of the report but has not assigned a new CVE or committed to a fix window. AppLocker / WDAC policies that block unsigned binaries from user-writable directories will stop the shipped PoC binary but not a recompiled variant. EDR detection should focus on: (a) unusual writes to HKU\.DEFAULT\Environment\UserInitMprLogonScript, (b) cldflt.sys handle opens from non-sync-engine processes, and (c) FSCTL_HSM_CONTROL_ABORT_HYDRATION operations against files outside known sync roots. Disabling the Windows Cloud Files Filter Driver service (cldflt) breaks OneDrive Files On-Demand and Files Restore but mitigates the bug entirely.
## Attribution and Disclosure Context
'Chaotic Eclipse' / 'Nightmare Eclipse' is an unattributed individual researcher persona that has, over the past six months, released six unauthenticated Windows kernel LPE PoCs as full-drop disclosures with no coordination. Threat intelligence vendors (Mandiant, Volexity, Microsoft MSTIC) have reported in-the-wild use of the BlueHammer and GreenPlasma PoCs by financially-motivated ransomware affiliates within 72 hours of public release. MiniPlasma is expected to follow the same trajectory; SOC teams should treat any unexplained SYSTEM token impersonation chained from a standard-user process as a high-confidence indicator.
MITRE ATT&CK techniques used in TL-2026-0523
Discovery
T1012 Query Registry; T1082 System Information Discovery; T1083 File and Directory Discovery
Persistence
T1037.001 Boot or Logon Initialization Scripts: Logon Script (Windows); T1547 Boot or Logon Autostart Execution
Execution
T1059.003 Command and Scripting Interpreter: Windows Command Shell; T1106 Native API
Privilege Escalation
T1068 Exploitation for Privilege Escalation; T1134 Access Token Manipulation; T1134.002 Access Token Manipulation: Create Process with Token
Defense Evasion
T1070.004 Indicator Removal: File Deletion; T1574 Hijack Execution Flow
defense-impairment
privilege-escalation
T1548 Abuse Elevation Control Mechanism
Resource Development
T1588 Obtain Capabilities; T1588.005 Obtain Capabilities: Exploits; T1588.006 Obtain Capabilities: Vulnerabilities
Affected products and versions in Windows 'MiniPlasma' Zero-Day
- Microsoft — Windows 11 Pro
Vulnerable versions: 23H2 build 22631.x with May 2026 CU; 24H2 build 26100.x with May 2026 CU
Fixed in: Windows 11 Insider Preview Canary 26200+ (mitigated, not yet GA) - Microsoft — Windows 11 Enterprise
Vulnerable versions: 23H2; 24H2 - Microsoft — Windows Server
Vulnerable versions: 2022 (presumed, same cldflt.sys binary); 2025 (presumed, same cldflt.sys binary)
Remediation for Windows 'MiniPlasma' Zero-Day
Patches
- No patch available as of 2026-05-17. CVE-2020-17103 December 2020 patch (KB4592438 / KB4592449 / KB4592468) does NOT cover this regression.
- Monitor for an out-of-band cldflt.sys update; expected June 2026 Patch Tuesday at earliest.
Immediate actions
- Inventory exposure: confirm cldflt.sys is loaded on all Windows 11 endpoints (sc query cldflt).
- Deploy a SACL on HKU\.DEFAULT\Environment and HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\CloudStore to forward 4657 registry value-set events to the SIEM.
- Block hash-known PoC binaries via Defender ASR / AppLocker (see IOC list).
- Restrict standard users from loading arbitrary unsigned executables from %LOCALAPPDATA% via WDAC or AppLocker path rules.
- Force interactive logon to a clean kiosk profile in high-risk environments until a patch ships.
Workarounds
- Disable the Windows Cloud Files Filter Driver: sc config cldflt start= disabled then reboot. Breaks OneDrive Files On-Demand, iCloud Photos sync, Google Drive File Stream.
- WDAC/AppLocker block on file hash of the shipped MiniPlasma.exe (defeats unmodified binary only).
- Detect and block FSCTL_HSM_CONTROL_ABORT_HYDRATION (0x0090036B) from non-Microsoft-signed processes via EDR.
- Audit-mode SACL on HKU\.DEFAULT to alert on any write from a non-SYSTEM token.
Longer-term hardening
- Subscribe to Microsoft Update Catalog and Patch Tuesday RSS for CVE assignment and out-of-band cldflt.sys update.
- Onboard cldflt.sys filter-driver telemetry into EDR (most EDRs surface mini-filter altitude events).
- Tabletop a 'public Windows LPE PoC dropped on GitHub' playbook covering hash blocklisting, behavioral detection, and EDR network containment.
- Track Chaotic Eclipse persona on X and GitHub for the next drop in the colour/element naming series.
CVEs associated with Windows 'MiniPlasma' Zero-Day
Weaknesses (CWE) in Windows 'MiniPlasma' Zero-Day
CWE-862, CWE-269, CWE-284, CWE-732
Timeline of Windows 'MiniPlasma' Zero-Day
- James Forshaw of Google Project Zero reports the original cldflt.sys HsmpOpenOrCreatePlaceholderKey access-check bypass to Microsoft (P0 issue 2096).
- Microsoft ships the December 2020 Patch Tuesday with CVE-2020-17103 fix (KB4592438 / KB4592449 / KB4592468) adding a SeAccessCheck against the Cloud Files security descriptor.
- Will Dormann (Tharros) independently confirms the PoC works against Windows 11 Pro 24H2 build 26100.x with May 2026 cumulative updates and posts video evidence to infosec.exchange.
- 'Chaotic Eclipse' publishes the MiniPlasma source + precompiled binary to a public GitHub repository at 09:42 UTC; the README claims a working SYSTEM LPE against fully patched Windows 11.
- BleepingComputer publishes a detailed write-up; Microsoft is reportedly notified via MSRC but has not assigned a new CVE.
- No evidence of in-the-wild ransomware use yet; prior Chaotic Eclipse drops (BlueHammer, GreenPlasma) were observed in ITW use within 72 hours of release.
- Threadlinqs Intelligence opens TL-2026-0523 to track MiniPlasma; classifies as ZERO_DAY pending Microsoft response.
- As of 2026-05-29, MiniPlasma remains an unpatched Windows zero-day LPE (CVE-2020-17103 cldflt.sys regression) with a public PoC and no assigned CVE; The Register, ThreatLocker, and CSO confirm it is still unfixed on fully-patched Win11. Microsoft is only "investigating," the next Patch Tuesday is June 10, and the actor stays active threatening more drops.
Sources cited for Windows 'MiniPlasma' Zero-Day
- BleepingComputer — New Windows 'MiniPlasma' zero-day exploit gives SYSTEM access, PoC released
- Google Project Zero Issue 2096 — Windows cldflt HsmpOpenOrCreatePlaceholderKey Privilege Escalation (Forshaw)
- NVD — CVE-2020-17103 Windows Cloud Files Mini Filter Driver Elevation of Privilege Vulnerability
- Microsoft Security Update Guide — CVE-2020-17103
- Will Dormann (Tharros) — independent confirmation thread on Mastodon
- Chaotic Eclipse — MiniPlasma GitHub release
- Microsoft Learn — Cloud Files API CfAbortHydration
- Forshaw — Pwn2Own 2021 cldflt research notes (Tianfu Cup follow-up)
Threats related to Windows 'MiniPlasma' Zero-Day
Detection coverage for TL-2026-0523
As of 2026-05-17, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0523 across Splunk SPL, Microsoft KQL and Sigma, covering 15 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.