Zero day in MiniPlasma: privilege escalation to SYSTEM without a patch

Published on May 20, 2026 | Translated from Spanish

A zero-day vulnerability in MiniPlasma Windows allows privilege escalation to the SYSTEM level on fully updated machines. The flaw, located in a component that manages permission requests, opens the door for an attacker to execute malicious code with full system control. No prior update is required to exploit it, making it a critical risk for both corporate and home environments.

Cinematic security breach scene: malicious code injection process inside MiniPlasma Windows kernel, a glowing red exploit script bypassing permission manager component, SYSTEM-level access token being stolen during privilege escalation attack, command prompt window showing successful escalation without patch, dark corporate server room background, holographic firewall layers breaking apart, technical illustration style, neon blue and red lighting on motherboard circuitry, data streams flowing upward like digital smoke, ultra-detailed hardware components with visible CPU and RAM modules, photorealistic cybersecurity visualization

The technical mechanism behind the critical flaw 🛠️

The vulnerability is located in a MiniPlasma kernel service that handles requests for system resource access. By sending a specially crafted request, the component fails to properly validate user permissions, allowing a low-privilege process to access functions reserved for SYSTEM. This is achieved through manipulation of the security token table, a classic input validation error that Microsoft has patched on other occasions. A functional exploit has been circulating on security forums for weeks.

The patch will arrive right after Microsoft's coffee break ☕

As tradition dictates, the folks at Redmond are already preparing a patch that will arrive on the next Patch Tuesday, just when we have all fallen victim to an attack or lost faith in humanity. In the meantime, you can start practicing how to explain to your boss that a simple PowerShell script has taken control of their PC and is now demanding a ransom in the form of donuts. At least the flaw is elegant: it doesn't even require a user click.