AntiMalwareJuly 10, 2026🇷🇺Translated from Russian

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

SecuritylabVulnerabilities & Exploits

Dangerous C++ Traps: Memory Safety Issues, Undefined Behavior, and Code That Betrays Developers

Around 70% of vulnerabilities assigned CVE numbers by Microsoft each year stem from memory safety errors, with Chromium reporting a similar pattern for serious Chrome bugs. The article examines how C++ deliberately permits low-level memory access for performance but demands strict discipline to avoid undefined behavior (UB). It details real-world cases including Heartbleed (CVE-2014-0160) in OpenSSL, use-after-free errors, buffer overflows, and data races. Modern tools such as AddressSanitizer, UndefinedBehaviorSanitizer, and ThreadSanitizer are presented as essential for detection, alongside recommendations for RAII, std::span, and smart pointers. The piece also discusses C++26 changes introducing erroneous behavior for uninitialized variables and advises when to consider memory-safe languages like Rust for new components. Practical migration steps and compiler warning strategies are outlined to reduce risk in existing codebases.

BoletimSecVulnerabilities & Exploits

Critical CosmosEscape Flaw Breaks Customer Isolation in Azure Cosmos DB

A critical vulnerability named CosmosEscape allowed attackers to escape the restricted Gremlin API environment and execute arbitrary code on the DB Gateway component of Azure Cosmos DB. The flaw exploited weaknesses in .NET reflection protections, enabling file read/write operations and command execution that ultimately yielded the Cosmos Master Key. With this global signing key, an attacker could retrieve the primary key for any customer account and gain full read/write access. The exploit also exposed the Config Store containing account names, subscription identifiers, tenant details, and network rules. Even network-isolated and private instances remained vulnerable because the DB Gateway itself enforced those restrictions. Internal Microsoft services including Entra ID, Teams, and Copilot rely on Cosmos DB, amplifying the potential impact of the issue.

Security NEXTVulnerabilities & Exploits

Critical RCE Vulnerability CVE-2026-66066 Affects Ruby on Rails Active Storage with libvips

A severe vulnerability tracked as CVE-2026-66066 has been identified in the Ruby on Rails web application framework. The flaw, also referred to as KindaRails2Shell by researchers, impacts applications that use Active Storage with the libvips image processing engine. Attackers can exploit the issue by uploading specially crafted files to read arbitrary files without authentication. This exposure may lead to theft of environment variables, secret keys, and external service credentials, enabling remote code execution or further attacks. The vulnerability stems from unsafe operations in the dependent libvips library. It carries a CVSS v4.0 base score of 9.5 and is rated Critical. JPCERT/CC has issued an advisory urging immediate updates.

Security NEXTVulnerabilities & Exploits

Critical Vulnerabilities Disclosed in Adobe Campaign Classic Require Immediate Patching

Adobe has released a security advisory detailing two high-risk vulnerabilities affecting Adobe Campaign Classic on-premises deployments on Windows and Linux. CVE-2026-48449 is an improper authorization flaw that permits remote attackers to execute arbitrary code without authentication and carries a maximum CVSSv3.1 base score of 10.0. CVE-2026-48448 is a SQL injection vulnerability that allows unauthenticated attackers to read arbitrary files from the file system, rated at 8.6. Both issues affect the campaign management platform used by organizations for marketing automation. Adobe urges administrators to apply the available security updates without delay due to the elevated risk of exploitation.