Tonight's Emergency: Three Perimeter Auth Bypasses Converge on Your Edge
The Convergence
Three pre-auth bypasses landed on edge infrastructure in the same window. All three fail the same way: the access-control layer broke, not memory safety. EDR will not see this. Patching and authorization audits will.
| Vulnerability | CVSS | Status | Blast Radius |
|---|---|---|---|
| NGINX rewrite-module RCE | ~9.5 (est) | PoC imminent; mass scanning 24-48h | Every edge proxy, ingress controller, API gateway running NGINX |
| Traefik CVE-2026-35051/39858 | 10.0 | Disclosed, patch available | Everything downstream becomes reachable as if ingress doesn't exist |
| MOVEit CVE-2026-4670 | 9.8 | Disclosed, mass exploit risk | Cl0p affiliates specifically hunt this product line |
NGINX: 18 Years Hiding in Plain Sight
The RCE sits in the rewrite module and affects both NGINX Plus and Open Source. The module is on in most production configurations. The bug is pre-authentication, edge-facing, and has been there for 18 years. Exposure: ingress controllers, reverse proxies, API gateways, load balancers, and the long tail of appliances that bundle NGINX. Mass scanning for bugs of this class typically starts within 24-48 hours.
Traefik: Your Ingress Auth Is Fiction
CVE-2026-35051 and CVE-2026-39858 are both 10.0 CVSS. Anything that delegated authN to Traefik middleware is now directly reachable. Downstream services assumed the ingress was enforcing the gate. Until patched, that assumption does not hold. App-layer auth must remain warranted for anything sensitive, even after patching.
MOVEit: The Cl0p Playbook Runs Again
Progress MOVEit Automation, CVE-2026-4670, 9.8 auth bypass. Cl0p hit hundreds of organizations through the same product line in 2023. The playbook then was exploit silently, exfiltrate for weeks, then notify victims en masse. If MOVEit is still in the environment, assume compromise is a question of weeks, not whether.
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 Five CISA KEV Additions
CISA added five entries in 10 days. PAN-OS (CVE-2026-0300, 9.8, KEV May 6). Ivanti EPMM (CVE-2026-6973, KEV May 7). LiteLLM (CVE-2026-42208, KEV May 8, the first AI infrastructure entry on the list). cPanel (CVE-2026-41940, KEV Apr 30). Linux kernel algif_aead (CVE-2026-31431, KEV May 1). All confirmed exploited in the wild. KEV is not a watchlist. CISA adds only what responders have already seen used.
What to do
Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and stage emergency patch tonight. Disable or restrict rewrite module. Deploy WAF rules blocking anomalous rewrite-module payloads.
Audit Traefik deployments and identify every downstream service relying on Traefik for authN enforcement. Patch immediately and add app-layer auth for sensitive services.
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 immediately. Escalate board-level conversation about product replacement given repeat-offender pattern.
Verify PAN-OS CVE-2026-0300 patch status on all internet-exposed User-ID Authentication Portals. If unpatched after May 6, treat as assume-compromise.