Three Pre-Auth Edge Bypasses Hit Simultaneously — Patch NGINX and Traefik Tonight
The Perimeter Failed in Three Places at Once
Three pre-authentication bypasses landed on internet-facing infrastructure in the same patch cycle. Any one of them justifies an emergency change window. Together they are the worst edge-security week since the Fortinet and Ivanti campaigns of early 2025.
| Product | CVE | CVSS | Exploit Status | Blast Radius |
|---|---|---|---|---|
| NGINX rewrite module | Pending | TBD | PoC imminent; mass scanning likely 24-48h | Every NGINX Plus and OSS instance using rewrite rules |
| Traefik | CVE-2026-35051 / CVE-2026-39858 | 10.0 | Disclosed; downstream services fully exposed | Every service relying on Traefik for authN |
| MOVEit Automation | CVE-2026-4670 | 9.8 | Mass-exploit risk; Cl0p pattern match | File transfer infrastructure; repeat of 2023 campaign |
| Argo CD | CVE-2026-42880 | 9.6 | Disclosed; EDR-invisible | All K8s Secrets readable by any user with 'view' RBAC |
Why These Three Converge Into One Problem
The shared failure mode is authentication bypass, not memory corruption. EDR, SIEM, and network-anomaly tooling is tuned for post-exploitation behavior. When the ingress itself is fictional, as with Traefik's 10.0, everything downstream is reachable as if no gateway exists. Services that delegated auth to Traefik middleware now have zero authentication until patched.
NGINX compounds the problem through ubiquity. The bug sat in the rewrite module for 18 years. NGINX fronts ingress controllers, API gateways, reverse proxies, load balancers, and the long tail of appliances that bundle it silently. The CMDB does not have the full count. Active discovery across owned IP ranges is the only reliable inventory.
MOVEit is the pattern match that should trigger board notification. The 2023 Cl0p campaign hit hundreds of organizations through the same product line. Progress Software's track record has not improved since. If MOVEit Automation is still in the environment, assume compromise is measured in weeks.
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.
Argo CD: The Kubernetes Secrets Bleed
CVE-2026-42880 gets separate treatment because it is a missing-authorization bug, not a memory-corruption bug. Any user with read-only RBAC in Argo CD can extract plaintext Kubernetes Secrets. EDR will not see it. Detection requires Argo CD audit-log analysis for unusual Secret reads. Most SOCs are not running that query. Assume every K8s Secret managed by Argo CD has been readable by the broadest user set since the vulnerable version shipped.
What to do
Run active discovery for all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and stage emergency patch or disable rewrite module with WAF virtual-patching rules blocking anomalous rewrite-module payloads
Audit every Traefik deployment and identify downstream apps relying on Traefik for authentication enforcement; patch CVE-2026-35051 and CVE-2026-39858 tonight
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 or accelerate product replacement; brief the board on repeat-offender vendor-risk pattern
Lock down Argo CD RBAC and review last 60 days of audit logs for unusual Secret reads; patch to 3.2.11 or 3.3.9