CVE-2026-68820: Microsoft Windows AFD.sys Zero-Day Exploited by Lazarus

How Lazarus Group weaponized a Windows afd.sys kernel zero-day for 5 weeks in Operation Dream Job to bypass EDR defenses.

CVE-2026-68820: Microsoft Windows AFD.sys Zero-Day Exploited by Lazarus
Photo by Sunny Hassan / Unsplash
📌
Security Roundup Series: Week of August 10, 20265 min read deep dive

North Korea's state-sponsored Lazarus Group weaponized a previously unknown Windows kernel zero-day for at least five weeks against aerospace, defense, and aviation targets before Microsoft released a patch in August's Patch Tuesday.

🚨
Vulnerability Intelligence: CVE ID: CVE-2026-68820 (CWE-416: Use-After-Free) Component: Ancillary Function Driver for WinSock (afd.sys) Severity: Important (CVSS 7.0 — Kernel Privilege Escalation) Exploitation Status: ⚠️ Actively Exploited Zero-Day (Attributed to Lazarus / Operation Dream Job) Campaign: Targeted BYOVD / Kernel Rootkit Deployment (FudModule) Fixed In: Microsoft August 2026 Security Update

What's Affected

The flaw resides in afd.sys (Ancillary Function Driver for WinSock), the core kernel-mode driver providing the socket interface for Windows networking across all modern supported versions of Windows 10, Windows 11, and Windows Server.

While Microsoft's initial rating assigned a CVSS score of 7.0 (local privilege escalation), the real-world operational impact is critical because it served as the anchor for kernel privilege escalation and security-tool blinding.

The Vulnerability

CVE-2026-68820 is a Use-After-Free (UAF) flaw in afd.sys. By sending crafted I/O control (IOCTL) requests with race conditions to socket handles, a local unprivileged process can trigger an invalid object reference in kernel memory, corrupting kernel structures to achieve arbitrary kernel read/write primitives.

Attack Chain Breakdown: Operation Dream Job

Check Point Research tracked Lazarus incorporating this exploit into their multi-stage attack chain:

  1. Initial Social Engineering: Attackers target aerospace and defense engineers via LinkedIn and email disguised as job recruiters ("Operation Dream Job").
  2. Malicious LNK / PDF Dropper: Victims execute weaponized payloads delivering initial userland implants.
  3. Kernel Elevation via afd.sys: The malware invokes CVE-2026-68820 to elevate execution privileges directly from standard user to NT AUTHORITYSYSTEM.
  4. FudModule EDR Blinding: Once inside kernel space, Lazarus deploys the FudModule rootkit, using Direct Kernel Object Modification (DKOM) to disable EDR/AV sensors (e.g., stripping callbacks and hooks) without crashing the OS.

Indicators to Check For (IOCs)

🔍
Detection Telemetry: Monitor for anomalous, rapid multi-threaded IOCTL calls directed at DeviceAfd from unprivileged processes. Audit Process Creation events (Event ID 4688) spawning system binaries from temp or user-profile directories. Look for unexpected driver unload events or sudden terminations of endpoint detection agents (EDR telemetry drops).

Remediation

Remediation Steps: Deploy the August 2026 Microsoft Security Update across all Windows workstations and servers immediately. Enforce HVCI (Hypervisor-Protected Code Integrity) and Vulnerable Driver Blocklists to restrict kernel tamper vectors. Hunt retroactively for Lazarus IOCs across endpoint event logs over the 60 days preceding the patch release.