A newly disclosed Windows zero-day vulnerability, known as MiniPlasma, enables attackers to obtain SYSTEM-level privileges on fully patched Windows 11 systems. A publicly released proof-of-concept (PoC) demonstrates successful privilege escalation, meaning attackers who already gain limited access to a device can take complete control of the operating system.
What makes this particularly concerning is that the underlying flaw was originally identified and reported to Microsoft in September 2020, and was believed to have been remediated in December 2020. Evidence now suggests that either the fix was never fully applied or was silently reversed in subsequent Windows updates.
At the time of reporting, no official security patch is available, increasing organizational exposure. The vulnerability primarily represents a post-compromise escalation risk, allowing attackers to transition from initial access to full system dominance.
Immediate defensive monitoring and hardening measures are required.

Technical Details
The vulnerability originates in cldflt.sys, the Windows Cloud Files Mini Filter Driver , a kernel-mode component responsible for managing cloud-backed file storage features such as Windows' Files On-Demand functionality in OneDrive and similar services. This driver is present and active by default on standard Windows installations, making the attack surface broad.
The flaw resides specifically within a routine called HsmOsBlockPlaceholderAccess. When exploited, this routine can be manipulated to allow an unprivileged local process to gain SYSTEM-level privileges, the highest level of access on a Windows machine, equivalent to full operating system control.
How the Attack Works
- Initial Access Required
- Attacker must first gain execution capability on a target system (e.g., phishing payload, malware execution, compromised account).
- Privilege Escalation Trigger
- The MiniPlasma exploit abuses privileged system functionality to manipulate execution flow.
- SYSTEM Privilege Acquisition
- The attacker spawns or converts a process running with SYSTEM permissions.
- Full System Control
- Security controls can be disabled.
- Credential harvesting becomes possible.
- Persistence mechanisms may be deployed.
Security testing confirmed that the exploit works even on updated Windows 11 installations, highlighting that existing mitigations do not fully prevent exploitation.
Why This Happened
The vulnerability exists due to insufficient validation of privileged operations, allowing lower-privileged processes to interact with higher-privileged components improperly.
Key contributing factors include:
- Trust boundary enforcement weaknesses
- Inadequate privilege isolation
- Legacy privilege escalation pathways remaining accessible
- Complex interaction between user processes and kernel-level operations
Because the flaw resides within core OS behaviour rather than a removable feature, mitigation relies heavily on defensive monitoring rather than simple configuration fixes.
Recommendations
Security teams should configure monitoring and alerting for the following behavioural indicators:
- Unexpected spawning of cmd.exe or PowerShell with SYSTEM-level privileges from a process that originated in a standard user session.
- Anomalous interactions with cldflt.sys at the kernel level, particularly from non-system processes.
- Registry access or modification events targeting the .DEFAULT user hive from standard user processes.
- Process privilege escalation events detected by EDR tools that do not correspond to authorized administrative activity.
Conclusion
The MiniPlasma zero-day highlights a recurring security reality which is that fully patched systems are not equivalent to fully protected systems. While the exploit requires initial access, its ability to grant SYSTEM privileges dramatically increases attacker success rates following compromise.
Until an official fix becomes available, risk reduction depends on access control, behavioural detection, and privilege monitoring rather than patch management alone.







.png)
.png)