Microsoft Issues Historic June 2026 Patch Tuesday Update Fixing Over 200 Vulnerabilities, Including Three Publicly Disclosed Zero-Days

Microsoft's Record-Breaking June Patch Tuesday: Over 200 Flaws and Three Zero-Days Patched

CRITICAL
June 10, 2026
5m read
Patch ManagementVulnerabilityCyberattack

Related Entities

Organizations

Products & Tech

Microsoft WindowsMicrosoft Internet Information Services (IIS) Visual Studio CodeWindows BitLockerWindows Collaborative Translation FrameworkWindows HTTP.sysWindows DHCP Client ServiceMicrosoft Exchange Server Windows Kernel

Other

Nightmare EclipseOpenAIGreenPlasmaYellowKey

CVE Identifiers

CVE-2026-50507
MEDIUM
CVSS:6.8
CVE-2026-49160
HIGH
CVSS:7.5
CVE-2026-45586
HIGH
CVSS:7.8
CVE-2026-47291
CRITICAL
CVSS:9.8
CVE-2026-44815
CRITICAL
CVSS:9.8
CVE-2026-45657
CRITICAL
CVSS:9.8

Full Report

Executive Summary

On June 9, 2026, Microsoft released its largest security update in history, addressing nearly 200 vulnerabilities in its June 2026 Patch Tuesday. This unprecedented volume includes fixes for 33 critical vulnerabilities and three publicly disclosed zero-days. The sheer number of patches highlights a new operational tempo for security teams, likely driven by advanced bug detection by both researchers and Microsoft's internal teams using AI. The most urgent fixes address critical Remote Code Execution (RCE) vulnerabilities in core Windows components, including a potentially "wormable" flaw in the Windows Kernel (CVE-2026-45657). While the zero-days are not yet exploited in the wild, their public disclosure increases the risk, necessitating immediate and prioritized patching. Organizations must focus on internet-facing systems and critical infrastructure to mitigate the significant risk posed by this historic update.

Vulnerabilities Addressed

This Patch Tuesday is notable for both its volume and the severity of the flaws addressed. Key vulnerabilities include:

Zero-Day Vulnerabilities (Publicly Disclosed)

  • CVE-2026-50507 (CVSS 6.8): A BitLocker Security Feature Bypass vulnerability. An attacker with physical access could potentially bypass BitLocker encryption to access user data. This is believed to be a patch for the "YellowKey" exploit.
  • CVE-2026-49160 (CVSS 7.5): A Denial-of-Service (DoS) vulnerability in HTTP.sys, which can be triggered by a specially crafted HTTP/2 request, leading to what researchers call an "HTTP/2 Bomb" attack against web servers like Microsoft Internet Information Services (IIS).
  • CVE-2026-45586 (CVSS 7.8): An Elevation of Privilege vulnerability in the Windows Collaborative Translation Framework. This is suspected to be the fix for the "GreenPlasma" exploit.

Critical Remote Code Execution (RCE) Vulnerabilities

  • CVE-2026-45657 (CVSS 9.8): A critical RCE vulnerability in the Windows Kernel's handling of TCP/IP. Security experts have flagged this as potentially "wormable," meaning it could be used to create a self-propagating attack across a network without user interaction.
  • CVE-2026-47291 (CVSS 9.8): An integer overflow vulnerability in HTTP.sys that allows an unauthenticated, remote attacker to execute arbitrary code.
  • CVE-2026-44815 (CVSS 9.8): A stack-based buffer overflow in the Windows DHCP Client Service. An attacker on the same network segment could exploit this to achieve RCE on client machines.

Other notable vulnerabilities include CVE-2026-42897 and CVE-2026-45585, which also pose significant risks.

Affected Products

This update impacts a wide range of Microsoft products, including but not limited to:

  • Microsoft Windows (all supported versions)
  • Microsoft Windows Server
  • Microsoft Exchange Server
  • Microsoft Office and Microsoft 365 Apps
  • Microsoft Edge (Chromium-based)
  • Microsoft Visual Studio Code
  • Windows BitLocker
  • Windows Kernel
  • Windows DHCP Client
  • Windows HTTP.sys
  • Windows Collaborative Translation Framework

Impact Assessment

The primary impact is the significant operational strain on IT and security teams responsible for patch management. The record number of vulnerabilities, including 33 critical ones, requires a rapid and effective triage and deployment strategy. The presence of a "wormable" kernel vulnerability (CVE-2026-45657) elevates the risk profile significantly, as a successful exploit could lead to widespread and rapid compromise of an entire network, reminiscent of past incidents like WannaCry. The critical RCEs in HTTP.sys and the DHCP Client expose both servers and endpoints to unauthenticated remote attacks, making internet-facing and core network services high-priority targets. Failure to patch these vulnerabilities in a timely manner could result in system compromise, data breaches, denial-of-service, and significant business disruption.

IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) were provided in the source articles, as the zero-days were not reported as actively exploited.

Cyber Observables — Hunting Hints

Security teams may want to hunt for activity related to the exploitation of these vulnerabilities. The following patterns could indicate related activity:

Type
Network Traffic Pattern
Value
Unusual or malformed HTTP/2 requests
Description
Could indicate attempts to exploit CVE-2026-49160 (HTTP/2 Bomb). Monitor web server logs for high volumes of small SETTINGS frames.
Type
Network Traffic Pattern
Value
Malformed DHCP packets on network segments
Description
Could suggest attempts to exploit the DHCP Client RCE CVE-2026-44815. Monitor for unusual DHCP OFFER or ACK packets.
Type
Process Analysis
Value
Anomalous child processes spawned by lsass.exe or kernel-mode processes
Description
May indicate successful privilege escalation or RCE from CVE-2026-45657 or CVE-2026-45586.
Type
Log Analysis
Value
Review Windows Event Logs (System, Security) for unexpected crashes or reboots of services
Description
Specifically monitor HTTP.sys (Event ID 15300-15301), DHCP Client service, and general system instability.

Detection & Response

Security teams should focus on both identifying vulnerable systems and detecting exploitation attempts.

  1. Vulnerability Identification: Use vulnerability management solutions to scan the environment and identify all systems requiring these critical updates. Prioritize based on exposure (internet-facing) and criticality.
  2. Network Monitoring: Implement network monitoring rules to detect anomalous traffic patterns. For CVE-2026-49160, monitor for an excessive number of HTTP/2 SETTINGS frames sent to web servers. For CVE-2026-44815, monitor for unusual DHCP traffic from non-authoritative DHCP servers. This aligns with D3FEND's Network Traffic Analysis (D3-NTA).
  3. Endpoint Detection and Response (EDR): Deploy EDR solutions to monitor for suspicious process behavior. For the kernel vulnerability (CVE-2026-45657), look for unusual system calls or kernel-mode activity. For the privilege escalation flaw (CVE-2026-45586), monitor for processes gaining higher privileges unexpectedly. This leverages D3FEND's Process Analysis (D3-PA).
  4. Log Analysis: Ingest relevant Windows Event Logs into a SIEM. Correlate network alerts with endpoint logs to identify a potential attack chain. Look for system crashes or service failures that could indicate failed exploitation attempts.

Mitigation

Immediate patching is the primary mitigation. Organizations should follow a risk-based approach.

  1. Prioritized Patching: Apply updates immediately to internet-facing systems (e.g., web servers running IIS, Exchange servers) and critical infrastructure (e.g., Domain Controllers, DHCP servers). This is a direct application of D3FEND's Software Update (D3-SU).
  2. Network Segmentation: As a compensating control, isolate critical systems from general user networks. Restrict access to management interfaces and services. For the DHCP flaw, use DHCP snooping on switches to prevent rogue DHCP servers. This aligns with D3FEND's Network Isolation (D3-NI).
  3. Physical Security: For the BitLocker bypass (CVE-2026-50507), reinforce physical security controls for laptops and mobile devices, as the exploit requires physical access.
  4. Web Application Firewall (WAF): Deploy a WAF in front of web servers to inspect and filter malicious HTTP/2 traffic, which may help mitigate CVE-2026-49160 until patches can be applied.

Timeline of Events

1
June 9, 2026
Microsoft releases its June 2026 Patch Tuesday, addressing nearly 200 vulnerabilities.
2
June 10, 2026
This article was published

MITRE ATT&CK Mitigations

Applying the patches released by Microsoft is the most effective way to remediate the vulnerabilities.

Mapped D3FEND Techniques:

Isolating critical systems and restricting traffic to vulnerable services can limit the attack surface and prevent lateral movement if a system is compromised.

Mapped D3FEND Techniques:

Employing exploit protection capabilities, such as those in modern EDRs or Windows Defender Exploit Guard, can help block exploitation techniques.

Mapped D3FEND Techniques:

Use firewalls and WAFs to filter malicious traffic targeting vulnerable services like HTTP.sys before it reaches the host.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

Immediately prioritize and deploy the June 2026 security updates from Microsoft. Focus first on internet-facing systems, especially those running IIS (for CVE-2026-47291 and CVE-2026-49160) and any publicly accessible Windows Servers. Next, patch all DHCP clients and servers to address CVE-2026-44815. Given the 'wormable' nature of CVE-2026-45657, all Windows workstations and servers should be treated as high priority. Utilize automated patch management systems to ensure comprehensive coverage and rapid deployment. Establish a testing ring for a small subset of non-critical systems to identify potential operational issues before a full rollout, but accelerate the timeline significantly due to the severity of these flaws. Verify successful patch installation using vulnerability scanning tools post-deployment.

In parallel with patching, enhance network monitoring to detect potential exploitation attempts. Specifically for CVE-2026-49160, configure network sensors and WAFs to baseline normal HTTP/2 traffic and alert on anomalous patterns, such as an unusually high rate of SETTINGS frames from a single source. For CVE-2026-44815, monitor for DHCP traffic originating from unauthorized devices on the network using DHCP snooping features on network switches. For the wormable CVE-2026-45657, monitor for unusual spikes in TCP traffic on port 445 (SMB) or other unexpected ports between internal workstations, which could indicate scanning or propagation activity. This provides a critical detection layer while patching is in progress.

As a compensating control, enforce strict network segmentation to limit the potential blast radius of an exploit. Ensure that internet-facing web servers are in a properly configured DMZ, with strict firewall rules limiting communication to and from the internal network. For the DHCP client vulnerability, use private VLANs or micro-segmentation to prevent client-to-client communication on large subnets, which would hinder an attacker's ability to exploit CVE-2026-44815 against other clients. This strategy is crucial for containing a potential worm like one that could arise from CVE-2026-45657, preventing it from spreading across the entire enterprise.

Timeline of Events

1
June 9, 2026

Microsoft releases its June 2026 Patch Tuesday, addressing nearly 200 vulnerabilities.

Sources & References

Microsoft June 2026 Patch Tuesday fixes 3 zero-day, 200 flaws
BleepingComputer (bleepingcomputer.com) June 9, 2026
A Record-Breaking Patch Tuesday for June 2026
Krebs on Security (krebsonsecurity.com) June 9, 2026
Record Microsoft Patch Tuesday, fresh zero-day
Help Net Security (helpnetsecurity.com) June 10, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

Patch TuesdayZero-DayRCEWormableMicrosoftWindows KernelVulnerabilityCybersecurity

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.