Your Biggest Concurrent Patch Crisis of 2026: Actively Exploited Zero-Days, Public PoC, and No Workarounds
What Hit
This week's vulnerability disclosures represent the most dangerous simultaneous convergence of critical flaws in 2026. Three distinct zero-day situations are active right now — not theoretical, not "could be exploited" — with confirmed exploitation and public weaponization.
| Vulnerability | CVSS | Auth Required | Status | Patch |
|---|---|---|---|---|
| CVE-2026-32201 (SharePoint) | TBD | Unknown | Actively exploited in the wild | Available — deploy today |
| RedSun (Windows Defender) | TBD | Unknown | Public PoC on GitHub (Nightmare-Eclipse) | No patch — no CVE assigned |
| BlueHammer (Windows) | TBD | Unknown | Public PoC, same researcher | No patch |
| CVE-2026-39808/39813 (FortiSandbox) | 9.1 | No | Patch available | 4.4.9+ or 5.0.6+ |
| CVE-2026-40478 (Thymeleaf) | Critical | Varies | Patch available — every version affected | Fixed version available |
| CVE-2026-33032 (NGINX UI) | Critical | No | Actively exploited, 2,600+ exposed | Patch available |
| CVE-2026-5194 (wolfSSL) | High | N/A | Certificate verification bypass | v5.9.1 |
| CVE-2026-34621 (Adobe) | Critical | N/A | Exploited since November 2025 | Available — 4 months overdue |
| CVE-2026-20147/20180/20186 (Cisco ISE) | Critical | Unknown | No workarounds exist | Patch required |
Three Items Demanding Special Attention
RedSun is the most immediately dangerous. A disgruntled researcher who broke with Microsoft's bug bounty program released two Windows zero-days in a single month. Huntress has confirmed active exploit traffic in the wild. RedSun provides SYSTEM-level privilege escalation — the highest privilege on Windows. Expect ransomware operators to weaponize this within days. With no patch available, your only options are restricting local admin rights, deploying application control, and writing detection signatures matching the PoC behavior.
Thymeleaf CVE-2026-40478 deserves Log4Shell-level urgency. It bypasses security checks and enables RCE, and it affects every version of Thymeleaf ever released. Because Thymeleaf is the default template engine in Spring Boot, the affected application count globally is enormous. Run SCA scans across all Java services immediately. If your organization runs Java web services, this is your top patching priority alongside SharePoint.
FortiSandbox continues Fortinet's troubling pattern. Two unauthenticated CVSS 9.1 flaws exploitable over HTTP join Fortinet's April disclosure of 25+ vulnerabilities total — including SQL injection in FortiDDoS-F, FortiClientEMS, and unauthenticated RCE in FortiAnalyzer Cloud. Multiple sources now publicly question Fortinet's software development practices. If Fortinet is in your security stack, you're patching security tools more than the assets they're supposed to protect.
The uncomfortable truth: you have a publicly weaponized Windows SYSTEM privesc with no patch, an actively exploited SharePoint zero-day, and a Spring Boot RCE affecting every Java shop — simultaneously. Your patch management program either proves itself or breaks this week.
What to do
Patch Microsoft SharePoint for CVE-2026-32201 across all farms including dev/test within 24 hours
Run SCA scans to identify all Thymeleaf dependencies across Java services and patch CVE-2026-40478 within 48 hours; deploy WAF rules for expression injection as interim
Update FortiSandbox to 4.4.9+ or 5.0.6+ immediately; restrict management interfaces to trusted networks as interim mitigation
Deploy detection signatures matching RedSun PoC SYSTEM-level token manipulation patterns; restrict local admin rights; layer secondary EDR if Defender is sole endpoint protection
Patch Cisco ISE for CVE-2026-20147/20180/20186 — isolate ISE management interfaces if immediate patching isn't possible
Search for NGINX UI instances and patch CVE-2026-33032; audit NGINX configs on affected servers for unauthorized modifications
Inventory all wolfSSL usage across IoT, ICS, and embedded systems; patch directly controlled instances to v5.9.1 and begin vendor outreach for firmware updates