Lazarus has run Operation Dream Job since 2020, but this wave introduced three significant technical upgrades :
Victims were approached on LinkedIn and other professional platforms by operators impersonating recruiters from Lockheed Martin and the privacy-tech firm Enveil . Targets received a job description and a link to downloadable "interview materials." Two parallel infection chains were used
:
libmupdf.dll), and an encrypted payload with a .pdf.enc extension. When launched, the PDF viewer sideloaded the malicious DLL, which displayed a decoy PDF while silently decrypting and executing the payload Once the initial loader executed, it deployed a fingerprinting module that contacted the command server and requested four public keys. The module used Kyber / ML-KEM—the NIST-standardized post-quantum key encapsulation mechanism—to generate fresh key material, encapsulate a shared secret, and send the result back to the server before requesting the actual exploit payload .
This was the first documented use of post-quantum encryption by Lazarus to protect exploit delivery. The technique ensured that even if network traffic was intercepted, the C2 channel could not be decrypted by classical or quantum-capable adversaries .
The delivered payload exploited CVE-2026-68820, a use-after-free race condition in afd.sys, the Windows Ancillary Function Driver that handles kernel-mode Winsock operations . Key technical details include:
After gaining SYSTEM privileges, the exploit deployed an upgraded version of FudModule, Lazarus's signature kernel-mode rootkit . This version—sometimes labeled FudModule v3.1—supported Windows 11 builds 26100 and 26200
. FudModule operated with full kernel access to:
The final stage used the Troy backdoor, a newly documented modular remote access tool. Its command infrastructure was built almost entirely from hijacked legitimate servers—the attackers did not build their own infrastructure but rather compromised other organizations' servers .
This campaign represents an escalation in sophistication from a state-sponsored threat actor that is already one of the most prolific. The use of post-quantum encryption to protect exploit delivery suggests that Lazarus is both monitoring defensive capabilities and investing in future-proofing its operations. The repeated targeting of the same AFD.sys driver—now exploited at least four times since 2022—highlights a persistent vulnerability surface in the Windows kernel that Microsoft continues to patch reactively .