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 in Microsoft Defender named ShieldBreak. The flaw allows any standard Windows account to bypass restrictions and obtain SYSTEM-level control. The issue is connected to the June-disclosed Rogue Planet vulnerability (CVE-2026-50656), yet the July patch failed to fully mitigate the attack surface, with an adjusted proof-of-concept still executing on updated devices.
How the Vulnerability Works
ShieldBreak leverages a time-of-check-to-time-of-use (TOCTOU) race condition during Defender's file scanning process. When Defender reads a file for scanning via API callbacks, an attacker can replace the file contents in the narrow time window before the actual scan completes. This effectively tricks the scanner into approving one payload while executing another. Because Microsoft Defender runs with SYSTEM privileges, successful exploitation grants the attacker the highest level of control on the system.
Connection to Rogue Planet
The June Rogue Planet disclosure (CVE-2026-50656) prompted a July patch from Microsoft. However, testing shows that ShieldBreak uses a different implementation on the same attack surface. The original proof-of-concept, after minor adjustments, continues to function on patched systems, demonstrating that the fix did not cover all variants.
Why Terminal Protection Vulnerabilities Are Especially Dangerous
Defender is widely deployed across Windows 10 and Windows 11 environments, often serving as the sole endpoint protection for many organizations. Such vulnerabilities are particularly severe for three reasons: high privileges required for monitoring, default trust placed in security processes by EDR and logging systems, and the false sense of security created by the presence of antivirus software. Researcher Nightmare Eclipse chose public disclosure, which immediately places defenders in a reactive posture assuming active exploitation.
Actions for Blue Teams Before a Patch Arrives
- Remove unnecessary local administrator rights from standard user accounts to raise the bar for privilege escalation chains.
- Monitor for behavioral indicators including unusual child processes spawned by MsMpEng.exe, unexpected SYSTEM processes from user sessions, and rapid repeated file handle operations on the same target.
- Deploy layered defenses such as application whitelisting, additional EDR solutions, and network segmentation to limit lateral movement even if escalation succeeds.
- Track announcements from the Microsoft Security Response Center and apply any forthcoming patches after testing.
The disclosure underscores that security infrastructure components themselves represent significant attack surfaces that require continuous validation rather than blind trust.
Related articles
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.
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.
Zombie Card Attack Revives Expired Visa Cards for Contactless NFC Payments
Researchers from the University of Massachusetts Amherst have demonstrated the Zombie Card attack, which enables contactless payments with certain expired Visa cards over NFC without breaking cryptography or cloning the card. The technique exploits inconsistencies in how payment terminals and issuing banks validate card expiration dates within the EMV protocol. By deploying two Android smartphones as a relay between the expired card and the terminal, the researchers intercepted the EMV field containing the expiration date and substituted a future date during the transaction. The terminal accepted the locally validated payment while the cryptographic data remained valid because Visa EMV Kernel 3 does not always bind the expiration field to the protected cryptogram. Testing showed varying bank responses: one issuer approved transactions of different amounts at multiple merchants, while another consistently declined them. The attack failed against Mastercard, American Express, and Discover due to stricter cross-checks or cryptographic protection of the expiration data. The method requires an active account and valid keys on the expired card, making it more complex than traditional skimming.
Critical Unauthenticated File Upload Flaw in Elementor Pro Allows Remote Code Execution on WordPress Sites
A critical vulnerability tracked as CVE-2026-32475 has been discovered in the Elementor Pro plugin for WordPress, enabling unauthenticated attackers to upload and execute arbitrary PHP code. The flaw resides in the file upload module where validation and saving processes handle empty filenames inconsistently across multipart requests. Attackers can bypass checks by sending one part with an empty filename and another containing a PHP backdoor, which gets stored in the publicly accessible wp-content/uploads/elementor/forms/ directory. Exploitation requires a published Elementor Pro form with the multiple-file upload option enabled, a setting that is disabled by default. The free version of Elementor remains unaffected, while the issue was resolved in Elementor Pro 4.2.2. Administrators are urged to update immediately and scan upload directories for unauthorized PHP files, as no active exploitation has been observed yet but public disclosure increases the risk.