Stay ahead of critical vulnerabilities with our breakdown of this month's Microsoft security patches.
Release Date: Tuesday, July 14, 2026
Release Time: 10:00 AM PST / 1:00 PM EST / 6:00 PM UTC
Status: Released
Last Updated: July 14, 2026
Microsoft has released its July 2026 Patch Tuesday security updates, addressing 621 unique Microsoft CVEs with 1,149 total vulnerabilities when including updates to existing CVEs and related entries. This is the largest single Patch Tuesday release in 2026, significantly exceeding June's 200-vulnerability record.
Release Statistics:
Critical Vulnerabilities Requiring Immediate Attention:
IMMEDIATE ACTIONS REQUIRED:
The July 2026 Patch Tuesday release represents unprecedented scale in Microsoft's monthly security updates:
Volume Context:
The distinction between 621 unique CVEs and 1,149 total vulnerabilities reflects how Microsoft tracks security issues:
Microsoft categorized all 621 CVEs by severity:
Critical-Severity: 62 CVEs (10.0%)
Important-Severity: 552 CVEs (88.9%)
Moderate-Severity: 6 CVEs (0.97%)
Low-Severity: 1 CVE (0.16%)
The high proportion of critical-severity vulnerabilities (62 out of 621) means organizations cannot selectively patch. Nearly 10% of this release requires emergency deployment attention.
Severity: Critical
Component: Windows BitLocker Drive Encryption
Impact: Security Feature Bypass allowing unauthorized access to encrypted data
Affected Systems: Windows systems using BitLocker encryption
Deployment Priority: CRITICAL
Organizations using BitLocker for full-disk or data encryption must deploy CVE-2026-50661 within 24-48 hours. This vulnerability affects the security guarantees of encrypted systems and requires immediate remediation.
Action Items:
Severity: Critical
Component: Active Directory Federation Services (ADFS)
Impact: Elevation of Privilege allowing attackers to gain higher privileges within ADFS environments
Affected Systems: Organizations running ADFS (on-premises or hybrid environments)
Deployment Priority: CRITICAL for Organizations Using ADFS
Active Directory Federation Services handles authentication and authorization in hybrid cloud scenarios. This elevation of privilege vulnerability requires immediate patching for organizations using ADFS.
Action Items:
Severity: Critical
Component: Microsoft SharePoint Server
Impact: Elevation of Privilege within SharePoint environments
Affected Systems: Organizations running SharePoint Server (2016, 2019, on-premises)
Deployment Priority: CRITICAL for SharePoint Environments
Microsoft SharePoint Server stores critical business documents and data. An elevation of privilege vulnerability allows attackers to gain unauthorized access. Organizations running SharePoint Server must deploy this patch within 24-48 hours.
Action Items:
July 14, 2026 marks the effective enforcement date for Kerberos RC4 hardening Phase 2. As of this release:
Organizations that did not complete RC4 remediation before July 14 are now experiencing:
Authentication Failures:
Event Logging:
If You're Experiencing Authentication Failures:
# Query domain controller for RC4 authentication failures
Get-WinEvent -FilterHashtable @{LogName='Security'; ID=4771} |
Where-Object {$_.Message -match 'Encryption type'} |
Select-Object TimeCreated, @{Name='System';Expression={$_.Properties[0].Value}} |
Sort-Object TimeCreated -Descending
Determine remediation approach for each affected system:
Implement temporary RC4 fallback only if necessary:
# Temporarily enable RC4 support (emergency only, maximum 30 days)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters" `
-Name "SupportedEncryptionTypes" -Value 31
# Value 31 enables: AES256_HMAC_SHA1, AES128_HMAC_SHA1, RC4_HMAC, DES_CBC_MD5, DES_CBC_CRC
Important: Temporary RC4 fallback is an emergency measure only. Permanent solution requires upgrading affected systems.
July 2026 patches affect nearly the entire Microsoft product portfolio:
Hours 0-4 (Immediate):
Hours 4-12 (Pilot Deployment):
Hours 12-24 (Wave 1 Production):
Hours 24-48 (Wave 2 Production):
Days 2-7:
Days 8-14:
Before deploying July patches to production, validate:
System Functionality:
BitLocker Validation (for CVE-2026-50661):
manage-bde.exe -statusADFS/SharePoint Validation (for CVE-2026-56155):
Application Compatibility:
Kerberos and Authentication:
Performance Verification:
Coordinate with third-party updates released concurrently with Microsoft Patch Tuesday:
July 2026 Patch Tuesday establishes a new record with 621 unique Microsoft CVEs and 1,149 total vulnerabilities. The 62 critical-severity flaws, including CVE-2026-50661 (BitLocker bypass) and CVE-2026-56155 (ADFS/SharePoint EoP), require aggressive, immediate deployment.
Critical Action Items:
The Bottom Line:
July 2026 Patch Tuesday is the largest security release of the year, requiring maximum organizational resources and commitment. The critical vulnerabilities affecting BitLocker encryption and ADFS/SharePoint authentication demand immediate deployment priority. However, the 552 Important-severity patches cannot be overlooked and must be systematically deployed across the enterprise within 1-2 weeks.
Organizations should treat this release with the urgency it deserves while implementing systematic, tested deployment procedures to ensure comprehensive coverage and minimize operational disruption.
For comprehensive endpoint management and automated patch deployment with vulnerability scanning and compliance reporting, explore Zecurit Endpoint Manager.
Below is a detailed list of the security patches and CVEs released in this month's Patch. This information is fetched directly from the Microsoft Security Response Center (MSRC) to help you stay protected with the latest patches.
Introduced by Microsoft in 2003, Patch Tuesday was created to bring order to the chaotic world of software updates. Before this schedule, updates were released sporadically, making it difficult for IT teams to plan their patching efforts.
Today, the predictable monthly schedule allows administrators to prepare for the deployment of these patches. However, the importance of Patch Tuesday goes beyond simple scheduling:
Proactive Vulnerability Management: It is Microsoft's primary mechanism for addressing publicly known Common Vulnerabilities and Exposures (CVEs) in its products.
Averting Cyberattacks: Timely patching is the most effective way to prevent cybercriminals from exploiting known weaknesses. For every patch Microsoft releases, attackers race to reverse-engineer the update to find the underlying vulnerability and develop an exploit for unpatched systems—a phenomenon often referred to as "Exploit Wednesday."
System Stability: Beyond security, these updates often contain important bug fixes and performance enhancements that ensure your systems run smoothly.
Effectively handling Patch Tuesday updates is a core responsibility for any IT team. Simply installing the patches isn't enough; a well-defined process is needed to minimize risk and prevent system downtime.
Here are some best practices for managing your patching cycle:
Prioritize Patches: Not all patches are created equal. Focus on deploying updates with a "Critical" or "Important" severity rating first, as these address the most severe vulnerabilities.
Test Before Deployment: Never roll out patches to your entire organization without testing them first. Use a staging or lab environment that mirrors your production systems to check for any compatibility issues or bugs.
Automate the Process: Tools like Windows Server Update Services (WSUS) and Microsoft Endpoint Configuration Manager (SCCM) are indispensable for automating the deployment of patches. Automation saves time, reduces human error, and ensures consistency across your network.
Monitor and Verify: After deployment, actively monitor systems to ensure the patches were installed correctly and did not cause any unexpected issues. A rollback plan should be in place to quickly revert any problematic updates.
Stay Informed: Follow official Microsoft security channels and industry news to stay up-to-date on any out-of-band updates (critical patches released outside of the normal schedule) or known issues with the monthly patches.
Patch Tuesday updates are tied to specific CVEs. A CVE (Common Vulnerabilities and Exposures) is a unique ID number assigned to a publicly known security flaw. Each CVE entry provides a brief description of the vulnerability, allowing security professionals to track and prioritize fixes.
When reviewing our monthly list of CVEs, pay close attention to:
Severity Rating: Microsoft assigns a severity rating (Critical, Important, Moderate, Low) to each vulnerability. Critical vulnerabilities, which could allow remote code execution without user interaction, should be your highest priority.
Exploitability: The "Exploited" status indicates if a vulnerability is being actively targeted by attackers. Patches for these CVEs must be applied immediately.
Patch Tuesday is more than just a monthly event; it is the cornerstone of modern vulnerability management for anyone using Microsoft products. By understanding what it is, embracing best practices, and staying informed about the latest CVEs, you can strengthen your security posture and protect your organization from a constantly evolving threat landscape.
Patch Tuesday is the second Tuesday of each month when Microsoft releases its regular updates for Windows operating systems and other Microsoft products. These updates typically include security patches, bug fixes, and sometimes feature improvements.
Patch Tuesday is crucial for maintaining the security and stability of systems. The updates often address vulnerabilities that could be exploited by attackers, and keeping systems up to date helps protect against these risks.
Microsoft releases Patch Tuesday updates on their website and through Windows Update. For detailed patch notes, you can refer to Microsoft's Security Update Guide or subscribe to update notifications from your device or trusted sources like security blogs.
Yes, you can manually download and install updates through Windows Update, or directly from the Microsoft Update Catalog website, which offers patches for individual downloads.
It’s highly recommended to install all security updates to ensure your system remains protected from known vulnerabilities. However, non-security updates or feature updates might be optional based on your needs.
If you miss a Patch Tuesday update, it’s important to install the updates as soon as possible to avoid potential security risks. Microsoft allows you to download and install any missed updates through Windows Update.
For businesses or IT administrators, you can use Windows Server Update Services (WSUS), System Center Configuration Manager (SCCM), or third-party patch management tools to schedule, approve, and distribute updates across multiple systems.
Not all updates are critical. Patch Tuesday updates include a range of fixes, from critical security patches to optional non-security updates. It’s important to assess which updates are most relevant to your environment.
Failing to apply updates can leave your system vulnerable to exploits and attacks. Many of the updates address critical security flaws that cybercriminals may target, so staying updated is vital for system security.