Windows Defender Patch for RoguePlanet Zero-Day Vulnerability May Exhaust Disk Space on Windows Systems
Microsoft has issued a patch for a critical zero-day vulnerability known as RoguePlanet (CVE-2026-50656) affecting the Microsoft Malware Protection Engine that powers Windows Defender. However, security researcher NightmareEclipse, who originally discovered and disclosed the flaw, warns that the fix itself may cause Windows systems to exhaust all available disk space by writing massive files to the drive.
The vulnerability first gained attention in June when NightmareEclipse published technical details and a working exploit. According to the researcher, RoguePlanet enabled remote attackers to obtain full administrative control over both Windows 10 and Windows 11 even when real-time protection was turned off. In response, Microsoft released an update to the Microsoft Malware Protection Engine component, which is designed to install automatically without requiring user intervention. The company also added additional defensive measures alongside the fix.
Shortly after the patch deployment, NightmareEclipse reported that the update can trigger unintended behavior in which Defender writes enormous volumes of data to disk. The issue is linked to the mpengine.dll library and the SpyNet functions that attempt to locally cache the Zone.Identifier alternate data stream — a Windows metadata mechanism used to track file origin information such as downloads from the internet.
Under normal circumstances, Windows Defender enforces strict size limits on files it creates during scanning and quarantine operations. However, the researcher claims that Zone.Identifier streams are treated as an exception, allowing Defender to store them locally regardless of their size. An attacker can exploit this by setting up a specially crafted SMB server that delivers a malicious file accompanied by an extremely large Zone.Identifier stream while keeping the connection alive. This can cause Defender to hang during processing and consume all remaining free space on the system drive.
While the computer may not crash immediately, a Windows system with a completely full disk tends to exhibit erratic behavior: applications and system services may fail unpredictably, similar to an overloaded server. Microsoft has not yet confirmed or commented on the reported disk-exhaustion issue at the time of publication. The ongoing dispute between the company and NightmareEclipse has lasted several months, with the researcher criticizing Microsoft for inadequate recognition and compensation for discovered vulnerabilities, while the company has expressed concerns about the early public disclosure of exploits before patches were available.
Related articles
PostgreSQL Releases Security Update Fixing 28 Vulnerabilities and Over 110 Bugs
The PostgreSQL development team issued a major security update on August 13, 2026, addressing 28 vulnerabilities along with more than 110 bugs. While no issues reached a CVSSv3.1 base score of 9.0 or higher, 18 vulnerabilities scored 7.0 or above, with 14 rated at 8.8. Several flaws enable arbitrary code execution, including heap buffer overflows in regular expression processing and the to_char function. Additional fixes cover heap buffer overflows in pg_stat_statements and pg_dump, type confusion issues, and an SQL injection vulnerability. The update resolves specific CVEs such as CVE-2026-14664, CVE-2026-14669, CVE-2026-14670, CVE-2026-16238, CVE-2026-16239, and CVE-2026-15741.
Vulnerability in Docker go-archive Library Allows File Creation and Overwrite Outside Target Directory
A vulnerability has been identified in the go-archive archive processing library used by Docker and related software. The flaw, tracked as CVE-2026-17106, affects the Unpack, UnpackLayer, and Untar functions and permits files to be created or overwritten outside the intended extraction directory. The issue stems from a mismatch between the path string validated by the code and the actual path resolved by the operating system. Docker rated the vulnerability 7.1 under CVSS v4.0 and classified it as High severity. A proof-of-concept exploit has already been published for macOS and Linux. The fix was implemented in go-archive 0.3.0 and shipped in Docker Engine 29.7.0, Docker CLI 29.7.0, and Docker Desktop 4.86.0.
Microsoft Defender Zero-Day ShieldBreak Enables SYSTEM Privilege Escalation, Bypassing July Rogue Planet Patch
Security researcher Nightmare Eclipse has publicly disclosed a new zero-day vulnerability named ShieldBreak in Microsoft Defender that allows any standard Windows account to escalate privileges directly to SYSTEM level. The flaw exploits a TOCTOU race condition in Defender's file scanning API callbacks, enabling attackers to swap file contents during the brief window when the scanner reads the file. Although linked to the earlier Rogue Planet vulnerability (CVE-2026-50656), the July patch did not fully address the attack surface, and an adjusted proof-of-concept continues to work on patched systems. Defender's high privileges and trusted status in enterprise environments amplify the risk, as compromised processes can execute malicious actions that appear legitimate in logs. Public disclosure without prior private reporting leaves a window of exposure until Microsoft issues an official fix. Blue teams are advised to enforce strict local permissions, monitor for anomalous Defender process behavior such as unusual child processes or repeated file handle operations, and implement layered defenses including application whitelisting and network segmentation.
CISA Adds Two Remotely Exploitable TrueConf Server Vulnerabilities to KEV Catalog
The US Cybersecurity and Infrastructure Security Agency has added two critical vulnerabilities affecting TrueConf Server to its Known Exploited Vulnerabilities catalog. CVE-2026-72529 allows unauthenticated remote attackers to execute arbitrary scripts due to missing authentication in a critical function. CVE-2026-72530 is a code injection flaw that enables attackers to run arbitrary code on the underlying host system by escaping the sandboxed environment. Both issues can be exploited over TCP port 4307 without requiring authentication. Kaspersky assigned CVSS v3.1 base scores of 9.8 and 9.0 respectively, rating both as Critical. US federal agencies must apply mitigations for the first vulnerability by August 23 and for the second by September 3.