Three Pre-Auth Edge Vulns Dropped Simultaneously — Patch Tonight or Assume Breach by Monday
The Situation
Three pre-auth vulnerabilities landed on perimeter infrastructure in a single disclosure cycle. Any one of them carries the week. Together they are the heaviest edge-infrastructure event since the Ivanti and Citrix run in early 2024.
| Product | CVE | CVSS | Type | Exploitation Status |
|---|---|---|---|---|
| NGINX rewrite module | Pending | ~9.8 | Unauth RCE | PoC imminent; mass scan in 24-48h |
| Traefik | CVE-2026-35051 / -39858 | 10.0 | Auth bypass | Disclosed; downstream fully exposed |
| MOVEit Automation | CVE-2026-4670 | 9.8 | Auth bypass | Disclosed; Cl0p affiliates hunt MOVEit |
Why This Is Different
The NGINX bug has sat in the codebase for 18 years. It hits NGINX Plus and Open Source, which puts every edge proxy, reverse proxy, ingress controller, API gateway, and NGINX-bundled appliance in scope. The rewrite module is on by default in most configs. The blast radius is a non-trivial slice of the internet's reverse proxy layer.
The Traefik pair, both CVSS 10.0, are auth bypasses. Any service leaning on Traefik middleware for authentication is reachable as if the ingress were not there. Anything that assumed ingress-enforced authN and skipped app-layer auth is exposed directly.
MOVEit is the rerun. Cl0p worked the same product line in 2023 and sat inside victims for months before detection. Progress Software's track record has not improved. Cl0p affiliates hunt MOVEit specifically.
All three bugs share one trait: authentication bypass at the edge. EDR will not catch these. Only patching and architecture review will.
Cross-Source Analysis
The sources agree on timing. SANS puts prior KEV-to-mass-scanning windows at days, sometimes hours. PraisonAI's 4-hour weaponization timeline in this same cycle confirms adversaries are running automated disclosure-to-exploit pipelines. The 7-day patch window for critical edge vulns is not a defensible assumption anymore.
The sources split on NGINX PoC timing. One expects mass scanning in 24 to 48 hours. Another argues the 18-year age implies complexity that will slow PoC work. Plan for the faster timeline.
What to do
Run active discovery for all NGINX instances (ingress controllers, API gateways, sidecars, appliances) across public and internal subnets — CMDB is insufficient
Stage NGINX emergency patch and deploy WAF virtual-patching rules against rewrite-module abuse patterns within 24 hours
Inventory all services relying on Traefik for authentication and validate app-layer auth exists independently
Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 or isolate from network pending patch; initiate board-level conversation on product replacement
Disable or restrict NGINX rewrite module on any instance where it is not explicitly required