Perimeter Under Siege: NGINX, Traefik, and MOVEit All Fell Today
Three Authentication Bypasses, One Cycle
The pattern this cycle is not memory corruption. It is authentication failure at the edge. Three products that gate access to downstream services disclosed critical bypasses inside the same window. EDR will not catch any of them. The defect lives in access-control logic, not in executable behavior.
| Product | CVE / CVSS | Mechanism | Blast Radius | Patch Status |
|---|---|---|---|---|
| NGINX rewrite module | No CVE yet / ~9.8 | Pre-auth RCE, 18 years old | Every edge, reverse proxy, ingress controller | Vendor advisory imminent |
| Traefik | CVE-2026-35051, -39858 / 10.0 | Auth bypass — downstream exposed as if ingress absent | Every service delegating authN to Traefik | Available |
| MOVEit Automation | CVE-2026-4670 / 9.8 | Auth bypass | File transfer infrastructure | Available (2025.1.5+) |
Why NGINX Is the Priority
The NGINX bug is pre-authentication, 18 years old, and affects both NGINX Plus and Open Source. The rewrite module is on in the vast majority of production configurations. Eighteen years means every version ever deployed in the environment is in scope. Mass scanning is the base case 24 to 48 hours after advisory publication. The CMDB will not list every instance. Run active discovery across public IP ranges, internal subnets, and container images.
Why MOVEit Matters Again
Last time MOVEit had a bug in this severity class, the Cl0p campaign ran for months before most victims noticed. The 2023 campaign hit hundreds of organizations. Progress Software's track record is not improving. If MOVEit Automation is still in the environment, the product-replacement conversation at the board is now a documented vendor-risk data point, not a hypothetical.
The Five KEV Additions Compound This
CISA added PAN-OS (9.8, CVE-2026-0300), Ivanti EPMM, cPanel, LiteLLM, and Linux kernel algif_aead to KEV in ten days. KEV means active exploitation, confirmed. Combined with the three new disclosures, this is the densest perimeter-threat window since Log4Shell.
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.
What to do
Run active discovery for all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and deploy emergency patch within 24 hours. Disable rewrite module or add WAF virtual-patching rules as interim control.
Audit all Traefik deployments and identify every downstream service relying on Traefik for authentication enforcement. Patch CVE-2026-35051 and -39858 today. Validate app-layer auth exists for sensitive services even after patching.
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 immediately. In parallel, escalate the product replacement conversation — this is the third critical-class bug in 3 years.
Verify PAN-OS User-ID Authentication Portal patched for CVE-2026-0300. If internet-exposed and unpatched after 2026-05-06, initiate IR assuming compromise.
Patch Ivanti EPMM (CVE-2026-6973) and run retrospective hunt for pre-patch exploitation patterns from last 30 days.