Microsoft Patches Actively Exploited Zero-Day in August Update

Microsoft Patches Zero-Day Used by Lazarus in Espionage Campaign

CRITICAL
August 13, 2026
August 18, 2026
5m read
Patch ManagementVulnerabilityThreat Actor

Related Entities(initial)

CVE Identifiers

CVE-2026-68820
HIGH
CVSS:7

Full Report(when first published)

Executive Summary

Microsoft's August 2026 Patch Tuesday is a massive release, addressing 421 vulnerabilities across its product ecosystem. The most critical issue is CVE-2026-68820, a privilege escalation zero-day that was actively exploited in the wild by the North Korean state-sponsored Lazarus Group. The threat actor leveraged this flaw in its ongoing "Operation Dream Job" espionage campaign to gain SYSTEM-level access and deploy a new backdoor named 'Troy'. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added the CVE to its Known Exploited Vulnerabilities (KEV) catalog, underscoring the urgency for organizations to apply the patch. The update also remediates 43 other critical vulnerabilities, many of which could lead to remote code execution.

Threat Overview

The primary threat is the active exploitation of CVE-2026-68820, a use-after-free vulnerability in the Windows Ancillary Function Driver for WinSock (afd.sys). An attacker who has already achieved initial access on a target system can exploit this flaw to elevate their privileges to NT AUTHORITY\SYSTEM, gaining complete control. Check Point researchers discovered the exploitation and attributed it to the Lazarus Group. The APT group integrated the exploit into its "Operation Dream Job" campaign, which uses social engineering tactics, such as fake job offers on LinkedIn, to target professionals in the defense and aerospace industries. Victims in France, Germany, Brazil, and India were lured into opening malicious documents, leading to the deployment of the 'Troy' backdoor, which was installed with SYSTEM privileges obtained via the zero-day exploit.

Technical Analysis

The attack chain begins with social engineering, a hallmark of the Lazarus Group.

  1. Initial Access (T1566): The threat actor poses as a recruiter and sends malicious PDF documents disguised as job offers to targets in the defense and aerospace sectors.
  2. Execution (T1204.002): The victim opens the malicious PDF, which likely contains an embedded exploit or a link to a trojanized application like a fake PDF viewer. This action executes the initial payload on the user's system.
  3. Privilege Escalation (T1068): The payload then exploits CVE-2026-68820. This is a race condition in afd.sys that, when successfully triggered, allows the attacker's code to run with kernel-level privileges.
  4. Defense Evasion & Persistence (T1548): With SYSTEM-level access, the attacker can disable security software and establish persistence. In this campaign, the ultimate goal is the deployment of the 'Troy' backdoor, which provides the attackers with long-term, covert access to the compromised network for espionage purposes.

Impact Assessment

The exploitation of CVE-2026-68820 poses a severe risk, particularly to organizations in the defense, government, and aerospace sectors that are primary targets for the Lazarus Group. A successful exploit grants attackers full control over a compromised system, enabling them to steal sensitive data, deploy further malware like ransomware, and move laterally across the network. The addition of this CVE to the CISA KEV catalog signifies a confirmed, ongoing threat to federal agencies and critical infrastructure. For any organization, a failure to patch could lead to a complete system compromise from any malware or threat actor that adopts this publicly disclosed exploit.

IOCs — Directly from Articles

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

Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns that could indicate related activity:

Type
Process Name
Value
svchost.exe
Description
Monitor for svchost.exe processes spawning from unusual parent processes, such as AcroRd32.exe or other PDF readers.
Type
Event ID
Value
4688
Description
In Windows Security Logs, look for process creation events where a low-privileged process spawns a child that subsequently runs with SYSTEM privileges.
Type
File Path
Value
C:\Windows\Temp\
Description
Scrutinize the creation of unexpected executable files (.exe, .dll) in temporary directories, a common staging area for droppers.
Type
Network Traffic
Value
LinkedIn.com
Description
Correlate network logs showing traffic to job-related sites like LinkedIn with subsequent alerts from EDR systems.

Detection & Response

  • EDR/XDR: Deploy and monitor Endpoint Detection and Response solutions for anomalous process behavior, especially privilege escalation attempts involving afd.sys. Look for processes attempting to manipulate kernel objects or system drivers. EDR rules should flag any attempts by common user-land applications (e.g., Office, PDF readers) to spawn processes that escalate to SYSTEM privileges. D3FEND's Process Analysis (D3-PA) is a key defensive technique here.
  • Log Analysis: Ingest Windows Security Event Logs into a SIEM. Correlate Event ID 4688 (Process Creation) with Event ID 4672 (Special Privileges Assigned to New Logon) to identify suspicious privilege escalation chains. D3FEND's User Behavior Analysis (D3-UBA) can help establish baselines for normal activity.
  • Threat Hunting: Proactively hunt for the TTPs used by Lazarus Group. Search for evidence of social engineering lures related to job offers, especially within targeted industries. Hunt for the creation of new services or scheduled tasks created by processes originating from user documents.

Mitigation

  • Patch Management (M1051): The most critical mitigation is to apply the August 2026 security updates from Microsoft immediately, prioritizing the patch for CVE-2026-68820. This is a direct countermeasure that D3FEND classifies as Software Update (D3-SU).
  • Principle of Least Privilege (M1026): Ensure that users operate with standard, non-administrative privileges. This will not prevent the exploit (as it escalates from a low-privileged account) but limits the initial attack surface and the tools available to an attacker pre-escalation.
  • User Training (M1017): Educate employees, especially those in high-target roles, to recognize and report sophisticated social engineering and phishing attempts like the "Operation Dream Job" campaign.
  • Application Control (M1038): Use application allowlisting solutions to prevent the execution of unauthorized executables, such as the trojanized PDF viewers or backdoors used in this campaign.

Timeline of Events

1
July 28, 2026
Check Point discovers and reports the CVE-2026-68820 vulnerability to Microsoft.
2
August 12, 2026
Microsoft releases its August Patch Tuesday, including a fix for CVE-2026-68820.
3
August 12, 2026
CISA adds CVE-2026-68820 to its Known Exploited Vulnerabilities (KEV) catalog.
4
August 13, 2026
This article was published
5
August 25, 2026
Deadline for U.S. federal agencies to patch CVE-2026-68820.

Article Updates

August 18, 2026

New details reveal Lazarus Group deployed a kernel-mode rootkit (FudModule) alongside the 'Troy' backdoor, with exploitation observed since June 2026.

MITRE ATT&CK Mitigations

Applying the security patch from Microsoft is the most direct and effective way to prevent exploitation of CVE-2026-68820.

Mapped D3FEND Techniques:

Enforcing the principle of least privilege limits an attacker's capabilities before they can escalate privileges and makes post-escalation activity easier to spot.

Mapped D3FEND Techniques:

Training users to identify and report phishing and social engineering attempts can prevent the initial access required for this attack chain.

Modern EDR and antivirus solutions may detect the malicious payloads or the exploitation behavior itself, providing a crucial layer of defense.

Mapped D3FEND Techniques:

Timeline of Events

1
July 28, 2026

Check Point discovers and reports the CVE-2026-68820 vulnerability to Microsoft.

2
August 12, 2026

Microsoft releases its August Patch Tuesday, including a fix for CVE-2026-68820.

3
August 12, 2026

CISA adds CVE-2026-68820 to its Known Exploited Vulnerabilities (KEV) catalog.

4
August 25, 2026

Deadline for U.S. federal agencies to patch CVE-2026-68820.

Sources & References(when first published)

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

Patch TuesdayZero-DayPrivilege EscalationUse-After-FreeEspionageKEV

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