Lazarus used a bug in a core Windows driver to grab SYSTEM access and disable antivirus — Microsoft patched it Tuesday, weeks after North Korea started using it.
For at least five weeks before Microsoft shipped a fix, North Korea's Lazarus Group was breaking into defense contractors using a Windows driver bug that turned a booby-trapped job application into full SYSTEM control with kernel-level stealth — and they were getting in through fake recruiter messages that looked exactly like the real thing.
How a job application becomes a rootkit
Lazarus doesn't hack its way in first — it gets invited in. Operators impersonate recruiters on professional networking sites and messaging apps, dangling real-looking job openings at defense, aerospace and robotics companies, then send what looks like an application packet or requirements document. Check Point documented two separate delivery chains, and both end the same way: code execution, followed by CVE-2026-68820 turning ordinary user access into SYSTEM.
Victim receives a fake recruiter message with a convincing job offer at a real defense or aerospace company
They download an encrypted archive, or a trojanized 'SecurityPDF' viewer app, disguised as application material
A sideloaded malicious DLL or the fake PDF viewer quietly extracts and runs an encrypted payload while showing a decoy job description
The payload triggers CVE-2026-68820's race condition in afd.sys to escalate from local user to SYSTEM
FudModule v3.1 loads in kernel mode, disables Defender and EDR visibility, and the attacker moves through the network undetected
The clever part isn't the exploit — race conditions in afd.sys have shown up in Windows attacks before, and researchers at Tenable guessed 'nation-state' from the pattern alone before Check Point named names. The clever part is the lure. One of the delivery sites impersonating a legitimate PDF viewer ranked near the top of search results, and Check Point found Lazarus impersonating recruiters from real companies, including Lockheed Martin and Enveil, to make the offers feel legitimate enough to open.
CVE-2026-68820 sits in afd.sys, the kernel driver behind all of Windows' network socket handling. · Unsplash
The bug itself: CVE-2026-68820
afd.sys
Component
Ancillary Function Driver for WinSock
Use-after-free
Bug class
race condition, local privilege escalation
~Jul 7, 2026
Exploited since
FudModule v3.1 compiler timestamp
Aug 11, 2026
Patched
Patch Tuesday, 421 CVEs total
Microsoft's own description is dry — a use-after-free flaw that lets a locally authenticated attacker 'trigger a race condition' and gain SYSTEM privileges with no user interaction required once code is running. That's a local-only bug on paper, the kind that normally waits for a separate exploit to get an attacker onto the machine first. Lazarus paired it with exactly that: the fake job offer is the delivery mechanism, and CVE-2026-68820 is what turns 'I opened a bad PDF' into 'the attacker now owns this machine at the kernel level.'
How this played out
~Jul 7, 2026
Compiler timestamp on the earliest known FudModule v3.1 sample built around this exploit — Lazarus was already using it.
Jul 28, 2026
Check Point Research reports the vulnerability to Microsoft Security Response Center.
Jul 31, 2026
Microsoft confirms the bug.
Aug 5, 2026
CVE-2026-68820 formally assigned.
Aug 11, 2026
Microsoft ships the fix as part of August Patch Tuesday, alongside 420 other CVEs.
Who's actually being targeted
Defense, aerospace and aviation contractors
Drone and robotics manufacturers
Military-technology and surveillance-sensor companies
Confirmed geographic spread: the United States, France, Germany, Brazil and India's expanding defense sector
At least one compromised organization, headquartered in France, was then used to launch further spear-phishing campaigns against other targets worldwide
This is the second time in a month Aliteq has covered a nation-state or serious threat actor getting a head start on a Windows-adjacent bug before a patch existed — see Microsoft's own Azure and Teams CVSS-10 scramble before its last Patch Tuesday and Cisco's pile of 9.9-rated SD-WAN bugs from the same stretch of August. None of these are isolated. What's actually notable about Lazarus's approach here isn't the exploit chain — it's the patience. Operation Dream Job has run for years, refining the same basic con because it keeps working, on smart people, at serious companies. A kernel zero-day is expensive to build. A fake job offer that a stressed engineer opens without thinking twice is free.
Is CVE-2026-68820 patched?
Yes. Microsoft fixed it in the August 11, 2026 Patch Tuesday release, as part of a batch of 421 total CVEs.
Who is exploiting this vulnerability?
Check Point Research attributes exploitation to North Korea's Lazarus Group, as part of its long-running Operation Dream Job campaign.
How does the attack actually start?
With a fake recruiter message and a job offer at a real defense, aerospace or robotics company, followed by a malicious download disguised as application material.
What does the exploit actually let an attacker do?
Escalate from ordinary local access to full SYSTEM privileges, then load the FudModule rootkit, which disables Windows Defender, kills EDR processes and hides further activity.
Am I at risk if I don't work in defense?
The documented targeting is concentrated on defense, aerospace, aviation, drone and robotics companies, but the underlying kernel bug affects any unpatched Windows 11 install. Patching removes the risk regardless of your industry.