Over the past two months, the anonymous researcher Nightmare Eclipse (also known as Chaotic Eclipse) has publicly disclosed six Windows vulnerabilities complete with ready-to-use exploits, without prior coordination with Microsoft. The most critical of these is MiniPlasma, a zero-day local privilege escalation exploit that grants attackers SYSTEM-level access.
In short
The exploit leverages an old flaw, CVE-2020-17103, which was believed to have been patched back in 2020. Fully updated systems running Windows 11, as well as Windows Server 2022 and 2025, are vulnerable to this attack vector.
Similar to CVE-2020-17103, the MiniPlasma issue is rooted in the Cloud Filter driver and the HsmOsBlockPlaceholderAccess routine.
According to Huntress Labs, attacks exploiting the initial vulnerabilities from the same list as MiniPlasma have been ongoing in the wild since April 10. It wasn’t until June 9 that Microsoft promised to release a patch for MiniPlasma.
Detection by Kaspersky solutions
Kaspersky Managed Detection and Response detects the exploitation of this vulnerability by tracking the following indicators of attack:
- Creation of SymbolLinks in the registry key:
HKU\\.DEFAULT\\Software\\Policies\\Microsoft\\CloudFiles\\BlockedApps:
1234567category: registry_setproduct: windowsdetection:selection:TargetObject|contains: 'Policies\\Microsoft\\CloudFiles\\BlockedApps'Details: 'SymbolicLinkValue'condition: selection - Tracking the appearance of
wermgr.exeoutside standard paths:
1234567891011121314category: process_creationproduct: windowsdetection:selection:TargetFilename|endswith: '\\wermgr.exe'filter_system_locations:TargetFilename|startswith:- 'C:\\Windows\\System32\\'- 'C:\\Windows\\SysWOW64\\'- 'C:\\Windows\\WinSxS\\'- 'C:\\Windows\\servicing\\'- 'C:\\$WINDOWS.~BT\\'- 'C:\\Windows\\SoftwareDistribution\\'condition: selection and not filter_system_locations - Execution of system binaries or their imitations from non-standard directories.
- The analyzed PoC uses the
.NETlibrary NtApiDotNet by researcher James Forshaw to interact with registry Native APIs. The presence of artifacts or traces of this library’s usage is also an indicator of compromise.
To protect companies using our Kaspersky SIEM system or Kaspersky Extended Detection and Response, we have prepared a correlation rules package designed to detect such malicious activity. The rules are available to download from the products repository. For those developing custom detection rules or conducting threat hunting within a SIEM by analyzing Windows events, we recommend monitoring the following activities:
- Modification of the
HKU\.DEFAULT\Software\Policies\Microsoft\CloudFiles\BlockedAppsregistry key by creating a symbolic link toHKU\.DEFAULT\Volatile Environment. To hunt for this, registry auditing (SACL) must be configured. KUMA query:
1DeviceEventClassID = '4657' AND FileName like '%Policies\Microsoft\CloudFiles\BlockedApps%' AND DeviceCustomString6 = 'SymbolicLinkValue' - Execution of the scheduled task
\Microsoft\Windows\Windows Error Reporting\QueueReporting. To trackEvent ID 110, monitoring of theMicrosoft-Windows-TaskScheduler/Operationallog must be configured. KUMA query:
1DeviceEventClassID = '110' AND SourceProcessName = '\Microsoft\Windows\Windows Error Reporting\QueueReporting' - Launching wermgr.exe from a non-standard directory (typically
C:\Windows\(System32|SysWOW64), depending on the system. This activity is detected by the “R150_01_Start of a utility with the name of the system process from a folder other than the standard folder” rule, available in the KUMA repository. KUMA query:
1DeviceEventClassID = '4688' AND DestinationProcessName LIKE '%\wermgr.exe' AND NOT (DestinationProcessName = 'C:\Windows\System32\wermgr.exe' OR DestinationProcessName = 'C:\Windows\SysWOW64\wermgr.exe') - Execution of a non-standard process spawned by wermgr.exe. KUMA query:
1DeviceEventClassID = '4688' AND SourceProcessName LIKE '%\wermgr.exe'
Note: The provided search queries are applicable when using the default normalizer. We recommend a search depth of at least one month.
The exploitation of the MiniPlasma vulnerability using the published PoC is successfully detected by Kaspersky Next EDR Expert and Kaspersky Extended Detection and Response via the following rules:
- Detection of SymbolLinks creation in the
\Software\Policies\Microsoft\CloudFiles\BlockedAppskey via the suspicious_modification_cloudfiles_symbolic_link_reg rule:
- Detection of system utilities appearing outside system directories via the create_file_named_like_system_tool_in_wrong_place rule:

- Detection of system binary execution from non-standard directories via the executing_file_named_like_system_tool_in_wrong_place rule:

- Detection of
.NETlibrary loading from non-standard directories via the load_dotnet_library_by_process_from_non_standard_directory rule:
MiniPlasma: detecting exploitation of a critical unpatched Windows vulnerability


Artem
Hope he’ll escape criminal prosecution from Microsoft. It must be both sides who are guilty in this noisy story. Microsoft, like other vendors, is under big pressure these days when security researchers utilize AI agents and tools for vulnerability research automation (mostly for open source, right?). As Linus Torvalds said recently – the Linux kernel mailing list is simply flooded with reports from security researchers claiming they found “a new vulnerability that should be fixed immediately”. Microsoft must be also on the secret list of companies participating in Anthropic’s Project Glasswing which is deploying and testing their powerful Mythos model for vulnerability research. So their backlog is full of vuln reports. Anyway, his repo was deleted from GitHub and his account was blocked as well.
It’s a tough year for Microsoft. In addition to the backlash on reddit for integrating Copilot everywhere in the OS, including Notepad and Paint, now an army of researchers shame them across various reddit subs.
Artem
There’s no fix for MiniPlasma
https://www.zerodayinitiative.com/blog/2026/6/9/the-june-2026-security-update-review
Pele
“To comprehensively address the vulnerability identified by CVE-2020-17103 and recently publicly referred to as “Mini-Plasma” Microsoft recommends installing the June 2026 updates for your Windows operating systems”. https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17103
Artem
“Last updated: Jun 9, 2026”
Yep, you’re right, they did it. However, at first glance, it wasn’t clear since that old CVE bulletin wasn’t mentioned in the June 2026 Patch Tuesday note. Now all Nightmare-Eclipse’s vulns are closed, except for the recently published RoguePlanet.
In fact, they should have issued another CVE, no..