{"id":85866,"date":"2026-06-11T17:57:17","date_gmt":"2026-06-11T16:57:17","guid":{"rendered":"https:\/\/www.n-able.com\/?p=85866"},"modified":"2026-06-11T18:10:13","modified_gmt":"2026-06-11T17:10:13","slug":"june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","status":"publish","type":"post","link":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","title":{"rendered":"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research"},"content":{"rendered":"<p>June\u2019s <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/\">Patch Tuesday<\/a> arrives as the largest release in the history of the program with 198 vulnerabilities requiring customer action, 32 rated critical and 166 important, breaking the previous record of 167 CVEs set in October 2025. Before getting into this month is worth reviewing <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-41089\">CVE-2026-41089<\/a>, the Netlogon remote code execution flaw patched on May 12, was confirmed as actively exploited in the wild on June 1. The fix ships in both the May 12 update and this month\u2019s June cumulative update so organizations whose domain controllers have neither should deploy whichever package their change process can push as soon as possible. <\/p>\n<h2>Why Is This the Biggest Patch Tuesday Ever?<\/h2>\n<p>The record volume is worth a moment of analysis before the CVE-by-CVE detail, because it looks less like an anomaly and more like a trend. Security researchers have broadly adopted AI tooling for vulnerability discovery, and the June release carries direct evidence of the shift: Microsoft credits OpenAI\u2019s Codex with reporting <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/en-US\/advisory\/CVE-2026-49160\">CVE-2026-49160<\/a>, one of this month\u2019s three publicly disclosed zero-days. AI usage among security professionals is increasing and this volume of patches may simply be the new norm, with the trend continuing upward as more capable models become available. <\/p>\n<p>If that read is correct, the knock-on effect for patch management is structural rather than seasonal. AI-assisted research finds more bugs per researcher per month, vendors fix more bugs per cycle, and the operational load of testing and deploying patches grows accordingly. Two hundred CVEs in a month stops being a headline and becomes a planning baseline. Teams sizing their patching process against last year\u2019s volumes are sizing it against a world that no longer exists. <\/p>\n<h2>Microsoft Vulnerabilities<\/h2>\n<p>None of today\u2019s patches cover vulnerabilities confirmed as actively exploited at release. Elevation of privilege is the dominant category: 65 EoP vulnerabilities, nearly a third of the batch, pointing to continued attacker focus on local privilege escalation as a post-access technique. <\/p>\n<p>One delivery detail for hotpatch-enrolled environments: Microsoft is shipping the June security update as a baseline update rather than a hotpatch for some Windows 11 Enterprise LTSC systems because of a publicly disclosed BitLocker vulnerability, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45585\">CVE-2026-45585<\/a>, that cannot be fully remediated through hotpatching. Devices on the hotpatch cadence will take a restart this month. Plan maintenance windows accordingly. <\/p>\n<p>Three publicly disclosed zero-days arrive this month, none confirmed exploited at patch time. <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-50507\">CVE-2026-50507<\/a> is the fix for <a href=\"https:\/\/www.bleepingcomputer.com\/news\/security\/windows-bitlocker-zero-day-gives-access-to-protected-drives-poc-released\/\">YellowKey<\/a>, the Windows BitLocker bypass published last month with proof-of-concept code by the researcher known as Nightmare Eclipse. The vulnerability let an attacker with physical access hold the CTRL key while booting into Windows Recovery Environment, opening a command shell with full access to BitLocker-protected drives. Affected configurations are TPM-only deployments on Windows 11 and Windows Server 2022 and 2025. Physical access is required, but that is exactly the attack BitLocker is supposed to prevent, and organizations running TPM-only mode for mobile workers or branch office hardware should revisit that configuration now that a working exploit is public. The second BitLocker security feature bypass, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45585\">CVE-2026-45585<\/a>, lands in the same release and drove the baseline delivery decision above. Treat both BitLocker fixes as one remediation effort, and pair them with a configuration review of TPM-only deployments. <\/p>\n<p><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-49160\">CVE-2026-49160<\/a> patches the <a href=\"https:\/\/www.bleepingcomputer.com\/news\/security\/new-http-2-bomb-dos-attack-crashes-web-servers-in-under-a-minute\/\">HTTP\/2 Bomb<\/a>, a denial-of-service technique disclosed by researchers at offensive security firm Calif.io. The attack abuses HTTP\/2\u2019s header compression and flow control to force a server to allocate large amounts of memory against minimal inbound traffic; researchers showed it could take web servers offline in under a minute. Microsoft\u2019s fix covers HTTP.sys and introduces a new MaxHeadersCount registry setting (KB5102602) that caps header count in HTTP\/2 and HTTP\/3 requests. Internet-facing IIS installations and other Windows-based web services should get this patch quickly, and the registry setting applied on exposed servers as an additional control. <\/p>\n<p><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45586\">CVE-2026-45586<\/a> patches a publicly disclosed elevation of privilege flaw in the Windows Collaborative Translation Framework (CTFMON) that reaches SYSTEM through a link-following weakness. The CTF subsystem runs beneath text services, language bars, and accessibility components throughout Windows. A reliable SYSTEM-level path through that code gets incorporated into post-exploitation toolkits fast once it is public. <\/p>\n<p>The critical RCE picture is dense this cycle. <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45648\">CVE-2026-45648<\/a> is a critical remote code execution flaw in Windows Active Directory Domain Services, putting the authentication backbone of every domain-joined environment in scope. Three critical Hyper-V vulnerabilities (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-47652\">CVE-2026-47652<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45641\">CVE-2026-45641<\/a>, and <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45607\">CVE-2026-45607<\/a>) are VM guest-to-host escape flaws that allow code execution on the hypervisor host itself, bypassing workload isolation entirely. Any environment using Hyper-V for hosting or tenant separation should push those patches. <\/p>\n<p>Microsoft Office accounts for a heavy share of the critical RCE count. <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45458\">CVE-2026-45458<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45456\">CVE-2026-45456<\/a>, and <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-47635\">CVE-2026-47635<\/a> are three critical Outlook and Word RCE vulnerabilities exploitable through malicious document delivery, joined by additional critical Office RCE flaws in <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45474\">CVE-2026-45474<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45472\">CVE-2026-45472<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45463\">CVE-2026-45463<\/a>, and <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45461\">CVE-2026-45461<\/a>. Document-based RCE vulnerabilities in Office move from disclosure to exploitation tooling quickly; revisiting attachment filtering policies for RTF and legacy Office formats is a sensible parallel step while patches are being tested and deployed. <\/p>\n<p>The Remote Desktop Client receives 11 CVEs this month, four rated critical: <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44801\">CVE-2026-44801<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44799\">CVE-2026-44799<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-42992\">CVE-2026-42992<\/a>, and <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-42985\">CVE-2026-42985<\/a>. That volume of RDP client research landing in one cycle is worth noting; concentrated investment in RDP attack surface has historically preceded working exploit code. <\/p>\n<p>Exchange Server collects seven CVEs this month: three spoofing vulnerabilities (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45500\">CVE-2026-45500<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45501\">CVE-2026-45501<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-47631\">CVE-2026-47631<\/a>), two information disclosure flaws (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45502\">CVE-2026-45502<\/a>, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45503\">CVE-2026-45503<\/a>), one elevation of privilege (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45504\">CVE-2026-45504<\/a>), and the RCE <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45583\">CVE-2026-45583<\/a>. On-premises Exchange administrators should treat these as a single update rather than triage them individually; the spoofing and information disclosure bugs are typically the reconnaissance step before eventual code execution, and the full Exchange update closes the chain. <\/p>\n<p>The EoP count deserves specific attention for teams managing post-exploitation risk. The Windows DWM Core Library accounts for 11 EoP CVEs; Windows Ancillary Function Driver for WinSock carries 7; Windows Push Notifications adds 4 more. Two Windows Kernel EoP vulnerabilities, <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-48583\">CVE-2026-48583<\/a> and <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45653\">CVE-2026-45653<\/a>, are rated critical. Worth singling out is <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44810\">CVE-2026-44810<\/a>, a critical flaw in Microsoft Cryptographic Services. An EoP in cryptographic infrastructure can affect trust verification and key management across an environment, not merely escalate one session. <\/p>\n<p>One item specific to healthcare environments: <a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-26142\">CVE-2026-26142<\/a> is a critical RCE in Nuance PowerScribe, the dictation and reporting platform common in radiology departments. Patient data exposure and disruption to diagnostic reporting carry HIPAA breach notification implications. Organizations with PowerScribe in the environment should apply this update. <\/p>\n<h2>Vulnerability Prioritization<\/h2>\n<p>Addressing vulnerabilities effectively requires a mix of established best practices and informed judgment. Severity ratings matter, but they are not the whole picture. The gap between vulnerability disclosure and patch deployment factors significantly into real-world exposure. This cycle, prioritization is driven primarily by exploitation status, public proof-of-concept availability, and attack surface breadth. <\/p>\n<p>The table below lists high-priority vulnerabilities from this cycle, one row per CVE, each linked to Microsoft\u2019s release notes for that CVE. The actively exploited Netlogon flaw (CVE-2026-41089) from May leads the list because any organization that has not applied the May cumulative update is facing active attacks against that vulnerability right now. <\/p>\n<table class=\"custom-blog-table\">\n<tbody>\n<tr aria-rowindex=\"1\">\n<td><b>CVE<\/b> <\/td>\n<td><b>Description<\/b> <\/td>\n<td><b>Severity<\/b> <\/td>\n<td><b>Exploitability<\/b> <\/td>\n<td><b>Priority<\/b> <\/td>\n<\/tr>\n<tr aria-rowindex=\"2\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-41089\">CVE-2026-41089<\/a> <\/td>\n<td>Windows Netlogon RCE (May patch, actively exploited since June 1) <\/td>\n<td>Critical <\/td>\n<td>Exploitation Detected <\/td>\n<td>P1: Immediate <\/td>\n<\/tr>\n<tr aria-rowindex=\"3\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-50507\">CVE-2026-50507<\/a> <\/td>\n<td>Windows BitLocker Security Feature Bypass (YellowKey, PoC public) <\/td>\n<td>Important <\/td>\n<td>Publicly Disclosed <\/td>\n<td>P1: Immediate <\/td>\n<\/tr>\n<tr aria-rowindex=\"4\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45585\">CVE-2026-45585<\/a> <\/td>\n<td>Windows BitLocker Security Feature Bypass (drove baseline delivery for hotpatch-enrolled Windows 11 Enterprise) <\/td>\n<td>Important <\/td>\n<td>Publicly Disclosed <\/td>\n<td>P1: Immediate <\/td>\n<\/tr>\n<tr aria-rowindex=\"5\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-49160\">CVE-2026-49160<\/a> <\/td>\n<td>HTTP.sys DoS, HTTP\/2 Bomb (PoC public, internet-facing IIS) <\/td>\n<td>Important <\/td>\n<td>Publicly Disclosed <\/td>\n<td>P1: Immediate <\/td>\n<\/tr>\n<tr aria-rowindex=\"6\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45648\">CVE-2026-45648<\/a> <\/td>\n<td>Active Directory Domain Services RCE <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P1\/P2 <\/td>\n<\/tr>\n<tr aria-rowindex=\"7\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-47652\">CVE-2026-47652<\/a> <\/td>\n<td>Hyper-V guest-to-host RCE (VM escape) <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"8\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45641\">CVE-2026-45641<\/a> <\/td>\n<td>Hyper-V guest-to-host RCE (VM escape) <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"9\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45607\">CVE-2026-45607<\/a> <\/td>\n<td>Hyper-V guest-to-host RCE (VM escape) <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"10\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45458\">CVE-2026-45458<\/a> <\/td>\n<td>Microsoft Outlook RCE (malicious document delivery) <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"11\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45456\">CVE-2026-45456<\/a> <\/td>\n<td>Microsoft Word RCE (malicious document delivery) <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"12\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-47635\">CVE-2026-47635<\/a> <\/td>\n<td>Microsoft Office RCE (malicious document delivery) <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"13\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44801\">CVE-2026-44801<\/a> <\/td>\n<td>Remote Desktop Client RCE <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"14\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44799\">CVE-2026-44799<\/a> <\/td>\n<td>Remote Desktop Client RCE <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"15\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-42992\">CVE-2026-42992<\/a> <\/td>\n<td>Remote Desktop Client RCE <\/td>\n<td>Critical <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"16\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-42985\">CVE-2026-42985<\/a> <\/td>\n<td>Remote Desktop Client RCE <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"17\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-44810\">CVE-2026-44810<\/a> <\/td>\n<td>Microsoft Cryptographic Services EoP (foundational subsystem) <\/td>\n<td>Critical <\/td>\n<td>Exploitation More Likely <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"18\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45586\">CVE-2026-45586<\/a> <\/td>\n<td>Windows CTFMON EoP, SYSTEM privileges (publicly disclosed) <\/td>\n<td>Important <\/td>\n<td>Publicly Disclosed <\/td>\n<td>P2: 7 days <\/td>\n<\/tr>\n<tr aria-rowindex=\"19\">\n<td><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45583\">CVE-2026-45583<\/a> <\/td>\n<td>Microsoft Exchange Server RCE (one of seven Exchange CVEs this cycle) <\/td>\n<td>Important <\/td>\n<td>Exploitation Less Likely <\/td>\n<td>P2\/P3 <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><\/p>\n<p><b>CVE-2026-41089 (May Patch, June Urgency)<\/b> <\/p>\n<p><a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-41089\">CVE-2026-41089<\/a> is a CVSS 9.8 stack-based buffer overflow in Windows Netlogon. An unauthenticated attacker with network access to a domain controller can achieve SYSTEM-level code execution with no credentials and no user interaction required. <a href=\"https:\/\/www.bleepingcomputer.com\/news\/microsoft\/critical-windows-netlogon-remote-code-execution-flaw-now-exploited-in-attacks\/\">Belgium\u2019s Centre for Cybersecurity confirmed active exploitation on June 1<\/a>, three weeks after Microsoft patched it in May with an initial assessment of \u2018exploitation less likely.\u2019 Proof-of-concept code is publicly available. Successful exploitation on a domain controller means full Active Directory domain compromise: privileged account creation, credential harvesting, and lateral movement across every system authenticating against that controller. If the May 12 cumulative update has not been applied to domain controllers, that should happen before anything in June\u2019s batch. <\/p>\n<h2>Two Deadlines Riding Alongside This Release<\/h2>\n<p><b>Secure Boot Certificate Expiration: 15 Days Left<\/b> <\/p>\n<p>The Secure Boot certificates that have governed Windows boot security since 2011 begin expiring on June 24. <a href=\"https:\/\/support.microsoft.com\/en-us\/topic\/windows-secure-boot-certificate-expiration-and-ca-updates-7ff40d33-95dc-4c3c-8725-a9b95457578e\">Microsoft Corporation KEK CA 2011 expires June 24, 2026, and Microsoft Corporation UEFI CA 2011 expires June 27<\/a>. Devices that have not received the 2023 replacement certificates will continue booting and receiving standard Windows updates after those dates, but they <a href=\"https:\/\/www.malwarebytes.com\/blog\/how-to\/2026\/05\/your-windows-pc-has-a-security-deadline-in-june-2026\">permanently lose the ability to receive new boot-level security protections<\/a>: updates to Windows Boot Manager, Secure Boot databases, and revocation lists that block bootkit malware. Future Windows major version upgrades will also eventually require the 2023 certificate. <\/p>\n<p>The key operational point for MSPs and IT professionals: <a href=\"https:\/\/techcommunity.microsoft.com\/blog\/windowsservernewsandbestpractices\/windows-server-secure-boot-playbook-for-certificates-expiring-in-2026\/4495789\">Windows Server requires manual action to update Secure Boot certificates<\/a>, unlike Windows PCs, which receive the transition through Controlled Feature Rollout automatically. Server administrators should work through Microsoft\u2019s Windows Server Secure Boot playbook and complete the transition on all Windows Server deployments before June 24. Managed enterprise environments using update rings need to verify completion status across their fleet; incorrect remediation steps can leave systems unbootable, so testing against representative hardware before a broad rollout is essential. This month\u2019s cumulative update also resolves the failures seen when installing KB5089549 on Windows 11 devices with limited EFI System Partition space, directly unblocking the Secure Boot transition on a subset of affected devices. <\/p>\n<p><b>Defender for Endpoint EDR Updates Decoupled from Patch Tuesday<\/b> <\/p>\n<p><a href=\"https:\/\/www.helpnetsecurity.com\/2026\/06\/08\/microsoft-defender-for-endpoint-edr-updates\/\">Microsoft announced on June 8<\/a> that Defender for Endpoint EDR sensor updates will no longer be bundled with monthly Windows cumulative updates. Starting with Windows 10 in late May, EDR updates now ship independently through Microsoft Update via KB5005292, with Windows 11 and remaining supported versions to follow by fall 2026. <\/p>\n<p>For environments applying updates automatically through Microsoft Update, no action is needed. The impact falls on shops using <a href=\"https:\/\/www.neowin.net\/news\/microsoft-making-much-needed-change-to-windows-11-10-patch-tuesday-security-updates\/\">manual update package deployment<\/a>: the new standalone Defender EDR package needs to be included in the deployment process, or the EDR sensor will fall behind the OS patch cycle on its own schedule. MSPs managing endpoint fleets under patching agreements should check their deployment tooling and track the MsSense.exe engine version as a separate compliance signal from OS patch level. The change allows Microsoft to push behavioral detection improvements between Patch Tuesdays, but only in environments where tooling has been updated to handle the new delivery method. <\/p>\n<h2>Summary<\/h2>\n<p>June 2026 is the largest Patch Tuesday on record: 198 CVEs, 32 critical, three publicly disclosed zero-days, led by the YellowKey BitLocker bypass (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-50507\">CVE-2026-50507<\/a>), the HTTP\/2 Bomb DoS (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-49160\">CVE-2026-49160<\/a>), and the CTFMON privilege escalation (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45586\">CVE-2026-45586<\/a>), with a second BitLocker bypass (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45585\">CVE-2026-45585<\/a>) forcing baseline delivery for hotpatch-enrolled Windows 11 Enterprise systems. Critical RCE patches cover Active Directory Domain Services, Hyper-V VM escape paths, Office and Outlook, and 11 Remote Desktop Client vulnerabilities. The May Netlogon flaw (<a target=\"_blank\" href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-41089\">CVE-2026-41089<\/a>) is under active exploitation and comes before anything in this batch for organizations that have not applied May\u2019s cumulative update. The Secure Boot certificate deadline of June 24 requires immediate manual action on Windows Server, and the Defender EDR decoupling requires teams using manual deployment to update their tooling. <\/p>\n<p>If AI-assisted vulnerability research is driving this volume, and the evidence increasingly says it is, then records like this one will keep falling. The right response is not severity-driven triage at a larger scale; it is prioritization built around exploitation status, public proof-of-concept code, and exposure, executed by tooling and process sized for 200-CVE months. Explore <a href=\"https:\/\/www.n-able.com\/features\/windows-patch-management\">N&#8209;able\u2019s Patch Management capabilities<\/a> to build the operational capacity this environment demands <\/p>\n<style>\n.custom-blog-table tr{border: 1px solid black;}\n.custom-blog-table td{border: 1px solid black;}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>June\u2019s Patch Tuesday arrives as the largest release in the history of the program with 198 vulnerabilities requiring customer action, 32 rated critical and 166 important, breaking the previous record&#8230;<\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-85866","post","type-post","status-publish","format-standard","hentry","topic-patch-management","topic-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able\" \/>\n<meta property=\"og:description\" content=\"June\u2019s Patch Tuesday arrives as the largest release in the history of the program with 198 vulnerabilities requiring customer action, 32 rated critical and 166 important, breaking the previous record...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\" \/>\n<meta property=\"og:site_name\" content=\"N-able\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NableMSP\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-11T16:57:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T17:10:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/03\/share-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"N-able\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Nable\" \/>\n<meta name=\"twitter:site\" content=\"@Nable\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"N-able\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\"},\"author\":{\"name\":\"N-able\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#\\\/schema\\\/person\\\/f46a000e389b6d02bd4b3866e7828a7b\"},\"headline\":\"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research\",\"datePublished\":\"2026-06-11T17:57:17+01:00\",\"dateModified\":\"2026-06-11T17:10:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\"},\"wordCount\":2165,\"publisher\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#organization\"},\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\",\"url\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\",\"name\":\"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#website\"},\"datePublished\":\"2026-06-11T17:57:17+01:00\",\"dateModified\":\"2026-06-11T17:10:13+00:00\",\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.n-able.com\\\/it\\\/blog\\\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/\",\"name\":\"N-able\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#organization\",\"name\":\"N-able\",\"url\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.n-able.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo-n-able-vertical-dark.svg\",\"contentUrl\":\"https:\\\/\\\/www.n-able.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo-n-able-vertical-dark.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"N-able\"},\"image\":{\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/NableMSP\",\"https:\\\/\\\/x.com\\\/Nable\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/n-able\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UClnp77HHg4aME-S-3fWQhFw\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.n-able.com\\\/it\\\/#\\\/schema\\\/person\\\/f46a000e389b6d02bd4b3866e7828a7b\",\"name\":\"N-able\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g\",\"caption\":\"N-able\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","og_locale":"it_IT","og_type":"article","og_title":"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able","og_description":"June\u2019s Patch Tuesday arrives as the largest release in the history of the program with 198 vulnerabilities requiring customer action, 32 rated critical and 166 important, breaking the previous record...","og_url":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","og_site_name":"N-able","article_publisher":"https:\/\/www.facebook.com\/NableMSP","article_published_time":"2026-06-11T16:57:17+00:00","article_modified_time":"2026-06-11T17:10:13+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/03\/share-image.jpg","type":"image\/jpeg"}],"author":"N-able","twitter_card":"summary_large_image","twitter_creator":"@Nable","twitter_site":"@Nable","twitter_misc":{"Scritto da":"N-able","Tempo di lettura stimato":"10 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research#article","isPartOf":{"@id":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research"},"author":{"name":"N-able","@id":"https:\/\/www.n-able.com\/it\/#\/schema\/person\/f46a000e389b6d02bd4b3866e7828a7b"},"headline":"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research","datePublished":"2026-06-11T17:57:17+01:00","dateModified":"2026-06-11T17:10:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research"},"wordCount":2165,"publisher":{"@id":"https:\/\/www.n-able.com\/it\/#organization"},"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","url":"https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research","name":"June 2026 Patch Tuesday: A Record 198 CVEs, Three Zero-Days, and a Glimpse of the AI-Driven Future of Vulnerability Research - N-able","isPartOf":{"@id":"https:\/\/www.n-able.com\/it\/#website"},"datePublished":"2026-06-11T17:57:17+01:00","dateModified":"2026-06-11T17:10:13+00:00","inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.n-able.com\/it\/blog\/june-2026-patch-tuesday-a-record-198-cves-three-zero-days-and-a-glimpse-of-the-ai-driven-future-of-vulnerability-research"]}]},{"@type":"WebSite","@id":"https:\/\/www.n-able.com\/it\/#website","url":"https:\/\/www.n-able.com\/it\/","name":"N-able","description":"","publisher":{"@id":"https:\/\/www.n-able.com\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.n-able.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.n-able.com\/it\/#organization","name":"N-able","url":"https:\/\/www.n-able.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.n-able.com\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg","contentUrl":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg","width":"1024","height":"1024","caption":"N-able"},"image":{"@id":"https:\/\/www.n-able.com\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NableMSP","https:\/\/x.com\/Nable","https:\/\/www.linkedin.com\/company\/n-able","https:\/\/www.youtube.com\/channel\/UClnp77HHg4aME-S-3fWQhFw"]},{"@type":"Person","@id":"https:\/\/www.n-able.com\/it\/#\/schema\/person\/f46a000e389b6d02bd4b3866e7828a7b","name":"N-able","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9c468b7c98137ecdd5508befa660c205a7978133257080a37fb0b1362d53411?s=96&d=mm&r=g","caption":"N-able"}}]}},"_links":{"self":[{"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/posts\/85866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/comments?post=85866"}],"version-history":[{"count":0,"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/posts\/85866\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.n-able.com\/it\/wp-json\/wp\/v2\/media?parent=85866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}