Critical Vulnerabilities This Week: June 2026 Patch Tuesday + Active Exploits
If your patch schedule doesn't prioritize the next 72 hours, bookmark this page. This week delivered three actively exploited zero-days, a fresh supply-chain compromise, and enough ransomware activity to keep your SOC busy.
We've organized threats by priority: patch now, monitor closely, watch the horizon.
PATCH IMMEDIATELY (Next 72 Hours)
These are actively exploited or leveraging critical paths. If you don't have a plan to apply these by Friday, you're taking on known risk.
Microsoft Windows Critical RCEs (CVSS 9.8–9.9)
CVE-2026-47291 — HTTP.sys Unauthenticated Remote Code Execution
- Impact: Any Windows system with HTTP listener exposed (IIS, web services)
- CVSS: 9.8 (Critical)
- Status: Actively exploited in the wild
- What it does: Attacker sends malformed HTTP request → RCE with SYSTEM privileges
- Who's at risk: Windows servers running IIS, SharePoint, Exchange, any publicly facing HTTP service
- Fix timeline: Patch immediately; this is network-adjacent (doesn't require authentication)
CVE-2026-45657 — Windows Kernel Use-After-Free
- Impact: Privilege escalation on any Windows box
- CVSS: 9.8 (Critical)
- Status: Active exploitation
- What it does: Local attacker exploits memory bug → SYSTEM/kernel access
- Who's at risk: Any Windows system where untrusted code can run (shared machines, remote access scenarios)
Microsoft June 2026 Patch Tuesday Summary:
- Total CVEs: 198 vulnerabilities addressed
- Critical (RCE): 12 | Important: 89 | Moderate: 97
- Zero-days: 3 actively exploited (above + 1 more in review)
Patch deployment:
- Use WSUS, Intune, or GPO to deploy to all Windows systems
- Test in non-prod first (even automated patching breaks things)
- Plan for reboot windows (especially servers)
FortiBleed: Russian-Linked Campaign Targets FortiGate (URGENT)
Context: The Russian-linked FortiBleed campaign is conducting coordinated attacks against FortiGate appliances globally.
- Affected: FortiGate firewalls, FortiProxy, FortiOS (specific CVEs under review by Fortinet)
- Attack pattern: Network-level access → credential theft → lateral movement
- Indicators: Suspicious SSL errors, unexpected admin logins, config exports
- CISA guidance: Patch immediately OR isolate affected appliances
What to do now:
- Check Fortinet's latest security advisories for affected OS versions
- If not patched, treat your FortiGate as compromised until verified
- Review admin access logs for the past 30 days
- Segment network traffic through alternative gateways if patching will cause downtime
Cisco Unified CM SSRF + Privilege Escalation (CVE stack)
Issue: SSRF (server-side request forgery) in Cisco Unified Communications Manager can lead to root-level privilege escalation.
- Impact: Attacker reaches internal Cisco service → escalates to root
- Who's at risk: Organizations running Unified CM (VoIP/telephony infrastructure)
- Status: Active exploitation observed
- Fix: Update to patched Unified CM version immediately
Lantronix EDS5000 Command Injection (DEADLINE: June 26)
CVE: Command injection in Lantronix EDS5000 serial-to-Ethernet converter
CVSS: 9.8
Deadline: CISA remediation deadline is June 26, 2026 (24 hours from publication)
- Impact: Unauthenticated attacker executes arbitrary commands on device
- Who uses this: Industrial/IoT environments, remote equipment access, serial device management
- What to do: Patch now or take offline until patch available
MONITOR CLOSELY (This Week)
These aren't being actively exploited yet, but are critical enough to test and deploy within 7 days.
AI/ML Tools Deserialization RCEs
Flowise (CVE-2026-56274, CVSS 9.9)
- Deserialization vulnerability allows RCE
- Affects: Flowise AI workflow builder (open-source, popular in no-code automation)
- Who's affected: Teams using Flowise for chatbots, automation workflows
- Fix: Update to latest patched version
Crawl4AI + picklescan
- Similar deserialization issues in Python-based web crawling tools
- Risk: If you're accepting external workflow configs or pickled objects, you're vulnerable
- Fix: Validate/sanitize all inputs before deserialization; prefer JSON over pickle
Key lesson: Deserialization of untrusted data is your threat. If your tool loads pickled objects, YAML, or serialized Python objects from user input, you have a time bomb.
UniFi OS Critical Vulnerabilities
CISA has confirmed active exploitation of Ubiquiti UniFi OS vulnerabilities.
- Impact: Access to UniFi controller → network configuration access
- Who's affected: Organizations using UniFi for wireless, site management, or device control
- Status: Actively exploited; attackers are hunting for UniFi boxes
- Fix: Update UniFi controller to latest patched version; change default credentials if you haven't
WATCH THE HORIZON (Next 2 Weeks)
These are important but not yet actively exploited. Include in your next regular patch cycle.
INC Ransomware-as-a-Service: 830+ Victims Since August 2023
What is it: RaaS operation offering affiliates 90% revenue split (unusually generous cut)
Activity: Actively recruiting affiliates, targeting healthcare and finance
Indicators: Ransom notes mentioning "INC gang," encrypted files with .INC extension
What to do: If you're not already:
- Assume breach is possible
- Test your backup restoration
- Segment backups from production (air-gapped)
- Practice ransomware response (everyone should have a runbook)
Gentlemen Ransomware: Second Most Active Group Globally
Stats: Ranked #2 by activity volume (as of June 2026)
Targets: No sector preference; opportunistic
Pattern: Mass scanning + exploitation of known weaknesses
Defense: Standard hardening applies — patch regularly, restrict lateral movement, monitor outbound data exfil.
Supply Chain Alert: Klue Breach Exposes Vendor Ecosystem
What happened: Klue (market intelligence platform) was compromised; customer data potentially exposed for:
- HackerOne (security research platform)
- Huntress (EDR/threat detection)
- OneTrust (privacy management)
- Snyk (dependency/vulnerability scanner)
Impact: If you use any of these tools, your SSO creds or API keys may be in scope. Change passwords/keys now.
Pattern: Attackers target security vendors because the blast radius is huge (your vendor's customers = attacker's targets).
How to Prioritize: Your 72-Hour Action List
If you have 10 minutes, do this:
-
Check your asset inventory:
- Do we run Windows servers exposed to the internet? (HTTP.sys CVE)
- Do we use FortiGate firewalls? (FortiBleed)
- Do we run Cisco Unified CM? (SSRF)
-
For each "yes":
- Verify current OS/firmware version
- Check if patched version is available
- Schedule patch window in next 72 hours
-
For supply chain (Klue/HackerOne/Huntress/OneTrust/Snyk):
- Change passwords to those services
- Rotate API keys
- Review recent access logs for anomalies
-
For everything else:
- Add to next regular patch cycle (within 7 days)
- Set calendar reminders
The Real Threat: Exploit Chains
The scary part isn't one vulnerability—it's combinations:
- Example: FortiGate compromise + stolen credentials → access to internal network → Windows SYSTEM RCE → ransomware deployment
This is why we patch the perimeter first. Once inside, the chain gets faster.
What You Should Already Have Running
If you're not doing these, you're flying blind:
- Vulnerability scanning: Weekly internal scan + monthly external scan
- Patch management: Defined SLA for critical (72h), important (14d), standard (30d)
- Alert monitoring: CISA advisories, vendor security lists, threat intel feeds
- Incident runbooks: Assume breach scenarios, test quarterly
- Backup validation: Test restore quarterly; keep backups offline
Red Flags in Your Environment Right Now
Ask your team:
- "When was the last time we patched Windows servers?"
- "Do we have a FortiGate deployment and what version?"
- "Can we account for all admin logins to our security appliances in the past week?"
- "Where do our backups live and can attackers reach them?"
If you can't answer these in 10 minutes, you have a visibility problem.
Next Steps
- This hour: Identify if you run the critical systems above
- This morning: Check patch availability
- This afternoon: Schedule patch windows
- This week: Execute patches, validate functionality
- This month: Schedule a patch management review with security team
Is your patch process automated or manual? The teams patching fastest are those with zero-touch deployment (WSUS, Intune, terraform). If you're manually updating 200 servers, you're already behind.
Resources & References
- Microsoft: June 2026 Security Updates (check for latest)
- CISA: KEV (Known Exploited Vulnerabilities) Catalog
- Fortinet: FortiBleed Advisory (check latest advisories)
- Ubiquiti: UniFi Security Advisories
Did we miss a CVE that's hitting your environment? Share in the comments. Threat intel is crowdsourced; if you're seeing exploitation patterns we haven't listed, the community should know.
