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.
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.
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:
- Initial Social Engineering: Attackers target aerospace and defense engineers via LinkedIn and email disguised as job recruiters ("Operation Dream Job").
- Malicious LNK / PDF Dropper: Victims execute weaponized payloads delivering initial userland implants.
- Kernel Elevation via
afd.sys: The malware invokes CVE-2026-68820 to elevate execution privileges directly from standard user toNT AUTHORITYSYSTEM. - 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)
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).