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
CISA Adds Four Actively Exploited Vulnerabilities to KEV Catalog Including Cisco FMC and Fortinet FortiOS
The US Cybersecurity and Infrastructure Security Agency has added four vulnerabilities to its Known Exploited Vulnerabilities catalog, warning that they are being actively exploited in the wild. The flaws affect Cisco Secure Firewall Management Center, Security Cloud Control, Fortinet FortiOS, FortiSwitchManager, and Citrix NetScaler products. One vulnerability allows attackers to bypass authentication and gain root privileges through crafted HTTP requests. Another is a heap-based buffer overflow that enables execution of unauthorized code or commands via specially crafted packets. CISA issued the update on September 9, 2026, urging organizations to apply patches immediately. The agency continues to track these issues as part of its ongoing efforts to mitigate real-world threats.
Critical RCE Vulnerabilities Disclosed in Check Point VPN Implementations
Check Point Software Technologies has disclosed multiple critical remote code execution vulnerabilities affecting its Quantum Security Gateway and related VPN components. The issues, tracked as CVE-2026-85102 and CVE-2026-85103, both carry a CVSS v3.1 base score of 9.8 and require no authentication for exploitation under specific conditions. CVE-2026-85102 stems from insufficient certificate validation during VPN negotiation in Remote Access VPN and Site-to-Site VPN setups, allowing attackers to bypass authentication and execute arbitrary code. CVE-2026-85103 involves a heap-based buffer overflow in ASN.1 decoding of VPN certificates, similarly enabling unauthenticated remote code execution. The vendor released a security advisory on September 9, 2026, along with live patches through Check Point Live Patch and official updates for affected products including Quantum Security Management.
10 Non-Obvious S3 Integration Vulnerabilities Exposed in Web Application Bug Bounty Research
Security researcher Sergey Bobrov, known as BlackFan, published a detailed analysis of S3 misconfigurations when integrated into web applications via proxies such as nginx. The article examines ten laboratory setups demonstrating issues ranging from stored XSS and bucket takeover to rewrite rule bypasses and cache poisoning. Key findings highlight how nginx path normalization differences, missing trailing slashes, and variable usage like $uri enable attackers to reach arbitrary buckets or inject HTTP request splitting payloads. The research covers both direct S3 client usage and proxy-based integrations, emphasizing ACL and Bucket Policy errors that expose data to any authenticated S3 user worldwide. Practical demonstrations include exploitation of Ceph RGW path traversal with ../ sequences and cache key collisions via response-content-type parameters. The work provides fingerprinting tables for identifying S3-compatible systems including MinIO, Ceph RGW, and Yandex Cloud based on headers and error responses.
Asset and Vulnerability Management in Practice: Building a Working Process with MaxPatrol VM and NetBox
This detailed guide explains how organizations can implement effective asset and vulnerability management by focusing on reliable infrastructure data, IT collaboration, and automation. It draws from real-world projects using MaxPatrol VM, NetBox, and 1C:ERP to demonstrate dynamic grouping, webhook-driven asset onboarding, and deviation-based control. The approach emphasizes eight core principles including minimizing human dependency, just-in-time awareness, maximum data accuracy, and embedding security into existing IT workflows. Technical flows cover automatic scanning initiation upon asset creation in NetBox, categorization against unacceptable events, and priority-based patching cycles aligned with Patch Tuesday. Self-control mechanisms and PDQL queries enable ongoing validation of subnets, asset freshness, and compliance without excessive manual oversight. The framework is designed to be adaptable to any mature vulnerability management platform beyond the specific tools demonstrated.