Three Pre-Auth Edge Vulns in 24 Hours: NGINX, Traefik, and MOVEit
Three Edge Bypasses, One Week
NGINX, Traefik, and MOVEit all shipped pre-authentication vulnerabilities this cycle, on internet-facing infrastructure, within days of each other. A fourth bug, in PraisonAI, was exploited in production four hours after disclosure. Count them as four edge-layer pre-auth bugs in a single advisory window and plan accordingly.
NGINX Rewrite Module RCE — 18 Years of Carried Exposure
The bug is an unauthenticated RCE in NGINX's rewrite module, present for 18 years, affecting NGINX Plus and Open Source. Credit goes to depthfirst. The rewrite module ships on by default, so the affected surface is most edges, reverse proxies, sidecars, and ingress controllers in the fleet. Public PoC plus mass scanning is the usual sequence; expect the second within 24–48 hours of the first.
The rewrite module ships enabled by default. Your CMDB will not have every instance. Run active discovery across all public IP ranges and internal subnets.
Traefik CVSS 10.0 Auth Bypass
Two CVEs, CVE-2026-35051 and CVE-2026-39858, defeat Traefik's authentication middleware. Anything behind the ingress is reachable as if the ingress were not there. Services that delegate authN to Traefik middleware are directly exposed. The blast radius is everything downstream that assumed the ingress was enforcing access control.
MOVEit Automation Auth Bypass (CVE-2026-4670, CVSS 9.8)
Progress Software's MOVEit Automation has a 9.8 authentication bypass in the same class as the 2023 bug. The historical comparison is not subtle: the Cl0p ransomware group ran mass exploitation against MOVEit for months in 2023 before most victims noticed. Progress's track record on this product has not improved since. If MOVEit is in the environment, treat compromise as a question of weeks.
The Speed Problem
PraisonAI CVE-2026-44338 was exploited four hours after disclosure, by commodity tooling rather than a named actor. Enterprise change management runs in weeks. The exploitation window closes in hours. Those two clocks do not reconcile.
| Vulnerability | CVSS | Auth Required | Patch Available | Priority |
|---|---|---|---|---|
| NGINX rewrite RCE | ~9.8 | None | Expected imminently | P0 — tonight |
| Traefik auth bypass | 10.0 | None | Yes | P0 — tonight |
| MOVEit Automation | 9.8 | None | Yes (2025.1.5+) | P0 — this week |
| PraisonAI | TBD | None | Yes | P0 — if deployed |
All four are authentication bypasses, not memory corruption and not multi-step logic chains. These are access-control failures. EDR will not catch them. Patching and authorization audits will.
What to do
Run active NGINX discovery (not CMDB) across all owned ASNs, cloud accounts, and internal subnets; stage emergency patch or disable rewrite module until patched
Inventory all Traefik deployments and identify every downstream service that delegates auth to Traefik middleware; patch CVE-2026-35051/39858 and add app-layer auth on sensitive services
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 or accelerate migration off the product entirely
Scan for PraisonAI deployments across dev, staging, prod, and data-science sandboxes; patch or take offline within 4 hours of reading this