Lazarus Group Uses Windows Zero-Day CVE-2026-68820 for SYSTEM-Level Access

Lazarus Group Exploits Windows Zero-Day in Espionage Campaign

CRITICAL
August 11, 2026
August 15, 2026
m read
VulnerabilityThreat ActorCyberattack

Related Entities(initial)

Threat Actors

Lazarus Group

Organizations

Check Point ResearchMicrosoft

Products & Tech

Windows

Other

FudModuleSecurityPDFTroy

CVE Identifiers

CVE-2026-68820
HIGH
CVSS:7

Full Report(when first published)

Executive Summary

Microsoft has patched CVE-2026-68820, a critical zero-day vulnerability in the Windows Ancillary Function Driver (afd.sys) that was actively exploited in the wild. The vulnerability, a use-after-free weakness, allows a local attacker to escalate privileges to SYSTEM. Security researchers at Check Point Research have attributed the attacks to the North Korean state-sponsored threat actor Lazarus Group, which leveraged the flaw as part of its ongoing "Operation Dream Job" espionage campaign. The attackers used the exploit to deploy the FudModule rootkit, disable endpoint security products, and maintain persistence on systems within the global defense, aerospace, and aviation sectors.

Threat Overview

The attack targets employees in high-value industries with sophisticated social engineering, often involving fake job offers. In this campaign, the initial access vector was a malicious PDF viewer named "SecurityPDF," which contained a decoy document and a backdoor payload called "Troy." Once executed on a victim's machine, the malware exploited CVE-2026-68820 to gain the highest level of system privileges. This elevation is a critical step that allows the attackers to deploy their kernel-mode rootkit, FudModule. The rootkit is designed to operate with SYSTEM-level permissions, enabling it to tamper with or disable security software like Endpoint Detection and Response (EDR) solutions, effectively blinding defenders to subsequent malicious activity.

Technical Analysis

The vulnerability CVE-2026-68820 is a use-after-free condition within the Ancillary Function Driver for WinSock (afd.sys), a kernel-mode driver fundamental to Windows networking. An attacker who has already gained initial access as a low-privileged user can run a specially crafted application to trigger a race condition. This leads to the driver using a memory block after it has been freed, allowing the attacker to manipulate memory and execute arbitrary code with kernel-level privileges.

Lazarus Group's attack chain is as follows:

  1. Initial Access (T1566): Social engineering through fake job offers, delivering a malicious PDF viewer.
  2. Execution (T1204.002): Victim opens the weaponized document, executing the "Troy" backdoor.
  3. Privilege Escalation (T1068): The Troy malware exploits CVE-2026-68820 to gain SYSTEM privileges.
  4. Defense Evasion (T1562.001): The FudModule rootkit is deployed. With kernel-level access, it disables security tools.
  5. Persistence (T1543.003): The rootkit and backdoor establish persistence to survive reboots and maintain long-term access for espionage.

The afd.sys driver has historically been a target for advanced actors due to its core role in the operating system and the high-impact potential of its vulnerabilities.

Impact Assessment

The exploitation of CVE-2026-68820 represents a significant threat to organizations, particularly those in the defense, aerospace, and aviation industries targeted by the Lazarus Group. A successful exploit grants attackers complete control over a compromised system, allowing for unrestricted data exfiltration, deployment of further malware (like ransomware), and lateral movement across the network. The ability to disable EDR and other security solutions means that follow-on activities may go completely undetected, leading to a deep and persistent compromise. The business impact includes intellectual property theft, espionage, and potential sabotage of sensitive projects.

IOCs — Directly from Articles

No specific file hashes, IP addresses, or domains were provided in the source articles.

Cyber Observables — Hunting Hints

The following patterns could indicate related activity:

Type
Process Name
Value
SecurityPDF.exe
Description
The name of the malicious PDF viewer used in the campaign.
Type
File Path
Value
%TEMP%\Troy.dll
Description
A potential location for the "Troy" backdoor payload.
Type
Log Source
Value
Windows Security Event Log
Description
Monitor for Event ID 4688 (Process Creation) for suspicious processes spawned by PDF viewers.
Type
EDR/Sysmon
Value
Kernel Driver Load Events
Description
Look for anomalous loading of unsigned or newly created drivers, especially after the execution of suspicious applications.
Type
EDR Query
Value
Parent-Child Process Relationships
Description
Hunt for unusual child processes of common PDF readers (e.g., AcroRd32.exe spawning cmd.exe or powershell.exe).

Detection & Response

Security teams should prioritize the detection of activities related to this campaign.

  1. Privilege Escalation Detection: Monitor for processes that suddenly gain SYSTEM privileges, especially if they were initiated by a standard user. Use EDR tools to baseline normal process behavior and alert on deviations. D3FEND's Process Analysis can help identify anomalous process execution chains.
  2. Log Analysis: Scrutinize Windows Event Logs for signs of exploit activity. Look for crashes related to afd.sys in the System log, which could indicate failed exploit attempts. Correlate these with process creation events (Event ID 4688) to identify the source application.
  3. Endpoint Monitoring: Deploy EDR solutions capable of monitoring kernel-level activity and detecting attempts to tamper with security agents. A key indicator is if an EDR agent suddenly stops reporting or is terminated unexpectedly. This can be mapped to D3FEND's System File Analysis.
  4. Threat Hunting: Proactively hunt for the FudModule rootkit by looking for hidden drivers or evidence of direct kernel object manipulation (DKOM). Search for the presence of the "Troy" backdoor and the "SecurityPDF" loader on endpoints, particularly those of employees in targeted sectors.

Mitigation

Immediate patching is the most critical mitigation. However, a defense-in-depth strategy is essential.

  1. Patch Management (M1051): Immediately apply the August 2026 security updates from Microsoft to patch CVE-2026-68820. Prioritize systems based on risk, starting with workstations of high-value targets.
  2. Application Control (M1038): Use application control solutions, such as Windows Defender Application Control, to restrict the execution of unauthorized or unsigned applications. This would prevent the initial "SecurityPDF" loader from running.
  3. Attack Surface Reduction: Configure Attack Surface Reduction (ASR) rules to block Adobe Reader from creating child processes, which would disrupt the attack chain. This aligns with D3FEND's Application Hardening.
  4. User Training (M1017): Educate employees, especially in targeted industries, about social engineering tactics like "Operation Dream Job." Train them to be suspicious of unsolicited job offers and to verify the authenticity of documents before opening them.
  5. Privileged Access Management (M1026): Implement the principle of least privilege. Ensure users do not have local administrator rights, which can limit the impact of a successful initial compromise even before privilege escalation is attempted.

Timeline of Events

1
August 11, 2026
This article was published

Article Updates

August 12, 2026

Microsoft's August 2026 Patch Tuesday addresses over 400 vulnerabilities, including 42 critical flaws and the actively exploited zero-day CVE-2026-68820, urging immediate patching.

Microsoft has released its August 2026 Patch Tuesday, fixing over 400 vulnerabilities across its products, with 42 rated critical. This comprehensive update includes the patch for CVE-2026-68820, the Windows privilege escalation zero-day actively exploited by the Lazarus Group. Other notable fixes include CVE-2026-62832 (Windows User Profile Service privilege escalation) and CVE-2026-62878 (potentially wormable RCE in Windows DNS Server). Organizations are strongly advised to apply these updates immediately to mitigate widespread risks.

August 15, 2026

Severity increased

CISA adds CVE-2026-68820, exploited by Lazarus Group, to its Known Exploited Vulnerabilities (KEV) catalog, mandating federal agencies to patch by August 25, 2026.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has officially added CVE-2026-68820, the Windows privilege escalation vulnerability exploited by the Lazarus Group, to its Known Exploited Vulnerabilities (KEV) catalog. This inclusion mandates all U.S. federal civilian executive branch agencies to remediate the flaw by August 25, 2026. This action underscores the critical nature and active threat posed by this vulnerability, serving as a strong advisory for all organizations to prioritize patching and mitigation efforts against the Lazarus Group's 'Operation Dream Job' campaign.

August 15, 2026

Lazarus Group's 'Operation Dream Job' campaign targets confirmed in France, Germany, Brazil, and India, deploying a new backdoor for data exfiltration.

The Lazarus Group's 'Operation Dream Job' campaign, exploiting CVE-2026-68820, has now been confirmed to target defense and aerospace organizations in France, Germany, Brazil, and India. The attackers deployed a new backdoor for persistent access and data exfiltration, building on their use of social engineering with fake job offers. New hunting hints include monitoring for PowerShell and rundll32 usage, unusual outbound network traffic, and HR-themed email subjects.

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

Lazarus GroupOperation Dream Jobespionagekernel vulnerabilityprivilege escalationzero-day

📢 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.