Four New Pre-Auth Edge Vulnerabilities Demand Emergency Patching Tonight
The Compound Exposure
Four pre-auth criticals against edge infrastructure, dropped on the same cycle. Exploitation tempo has collapsed. NGINX's rewrite module RCE sat undetected for 18 years and affects NGINX Plus and Open Source both. That covers ingress controllers, API gateways, reverse proxies, and the long tail of appliances that ship NGINX inside. Traefik CVE-2026-35051/CVE-2026-39858 is CVSS 10.0. Complete auth bypass. Every downstream service is exposed as if the ingress were not there. MOVEit Automation CVE-2026-4670 is a 9.8 auth bypass and pattern-matches the 2023 Cl0p campaign, which ran for months before most victims noticed. Argo CD CVE-2026-42880 is a 9.6 that lets read-only users extract plaintext Kubernetes Secrets. EDR will not see it. This is missing authorization, not memory corruption.
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 Exploitation Timeline Problem
PraisonAI CVE-2026-44338 anchors the tempo. Four hours from disclosure to working exploit in the wild. Treat that as the new baseline for AI/ML supply-chain targets, not an outlier. LLMjacking honeypot research lines up: exposed AI endpoints get fingerprinted by Shodan within three hours and absorb 175 attack attempts per week. The 30-day patch window is dead for anything internet-facing.
Priority Triage Matrix
| Vulnerability | CVSS | Exploitation Status | Patch Window |
|---|---|---|---|
| NGINX rewrite RCE | ~9.8 | PoC imminent, mass scan 24-48h | Tonight |
| Traefik auth bypass | 10.0 | Disclosed, blast radius is total | Tonight |
| PraisonAI CVE-2026-44338 | Critical | Active exploitation (4h after disc.) | Tonight |
| MOVEit CVE-2026-4670 | 9.8 | Cl0p-pattern mass-exploit expected | 48 hours |
| Argo CD CVE-2026-42880 | 9.6 | Disclosed, easy to exploit | This week |
What Makes This Cycle Different
The common thread across Traefik, MOVEit, Argo CD, and PraisonAI is authentication bypass. Not memory corruption. Access-control layer failures. EDR will not catch these. File integrity monitoring will not catch these. Patching and authorization auditing will. Anything that delegated auth to Traefik middleware needs an inventory pass, and app-layer auth is now required for anything sensitive, patched or not.
On MOVEit: Progress Software's repeat-offender pattern is a documented vendor-risk data point now. The 2023 campaign hit hundreds of organizations. If MOVEit is still in the environment, the board-level conversation about product replacement is overdue.
What to do
Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers) and stage emergency patch deployment tonight; disable rewrite module where not required
Audit Traefik deployments and identify all downstream apps relying on Traefik for authN; implement app-layer auth on sensitive services immediately
Patch PraisonAI CVE-2026-44338 or take offline; pull auth logs for the last 48 hours on any exposed instance
Patch MOVEit to 2025.1.5/2025.0.9/2024.1.8 and initiate board-level migration discussion
Lock down Argo CD RBAC and rotate all Kubernetes Secrets accessible to read-only users until patch 3.2.11/3.3.9 lands