Last edition (August 12) covered EO 14412's PQC implications for federal contractors. This week: two significant updates — the HAWK candidate withdrawal and the approaching FIPS 140-2 deadline.
This development fell between editions — it occurred July 28, after Edition #2 closed. HAWK, a lattice-based digital signature scheme, was one of nine candidates NIST advanced to Round 3 of its additional post-quantum signature standardization process in May 2026. On July 28, Anthropic disclosed that its Claude Mythos Preview model had identified a nontrivial automorphism in HAWK's lattice structure — a symmetry that reduces the cost of key recovery attacks against HAWK-256 from approximately 2^64 operations to 2^38, effectively halving the scheme's security level. Doubling the key sizes to compensate would eliminate the compact signature size that made HAWK an attractive candidate. The HAWK team confirmed the finding and withdrew from the NIST process the following day, July 29. Important: this withdrawal does not affect any finalized NIST PQC standard. FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA) all use different mathematical foundations and are unaffected by this attack. The key for organizations currently migrating: do not let this headline slow your planning. The three deployed standards are secure. NIST's additional signature process now continues with 8 remaining candidates.
On September 21, 2026, NIST transitions all remaining FIPS 140-2 validated module certificates to Historical status. After that date, new US federal procurement must use only FIPS 140-3 validated cryptographic modules. If your organization serves federal clients, holds federal contracts, or plans HSM or hardware security module acquisitions that must meet federal requirements, verify that any planned purchases are validated under FIPS 140-3, not FIPS 140-2. The Cryptographic Module Validation Program (CMVP) database at csrc.nist.gov/Projects/cryptographic-module-validation-program is the authoritative source for validation status.
| Date / Deadline | Event | Status |
|---|---|---|
| August 2024 | FIPS 203, 204, 205 finalized | Complete — deploy now |
| September 21, 2026 — 33 days | FIPS 140-2 modules → Historical status | ⚠ Approaching — verify procurement |
| Late 2026 / Early 2027 | FIPS 206 (FN-DSA / Falcon) expected | Pending — NSA will NOT add to CNSA 2.0 |
| January 1, 2027 — 135 days | CNSA 2.0: all new NSS acquisitions must support PQC | Hard mandate — NSS operators |
| 2027–2028 | CA/Browser Forum PQC cert baseline requirements expected | In progress — no merged standard yet |
| After 2030 (federal) | RSA/ECDH/ECDSA deprecated in federal systems | NIST IR 8547 guidance |
| 2035 (federal) | RSA/ECDH/ECDSA prohibited in federal systems | Hard prohibition — NIST IR 8547 |
No new vendor PQC or crypto-agility announcements were identified in the August 13–19 coverage window. The landscape from Edition #2 remains current:
Chrome, Edge, and Firefox all negotiate X25519MLKEM768 by default for HTTPS connections. Apple iOS 26 / macOS Tahoe 26 brought Safari into the fold in 2026, completing major browser coverage. Cloudflare reports that more than two-thirds of human-generated TLS traffic to its network now uses hybrid ML-KEM key exchange. Across the broader web, estimates for hybrid TLS adoption range from 30–50% of TLS handshakes.
What is NOT yet deployed: ML-DSA signatures for server certificates remain absent from public web PKI. Public root CAs have not issued ML-DSA certificates that chain into the major trust stores. The CA/Browser Forum Server Certificate Working Group has a PQC ballot tracker but no merged baseline requirement. IETF draft-ietf-tls-mldsa is in working group last call as of May 2026. The practical consequence: when your browser connects over X25519MLKEM768, the session key is post-quantum-secure, but the server certificate authenticating the handshake is still ECDSA or RSA.
The 12 tracked enterprise security vendors (Check Point, Cisco, Fortinet, Palo Alto Networks, VMware/Broadcom, Ivanti, Citrix, F5, SonicWall, Oracle, Arista, Microsoft) — no new PQC-specific announcements from any this week. AWS Private CA and OpenSSL 3.5 ML-DSA support (covered in prior editions) remain current.
No new HNDL incidents or confirmed bulk-collection operations were reported this week. The standing HNDL assessment is unchanged: sensitive data with long confidentiality requirements (government, defense, financial, healthcare records) is the primary exposure category, as the data collected today need not be decrypted until a cryptographically relevant quantum computer (CRQC) exists — which most credible estimates place somewhere between 2030 and 2040, with substantial uncertainty on both ends.
Sector urgency note: NSA's CNSA 2.0 January 2027 mandate creates concrete HNDL urgency for defense contractors and NSS operators specifically — any long-lived data generated between now and PQC migration that is protected only by classical cryptography is HNDL-exposed. For organizations outside the NSS community, NIST's 2030 deprecation guidance is the relevant horizon, but "start your inventory now" remains the practical advice since migration timelines for large enterprises are typically 3–7 years.
Important distinction this week: the HAWK and McEliece developments below are AI-assisted classical cryptanalytic attacks, not quantum computing advances. They do not change the timeline for a cryptographically relevant quantum computer (CRQC) or the security of classical cryptography against quantum attack. They are relevant here because they affect the PQC candidate landscape and illustrate how the cost of cryptanalytic research is falling.
HAWK (above): Anthropic's Claude Mythos Preview found a nontrivial automorphism in HAWK's lattice structure in ~60 hours. The attack is classical (exponential cost, not polynomial), but reduces HAWK-256's effective security from 2^64 to 2^38. Source: Anthropic disclosure July 28, 2026, independently confirmed by NIST cryptographers on the pqc-forum the same day.
McEliece TII-252 (separate): Markku-Juhani Saarinen (noted separately on the NIST pqc-forum following the HAWK announcement) disclosed new structural key-recovery records for McEliece, including a break of the TII-252 parameter set, obtained with HOVER (a new AI-extended version of the Hemmert-Wiemers higher-order-vanishing attack, described in ePrint 2026/1339). McEliece itself is not a NIST PQC finalist — it was evaluated but not standardized due to key size. This is a research-track finding. The attack requires significant memory; the McEliece code-based schemes that did not advance to NIST standardization were not chosen for good reason.
Editorial note on scope: Both findings are AI-assisted classical cryptanalysis. Neither advances a quantum computer's ability to break RSA or ECDH, and neither affects FIPS 203/204/205. Including them here because they directly affect the PQC candidate landscape and represent the emerging intersection of AI capability and cryptographic research — a trend this briefing will continue to track under Block 4 as it develops.
Edition #1 (August 6) covered: starting a cryptographic inventory — mapping all systems using RSA, ECDH, ECDSA, or Diffie-Hellman. Edition #2 (August 12) covered: certificate lifecycle and CA readiness. This week: TLS 1.3 + hybrid PQC adoption planning — how to verify and progressively enable hybrid key exchange in your environment, starting with what's already deployed.
Browser-side hybrid TLS (X25519MLKEM768) is already running by default in Chrome, Edge, Firefox, and Safari — which means if your public-facing web services are behind a CDN (Cloudflare, AWS CloudFront, Akamai, Fastly) or a modern load balancer, your browser-to-CDN connections are likely already using hybrid PQC without any configuration change. The gap that most organizations haven't addressed is the CDN-to-origin hop and internal service-to-service TLS, which typically still uses classical key exchange. This week's checklist walks through verifying where you are and planning the remaining steps.
--groups X25519MLKEM768 option against your public endpoints to confirm no compatibility issues, and check whether any network appliances in your path need firmware updates to handle the larger handshake.New this edition (prompt v1.2-DM). Block 7 tracks seven standardized PQC maturity signals plus one self-referential indicator unique to this service. Every item is filtered by the Block 7 relevance rule: must connect specifically to the cryptographic/security implication of quantum computing — not quantum computing as a general category.
| Indicator | Signal | Notes |
|---|---|---|
| 1 — Research Publication Growth (cryptanalysis, PQC design, quantum algorithms with crypto relevance) |
Active | HAWK cryptanalysis (Anthropic / July 28): formally published in two technical papers with reproducibility artifacts. McEliece TII-252 key-recovery via HOVER (Saarinen, ePrint 2026/1339): separate AI-assisted classical attack on a non-standardized code-based scheme. Both represent genuine PQC-cryptanalysis output. The HAWK result in particular is notable because it targeted a NIST third-round candidate and produced a confirmed finding within 60 hours. Publication volume trend: consistent with prior editions — post-quantum is a high-activity research area, AI-assisted cryptanalysis is a new and growing sub-category. |
| 2 — Patent Filings (PQC algorithms, quantum-resistant hardware, crypto-agility tooling) |
No signal | No new PQC-relevant patent filings identified in the August 13–19 window that meet the relevance filter. No meaningful signal this week. |
| 3 — Startup Funding (PQC migration tooling, quantum-safe products, crypto-agility platforms) |
No signal | No new funding rounds for PQC-specific companies identified this week. No meaningful signal this week. |
| 4 — Product Releases (new PQC product categories or vendors entering PQC space for first time) |
No signal | No first-time PQC product entrants identified this week. Incremental updates to products already covered in Block 2 (OpenSSL, AWS Private CA, etc.) are not counted here to avoid duplication. No meaningful signal this week. |
| 5 — Standards Progress (ETSI, ISO, IETF, industry consortia — not NIST/NSA, already in Block 1) |
Ongoing | IETF draft-ietf-tls-mldsa (ML-DSA in TLS 1.3 certificate authentication) remains in working group last call as of May 2026. No new drafts published or ballots advanced in the August 13–19 window, but this remains the key IETF dependency blocking PQC certificate adoption in public PKI. South Korea's KCMVP (Korea Cryptographic Module Validation Program) certified a hybrid PQC module this week per TechTimes reporting — the first such certification in the Korean market, driven by a five-sector government PQC pilot expansion. Not US-specific, but directionally significant for enterprise procurement in Korea. |
| 6 — Enterprise Adoption (named orgs confirming PQC migration steps, pilots, or completed transitions) |
No signal | DigiCert's 2026 Quantum Readiness Outlook (published prior to this window) reported 87% of organizations planning or testing PQC but only 7% deployed across most digital certificates — cited for context on where the market stands, not as a new this-week development. No named organizations publicly confirmed new migration steps this week. No meaningful signal this week. |
| 7 — Regulatory References (financial sector, insurance, HIPAA/PCI-DSS updates, non-US jurisdictions) |
Low activity | South Korea KCMVP certification noted above (indicator 5) has a parallel regulatory dimension — the certification is driven by a five-sector government mandate. No new US financial sector (FDIC, OCC, FINRA) or insurance (NAIC) PQC-specific guidance published this week. EU NIS2 and DORA continue to be cited in European regulatory context but no new PQC-specific updates this week. |
| 8 — Frequency in Own Reports ★ self-referential | 2 refs | 2 references to ML-KEM/post-quantum in this service's own August 12–19 daily reports: (1) August 12 Vulnerability Report — FudModule v3.1 (Lazarus Group) uses ML-KEM (CRYSTALS-Kyber, post-quantum key encapsulation) for its C2 communications, documented in the Patch Tuesday analysis; (2) August 14 Threat Intelligence Report — the same FudModule v3.1 ML-KEM C2 detail, covered in depth as part of the Operation Dream Job attribution report. Both references relate to the same event: Lazarus Group deploying ML-KEM in active malware C2 — one of the first confirmed uses of post-quantum cryptography in deployed nation-state malware. This is notable precisely because ML-KEM is a FIPS 203 algorithm being used offensively before most organizations have begun deploying it defensively. |