Zero-Days in CrowdStrike, Avast, Nvidia Disclosed

Researcher 'Nightmare Eclipse' Drops Three LPE Zero-Day Exploits

HIGH
September 7, 2026
5m read
VulnerabilityThreat ActorSecurity Operations

Related Entities

Threat Actors

Nightmare Eclipse

Products & Tech

CrowdStrike Falcon Sensor for Windows Avast AntivirusAVG AntivirusNortonWindows 11 Windows Server 2026

Other

GenDigital

Full Report

Executive Summary

A security researcher operating under the alias Nightmare Eclipse has publicly disclosed three separate zero-day local privilege escalation (LPE) vulnerabilities affecting widely deployed software from CrowdStrike, Avast, and Nvidia. The researcher released proof-of-concept (PoC) exploit code for all three flaws, named 'FalconFlank', 'PrettyPrague', and 'GreenSection'. Each vulnerability allows an attacker who has already achieved initial code execution on a target system to elevate their privileges to NT AUTHORITY\SYSTEM, granting them complete control. While Avast's parent company, GenDigital, claims to have patched its product, CrowdStrike has confirmed it is investigating and has provided interim mitigation guidance. These disclosures highlight the significant risk posed by vulnerabilities within security products themselves, which can be turned into powerful tools for attackers post-compromise.


Vulnerability Details

Three distinct LPE vulnerabilities were disclosed, each targeting a different product and leveraging a unique abuse mechanism.

  • FalconFlank (CrowdStrike Falcon Sensor): This vulnerability resides in the CrowdStrike Falcon Sensor for Windows. The exploit abuses the sensor's remediation feature designed to handle malicious Microsoft Office macros. An attacker with low-privilege code execution can manipulate this process to force the Falcon Sensor, which runs with SYSTEM privileges, to load a malicious DLL. This results in the attacker's code being executed with the highest level of privilege on the system. The flaw is confirmed to affect fully patched Windows 11 26H2 and Windows Server 2026 systems.

  • PrettyPrague (Avast Antivirus): This exploit targets the sandbox component of Avast Antivirus. The PoC demonstrates the ability to escape the sandbox and spawn a shell with full SYSTEM privileges. The vulnerability may also affect other products from parent company GenDigital, such as AVG and Norton.

  • GreenSection (Nvidia Components): This is an out-of-bounds memory write vulnerability affecting a shared global memory section used by multiple Nvidia user-mode components. An attacker can leverage this to write arbitrary data and escalate privileges.

Affected Systems

  • CrowdStrike: Falcon Sensor for Windows running on Windows 11 (26H2) and Windows Server 2026. The specific sensor versions affected have not been publicly detailed by CrowdStrike.
  • Avast: Avast Antivirus. Parent company GenDigital suggests potential impact on related products like AVG Antivirus and Norton security software.
  • Nvidia: Multiple user-mode components. Specific affected drivers or software versions have not been detailed.

Exploitation Status

As of September 7, 2026, proof-of-concept (PoC) exploit code for all three vulnerabilities has been made public by the researcher. There are no public reports of these exploits being used in the wild by other threat actors. However, the public availability of working PoCs significantly increases the likelihood of their adoption and weaponization, especially 'FalconFlank', which targets a prominent EDR solution.

Impact Assessment

While these are local privilege escalation vulnerabilities and require an attacker to have already gained initial access, their impact is severe. Compromising a security product like an antivirus or EDR sensor is a high-value objective for attackers. By escalating to SYSTEM via the very tool meant to detect them, attackers can effectively neutralize the endpoint's defenses, blind the security team, and proceed with lateral movement, credential theft, and data exfiltration undetected. For organizations relying on CrowdStrike Falcon, an attacker could use 'FalconFlank' to bypass endpoint protection and achieve persistence, turning a minor intrusion into a full-blown compromise.

Cyber Observables — Hunting Hints

The following patterns may help identify systems where these exploits have been attempted or successfully executed:

Type
Process Name
Value
csfalconservice.exe
Description
The CrowdStrike Falcon Sensor service process. Monitor for anomalous child processes or DLL loads.
Context
EDR / Process Monitoring
Type
Process Name
Value
AvastSvc.exe
Description
The main Avast Antivirus service. Monitor for unexpected child processes, especially command shells (cmd.exe, powershell.exe).
Context
EDR / Process Monitoring
Type
Log Source
Value
Windows Security Event Log
Description
Look for Event ID 4688 (Process Creation) showing suspicious processes spawned by security product services.
Context
SIEM / Log Analysis
Type
File Path
Value
C:\Windows\System32\
Description
Monitor for newly created or modified DLLs in system directories, which may be indicative of the 'FalconFlank' DLL side-loading technique.
Context
File Integrity Monitoring

Detection Methods

Detecting the exploitation of these LPEs requires deep system-level monitoring, as the malicious activity will be initiated by a trusted, highly privileged process.

  1. Behavioral Analysis: Configure EDR and SIEM systems to alert on unusual behavior from trusted security processes. For example, csfalconservice.exe or AvastSvc.exe spawning cmd.exe, loading unsigned DLLs from non-standard paths, or making outbound network connections are all highly suspicious activities.
  2. DLL Load Monitoring: Use tools like Sysmon (Event ID 7) to monitor for suspicious DLLs being loaded by the Falcon Sensor service. An attacker using 'FalconFlank' would need to place a malicious DLL in a location where the service would load it.
  3. Command-Line Auditing: Enable process creation logging with command-line arguments (Event ID 4688). An attacker who has successfully escalated privileges will likely use cmd.exe or powershell.exe to execute further commands. The parent process for these shells would be the compromised security service.

Defensive techniques from the D3FEND framework, such as D3-PA (Process Analysis) and D3-SFA (System File Analysis), are crucial for identifying the anomalous process and file activities associated with this type of exploit.

Remediation Steps

Immediate remediation focuses on mitigation and patching where available.

  1. CrowdStrike 'FalconFlank' Mitigation: CrowdStrike has advised customers to disable the "Microsoft Office File Suspicious Macro Removal" policy setting within the Falcon console as an interim measure. This disables the vulnerable feature path. Customers should refer to the technical alert in the CrowdStrike support portal for the latest guidance.
  2. Avast 'PrettyPrague' Patch: GenDigital has stated the vulnerability has been fixed. Users of Avast, AVG, and Norton products should ensure their software is updated to the latest version. Auto-updates should handle this, but manual verification is recommended.
  3. Nvidia 'GreenSection' Patch: No specific patch has been announced. Users should monitor Nvidia's security bulletins and apply driver and software updates as they become available.
  4. Principle of Least Privilege: As these are LPE vulnerabilities, ensure that user accounts operate with the lowest possible privileges. This will not prevent the exploit if an attacker gains code execution as that user, but it limits their initial capabilities.
  5. Restrict Initial Access: The most effective long-term defense is to harden systems against initial access vectors like phishing, exploitation of public-facing applications, and credential abuse. An attacker cannot use an LPE if they cannot get on the box in the first place.

Timeline of Events

1
September 6, 2026
The researcher 'Nightmare Eclipse' publicly discloses PoC exploits for three LPE zero-day vulnerabilities.
2
September 7, 2026
CrowdStrike confirms it is investigating the 'FalconFlank' vulnerability and provides mitigation advice.
3
September 7, 2026
This article was published

MITRE ATT&CK Mitigations

Applying vendor patches is the primary method for remediating these vulnerabilities once they are available.

Using an EDR or similar tool to monitor for anomalous process behaviors, such as a security service spawning a shell, can detect exploitation attempts.

While not a direct prevention, enforcing least privilege for user accounts limits an attacker's initial capabilities on a system before they can attempt to escalate.

CrowdStrike's interim mitigation of disabling a specific feature is a direct application of this strategy to reduce the attack surface.

D3FEND Defensive Countermeasures

Organizations must prioritize the deployment of security updates for Avast, CrowdStrike, and Nvidia products as soon as they are released. For Avast, which has reportedly already been patched, ensure auto-update mechanisms are functioning correctly and verify the current version against the vendor's advisory. For CrowdStrike and Nvidia, establish a monitoring process for their respective security bulletin pages. Once patches are available, they should be tested in a staging environment before being rolled out to production endpoints, prioritizing critical assets and systems with higher user interaction. Given the public nature of these exploits, the patching window should be significantly compressed. Use asset management and vulnerability scanning tools to track the patch status across the entire enterprise to ensure complete remediation.

To detect potential exploitation of these LPEs, security teams should implement advanced process analysis focused on the behavior of security products themselves. Configure EDR and SIEM solutions to generate high-priority alerts when a core security service process (e.g., csfalconservice.exe, AvastSvc.exe) spawns unexpected child processes, particularly command shells (cmd.exe, powershell.exe) or scripting engines (wscript.exe). Establish a baseline of normal parent-child process relationships for these services. Any deviation, such as the Falcon Sensor service creating a process that is not part of its documented operational behavior, should be treated as a potential indicator of compromise. This proactive monitoring is critical for detecting abuse of trusted processes, which is the core of these exploits.

In the case of the 'FalconFlank' vulnerability, the immediate, actionable defense is application configuration hardening. As recommended by CrowdStrike, administrators should access their Falcon console and disable the 'Microsoft Office File Suspicious Macro Removal' policy setting. This action directly removes the attack surface by deactivating the specific feature the exploit abuses. This is a powerful compensating control when a patch is not yet available. Organizations should document this change and create a plan to re-evaluate and potentially re-enable the feature once a permanent patch has been applied and verified. This incident serves as a reminder to regularly review the configuration of security tools to ensure that only necessary features are enabled, minimizing the potential attack surface.

Timeline of Events

1
September 6, 2026

The researcher 'Nightmare Eclipse' publicly discloses PoC exploits for three LPE zero-day vulnerabilities.

2
September 7, 2026

CrowdStrike confirms it is investigating the 'FalconFlank' vulnerability and provides mitigation advice.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Zero-DayLPEPrivilege EscalationProof of ConceptEndpoint SecurityEDRAntivirus

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.