Edge Infrastructure Emergency: NGINX, Traefik, and MOVEit All Burning at Once
Three Edge Systems, One Emergency Window
Disclosed this cycle: an 18-year-old unauthenticated RCE in the NGINX rewrite module. Scope is NGINX Plus and Open Source, anywhere the rewrite module is active, which is most deployments. Edge-facing. Pre-auth. Ubiquitous. Historical disclosure-to-scan timelines put mass scanning at 24-48 hours.
The same week, Traefik shipped CVE-2026-35051 and CVE-2026-39858, both at CVSS 10.0. The mechanism is an auth bypass. Every downstream service that delegated authentication to Traefik middleware is reachable as if the ingress controller were not there.
MOVEit Automation completes the set with CVE-2026-4670 (CVSS 9.8), another auth bypass in the same product line Cl0p worked for months in 2023. Progress Software's track record is not improving.
Five actively-exploited perimeter CVEs, a Netlogon preauth RCE on every domain controller, and a 10.0 ingress bypass that makes Traefik auth-delegation fictional. Most shops will patch Netlogon first and MOVEit last. Cl0p will work the list in reverse.
The Tempo Has Changed
PraisonAI's CVE-2026-44338 was exploited four hours after disclosure. Treat that as the new baseline for AI-adjacent infrastructure, not an outlier. In the same ten-day window CISA added five CVEs to KEV: PAN-OS 9.8 (CVE-2026-0300), Ivanti EPMM, cPanel, LiteLLM, and a Linux kernel bug. KEV means confirmed exploitation, not theoretical risk.
The authentication-bypass pattern
This cycle's critical list is dominated by authorization failures, not memory corruption. Traefik, MOVEit, cPanel, Argo CD (CVE-2026-42880, 9.6), and PraisonAI all failed at the access-control layer. EDR does not catch this class. The only mitigations that matter are patching and authorization auditing.
| CVE | Product | CVSS | Status |
|---|---|---|---|
| N/A (disclosure) | NGINX rewrite module | TBD | PoC imminent; advisory pending |
| CVE-2026-35051/39858 | Traefik | 10.0 | Patch available |
| CVE-2026-4670 | MOVEit Automation | 9.8 | Patch available; mass-exploit risk |
| CVE-2026-44338 | PraisonAI | TBD | Active exploitation (4h from disclosure) |
| CVE-2026-42880 | Argo CD | 9.6 | Read-only users extract K8s Secrets |
The Operational Sequence
Triage order is straightforward. Already-exploited items first: PAN-OS, PraisonAI, the five KEV entries. Then near-term mass-exploitation candidates: NGINX, Traefik, MOVEit. Then items not yet observed in the wild: Argo CD, Netlogon. Most change management systems will process the list in the reverse direction. The SOC needs to override the queue.
What to do
Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and stage emergency patch or WAF virtual-patching rules against rewrite-module payloads
Patch Traefik and inventory all downstream services that delegated authN to Traefik middleware — validate each has app-layer auth even after patching
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 and elevate the migration-off-MOVEit conversation to board level
Scan for and patch PraisonAI deployments across all environments; pull auth logs for the last 48 hours on any exposed instance
Lock down Argo CD RBAC and review 60 days of audit logs for Secret reads — any user with 'view' permission can exfiltrate plaintext K8s Secrets until patched