The Lazarus group's use of Kyber/ML-KEM to secure command channels before delivering CVE-2026-68820 marks a pivotal moment: adversaries aren't waiting for quantum computers to arrive before adopting post-quantum cryptography. They're using it today to complicate detection and attribution. This creates an immediate decision point for your security team: do you accelerate post-quantum deployment, strengthen your existing stack, or wait for more mature tooling?
The Decision You're Facing
Your cryptographic strategy now requires a three-way assessment. You're choosing between:
- Early adoption of post-quantum algorithms in production systems
- Crypto-agile preparation that maintains current protocols while building migration capability
- Monitoring and deferral that prioritizes other security investments until standards mature
Each path carries distinct resource requirements, operational risks, and regulatory implications. The Lazarus campaign shows that threat actors view post-quantum cryptography as an operational advantage right now, not a future-state concern.
Key Factors That Affect Your Choice
Your regulatory exposure
If you're subject to SEC cybersecurity disclosure rules (via Forms 10-K and 10-Q), CMMC requirements, or export controls on cryptographic implementations, your timeline compresses. Defense and aerospace firms, the targets in this campaign, face heightened scrutiny around cryptographic controls. A material incident involving cryptographic failure triggers disclosure obligations you'd rather avoid.
Your infrastructure age
Organizations running modern key management systems with abstracted cryptographic primitives can swap algorithms without rewriting applications. Legacy systems with hardcoded cipher suites require architectural changes before any algorithm migration becomes feasible.
Your threat profile
If you're in defense, aerospace, critical infrastructure, or hold high-value intellectual property, you're already on APT target lists. The 17 compromised relay servers Check Point identified show how Lazarus builds persistent infrastructure. Their use of post-quantum key exchange specifically complicates retrospective decryption of captured traffic and forensic reconstruction of command channels.
Your zero-day response capability
This campaign combined post-quantum cryptography with a kernel-level exploit that Microsoft patched within 14 days of disclosure. Your ability to detect in-memory exploitation, respond to kernel-level rootkits, and patch within that window matters more than your cryptographic roadmap. If you can't reliably patch CVE-2026-68820-class vulnerabilities within two weeks, cryptographic modernization won't address your primary risk.
Path A: Early Post-Quantum Adoption
Choose this path if:
- You're a defense contractor subject to CMMC Level 3 or higher
- You handle classified material or controlled unclassified information
- Your risk appetite for cryptographic compromise is effectively zero
- You have budget for parallel cryptographic infrastructure during migration
- Your applications already use crypto-agile architectures
Implementation requirements:
Deploy hybrid schemes that combine classical and post-quantum algorithms. Use ML-KEM for key encapsulation alongside your existing RSA or ECDH implementations. This approach maintains backward compatibility while adding quantum resistance.
Your control design must account for increased key sizes and computational overhead. ML-KEM-768 public keys run 1,184 bytes versus 294 bytes for P-256 ECDH. Plan for network protocol changes, certificate infrastructure updates, and performance testing under load.
Document your cryptographic inventory now. You can't migrate what you can't enumerate. Your Regulatory Inventory should include every system performing encryption, hashing, or digital signatures, mapped to the specific algorithms in use.
Critical consideration:
NIST standardized ML-KEM in 2024, but implementation vulnerabilities remain common. The Lazarus group's operational use suggests they've tested thoroughly. Your team needs equivalent rigor in validation and side-channel analysis before production deployment.
Path B: Crypto-Agile Preparation
Choose this path if:
- You're not in defense, aerospace, or critical infrastructure
- Your current cryptographic controls meet regulatory requirements
- You have 18-24 months before mandatory post-quantum migration
- You need to balance multiple security investments
- Your applications require refactoring before algorithm swaps become possible
Implementation requirements:
Build abstraction layers between applications and cryptographic primitives. Replace direct OpenSSL calls with a crypto abstraction library that lets you swap algorithms through configuration changes rather than code rewrites.
Establish a cryptographic baseline. Your Cybersecurity Risk Register should include entries for each cryptographic dependency, with severity levels tied to data classification and exposure duration. A VPN protecting transient session data carries different quantum risk than encryption protecting archived financial records.
Run tabletop exercises simulating post-quantum migration. Test your ability to rotate certificates, update firmware, and coordinate changes across federated systems. The Lazarus campaign's use of multiple encryption layers (ML-KEM, GOST-CBC, and AES) shows how complex real-world cryptographic stacks become.
Critical consideration:
Crypto-agility isn't free. You're investing in flexibility without immediate security gains. Justify this to your CFO by framing it as technical debt reduction that enables faster response to the next cryptographic crisis, whether quantum-related or not.
Path C: Monitor and Defer
Choose this path if:
- Your data retention policies limit exposure to "harvest now, decrypt later" attacks
- You're a small or mid-market organization outside high-risk sectors
- Your security budget prioritizes detection and response over cryptographic modernization
- Your current cryptographic stack meets all compliance obligations
- You can accept the risk of late adoption
Implementation requirements:
Strengthen your existing controls rather than replacing them. The Lazarus campaign succeeded because of a Windows kernel vulnerability, not cryptographic weakness. Your Incident Response Structure should prioritize detecting in-memory exploitation, kernel tampering, and abnormal ETW provider behavior.
Monitor NIST's post-quantum cryptography migration guidance and vendor roadmaps. Major cloud providers and enterprise software vendors will announce migration timelines. Plan to move when your core platforms move, rather than leading the transition.
Invest in third-party risk management instead. The campaign's use of compromised Roundcube and PrestaShop servers (via CVE-2025-49113 and credential stuffing) demonstrates how attackers exploit your vendors' security gaps. Your Compliance Program should require vendors to disclose their post-quantum migration plans during security assessments.
Critical consideration:
Deferral is a conscious risk acceptance, not neglect. Document your decision in your Enterprise Risk Oversight process, including the factors that would trigger reevaluation (regulatory mandate, material incident in your sector, or quantum computing breakthrough).
Summary Matrix
| Factor | Early Adoption | Crypto-Agile Prep | Monitor & Defer |
|---|---|---|---|
| Sector risk | Defense, aerospace, critical infrastructure | Financial services, healthcare | General commercial |
| Timeline | 6-12 months | 18-24 months | 36+ months |
| Budget requirement | High (parallel infrastructure) | Moderate (abstraction layers) | Low (monitoring only) |
| Technical prerequisite | Crypto-agile architecture | Documented crypto inventory | Current patch management |
| Primary benefit | Immediate quantum resistance | Migration flexibility | Resource optimization |
| Primary risk | Implementation vulnerabilities | Delayed protection | Late adoption penalties |
The Lazarus group's operational use of post-quantum cryptography isn't a theoretical warning. It's evidence that adversaries view these algorithms as tactically useful today. Your decision isn't whether to adopt post-quantum cryptography, but when and how aggressively to move. Choose based on your threat profile, not on vendor marketing or conference keynotes.




