Your SIEM Has RCE, Your PKI Issues Rogue Certs, and Langflow Was Owned in 20 Hours
The Most Dangerous Vulnerability Week of 2026
This is not a normal patch Tuesday cycle. Six CVSS 10.0 vulnerabilities dropped simultaneously targeting infrastructure that enterprises treat as trusted foundations — and a separate cluster of 9.0+ CVEs is hitting tools your security team depends on to detect everything else.
Your Detection Stack Is the Target
Wazuh SIEM versions 4.0.0–4.14.2 have RCE and privilege escalation (CVE-2026-25769, CVE-2026-25770) allowing an attacker on a compromised worker node to gain root access on the master node. If your SIEM is compromised, your entire detection capability collapses. This must be your first patch — everything else on this list becomes invisible if your monitoring is owned.
Step CA (Smallstep) has a CVSS 10.0 (CVE-2026-30836) allowing unauthenticated certificate issuance via SCEP UpdateReq. If you use Smallstep for internal PKI, an attacker can mint valid certificates without credentials — your entire mTLS trust chain, mutual authentication, and service mesh identity are potentially compromised. Audit every certificate issued via SCEP immediately.
When your SIEM has RCE, your PKI has unauthenticated cert issuance, your container registry has hard-coded credentials, and your web framework silently drops security headers — the attack surface isn't at the perimeter anymore, it's in the foundations.
The CVSS 10.0 Roster
| CVE | Product | Attack Vector | Auth Required |
|---|---|---|---|
| CVE-2026-22557 | UniFi Network App | Path traversal → system file access | None |
| CVE-2026-30836 | Step CA (Smallstep) | SCEP → unauth cert issuance | None |
| CVE-2026-3587 | WAGO Managed Switches | CLI → unauthenticated remote root | None |
| CVE-2026-32169 | Azure Cloud Shell | Privilege escalation | N/A (server-side fixed) |
| CVE-2026-33057 | Mesop ≤1.2.2 | Code injection | None |
| Multiple | Firefox/Thunderbird | Memory corruption / RCE | Varies |
The 20-Hour Exploitation Window
Langflow — an AI pipeline orchestration tool — had three critical CVEs disclosed (CVE-2026-33017, CVE-2026-33309, CVE-2026-33475), including unauthenticated RCE. Sysdig confirmed exploitation within 20 hours of disclosure. This matches the accelerating pattern identified in earlier briefings: the gap between CVE publication and weaponization continues compressing toward zero.
Enterprise Infrastructure: The 9.0+ Cluster
Beyond the 10.0s, four additional critical vulns demand this-week action:
- GoHarbor Harbor ≤2.15.0 (CVE-2026-4404, CVSS 9.4) — hard-coded credentials in your container registry. If compromised, your entire container supply chain is poisoned. Audit image push history.
- Spring Security 5.7–7.0 (CVE-2026-22732, CVSS 9.1) — HTTP security response headers silently not written. Your Java applications may believe they're enforcing CSP, HSTS, and X-Frame-Options when they're not. Test your apps right now.
- gRPC-Go <1.79.3 (CVE-2026-33186, CVSS 9.1) — Authorization bypass via HTTP/2 path header manipulation. In a microservices mesh, this is a trust-boundary violation across 22,844-star framework.
- Rails Active Storage (CVE-2026-33195/33202, CVSS 9.1–9.8) — Path traversal and injection in file upload handling. Upgrade to 8.1.2.1, 8.0.4.1, or 7.2.3.1.
The pattern across these vulnerabilities is unmistakable: the attack surface has moved from the perimeter to the infrastructure your security program depends on. SIEM, PKI, container registries, security headers, RPC frameworks — these aren't edge-case tools. They're the load-bearing walls of enterprise security architecture.
What to do
Patch Wazuh SIEM (versions 4.0.0–4.14.2) for CVE-2026-25769/25770 immediately. Segment worker-to-master communication as defense-in-depth.
Patch or take Langflow offline within 4 hours. Forensically review running instances and rotate all accessible credentials.
Verify Step CA version and audit all certificates issued via SCEP if using Smallstep for internal PKI.
Check Harbor version — rotate all credentials and audit image push history if running ≤2.15.0.
Test Spring Security header enforcement across all Java apps running versions 5.7–7.0 by inspecting actual HTTP responses.
Scan all microservices for gRPC-Go <1.79.3 including transitive dependencies using SBOM tooling and upgrade to 1.79.3+.