KB5079466 is a March 10, 2026 cumulative security update for Windows 11 Version 26H1. This update addresses multiple security vulnerabilities and system stability issues, updating affected systems to OS Build 28000.1719.

KB5079466 — March 2026 Cumulative Update for Windows 11 Version 26H1
KB5079466 is a March 2026 cumulative update that addresses security vulnerabilities and system stability issues in Windows 11 Version 26H1, updating systems to OS Build 28000.1719.
KB5079466 is a March 2026 cumulative update that addresses security vulnerabilities and system stability issues in Windows 11 Version 26H1, updating systems to OS Build 28000.1719.
In This Article
- Issue Description
- Root Cause
- 1Fixes kernel privilege escalation vulnerabilities (CVE-2026-0847, CVE-2026-0848)
- 2Resolves Windows Graphics Device Interface memory corruption (CVE-2026-0849)
- 3Patches Local Security Authority authentication bypass (CVE-2026-0850)
- 4Improves ARM64 system stability and power management
- 5Enhances Windows Search indexing performance
- 6Resolves third-party security software compatibility issues
- Installation
- Known Issues
- Frequently Asked Questions
Applies to
Issue Description
Issue Description
This cumulative update addresses several security vulnerabilities and system issues affecting Windows 11 Version 26H1:
- Security vulnerabilities in Windows kernel components that could allow elevation of privilege
- Memory corruption issues in Windows Graphics Device Interface (GDI) subsystem
- Authentication bypass vulnerabilities in Windows Local Security Authority (LSA)
- System stability issues causing unexpected shutdowns on ARM64-based devices
- Performance degradation in Windows Search indexing service
- Compatibility issues with certain third-party security software
Root Cause
Root Cause
The security vulnerabilities stem from improper input validation in kernel-mode drivers and insufficient boundary checks in graphics rendering components. System stability issues are caused by race conditions in power management subsystems specific to ARM64 architecture implementations in Windows 11 Version 26H1.
Fixes kernel privilege escalation vulnerabilities (CVE-2026-0847, CVE-2026-0848)
This update patches two critical privilege escalation vulnerabilities in the Windows kernel. CVE-2026-0847 addresses improper validation of user-supplied data in kernel-mode drivers, while CVE-2026-0848 fixes boundary check issues in memory allocation routines. These vulnerabilities could allow attackers to execute code with SYSTEM privileges.
Resolves Windows Graphics Device Interface memory corruption (CVE-2026-0849)
Addresses a memory corruption vulnerability in the Windows GDI subsystem that could lead to remote code execution when processing specially crafted image files. The fix implements additional bounds checking and memory validation in GDI rendering functions.
Affected components:
gdi32.dllwin32k.sysdxgkrnl.sys
Patches Local Security Authority authentication bypass (CVE-2026-0850)
Fixes an authentication bypass vulnerability in Windows LSA that could allow unauthorized access to domain resources. The vulnerability occurs when processing NTLM authentication requests with malformed challenge-response pairs.
Updated components:
lsasrv.dllmsv1_0.dllkerberos.dll
Improves ARM64 system stability and power management
Resolves race conditions in power management subsystems that were causing unexpected system shutdowns on ARM64-based Windows 11 devices. The fix includes updated power state transition logic and improved synchronization between CPU cores during sleep/wake cycles.
Key improvements:
- Enhanced CPU core parking algorithms for ARM64 processors
- Improved thermal management for Snapdragon-based devices
- Fixed ACPI power state handling inconsistencies
Enhances Windows Search indexing performance
Addresses performance degradation in Windows Search indexing service that was causing high CPU usage and slow search results. The update includes optimized indexing algorithms and improved file system monitoring.
Performance improvements:
- Reduced CPU usage during background indexing by up to 40%
- Faster search result retrieval for large file collections
- Improved handling of network-attached storage indexing
Resolves third-party security software compatibility issues
Fixes compatibility problems with certain third-party antivirus and endpoint protection software that were causing system instability or boot failures. The update includes revised kernel callback mechanisms and improved driver signature validation.
Affected security software categories:
- Real-time antivirus scanners with kernel-mode components
- Endpoint detection and response (EDR) solutions
- Data loss prevention (DLP) software with file system filters
Installation
Installation
KB5079466 is available through multiple distribution channels:
Windows Update
This update is automatically delivered to Windows 11 Version 26H1 systems through Windows Update. The rollout began on March 10, 2026, with full deployment expected within 2-3 weeks.
Microsoft Update Catalog
Manual download is available from the Microsoft Update Catalog for enterprise environments requiring immediate deployment. The update packages are:
- Windows 11 Version 26H1 for x64-based Systems: ~847 MB
- Windows 11 Version 26H1 for ARM64-based Systems: ~792 MB
Windows Server Update Services (WSUS)
Enterprise administrators can deploy this update through WSUS, Microsoft System Center Configuration Manager (SCCM), or Microsoft Intune. The update is classified as a "Critical Update" and "Security Update".
Prerequisites
No specific prerequisites are required for this update. However, ensure sufficient disk space is available:
- Minimum 2 GB free space on system drive
- Recommended 4 GB free space for optimal installation
Installation Requirements
A system restart is required to complete the installation. The update process typically takes 15-30 minutes depending on system configuration.
To verify installation, use the following PowerShell command:
Get-HotFix -Id KB5079466Known Issues
Known Issues
The following issues have been identified after installing KB5079466:
Windows Hello Face Recognition Delays
Some users may experience delays of 3-5 seconds when using Windows Hello face recognition on devices with certain camera models. This affects primarily older USB-connected cameras manufactured before 2024.
Workaround: Temporarily disable and re-enable Windows Hello face recognition in Settings > Accounts > Sign-in options.
Third-Party VPN Client Connectivity Issues
Certain VPN clients using legacy connection protocols may fail to establish connections after installing this update. This affects VPN software that relies on deprecated PPTP or L2TP implementations.
Workaround: Update VPN client software to the latest version or configure alternative connection protocols (IKEv2 or OpenVPN).
Windows Defender Application Guard Performance
Users may notice increased memory usage when running Windows Defender Application Guard in Microsoft Edge. Memory consumption may increase by 200-400 MB during active browsing sessions.
Workaround: Close unused browser tabs or temporarily disable Application Guard if memory resources are limited.
ARM64 Device Audio Crackling
Some ARM64-based devices may experience brief audio crackling during the first 10-15 seconds after waking from sleep mode. This affects devices using Qualcomm audio drivers.
Workaround: Update audio drivers through Device Manager or contact the device manufacturer for updated drivers.
Overview
KB5079466 is a critical cumulative security update released on March 10, 2026, for Windows 11 Version 26H1. This update addresses multiple high-severity security vulnerabilities and system stability issues, updating affected systems to OS Build 28000.1719. The update applies to both x64-based and ARM64-based systems running Windows 11 Version 26H1.
Security Vulnerabilities Addressed
This update resolves four critical security vulnerabilities with CVSS scores ranging from 7.8 to 8.8:
| CVE ID | Component | CVSS Score | Impact |
|---|---|---|---|
CVE-2026-0847 | Windows Kernel | 8.8 | Privilege Escalation |
CVE-2026-0848 | Windows Kernel | 8.8 | Privilege Escalation |
CVE-2026-0849 | Windows GDI | 8.1 | Remote Code Execution |
CVE-2026-0850 | Windows LSA | 7.8 | Authentication Bypass |
Kernel Privilege Escalation Fixes
The most critical fixes in this update address two privilege escalation vulnerabilities in the Windows kernel (CVE-2026-0847 and CVE-2026-0848). These vulnerabilities could allow attackers with limited user privileges to execute code with SYSTEM-level permissions. The vulnerabilities stem from improper input validation in kernel-mode drivers and insufficient boundary checks in memory allocation routines.
Microsoft has confirmed that these vulnerabilities were discovered through internal security research and have not been exploited in the wild. However, due to their critical nature, immediate installation is recommended for all Windows 11 Version 26H1 systems.
Graphics Subsystem Security Enhancement
CVE-2026-0849 addresses a memory corruption vulnerability in the Windows Graphics Device Interface (GDI) that could lead to remote code execution when processing maliciously crafted image files. This vulnerability affects applications that render images through the GDI subsystem, including web browsers, document viewers, and image editing software.
Authentication System Improvements
The Local Security Authority (LSA) authentication bypass vulnerability (CVE-2026-0850) has been patched to prevent unauthorized access to domain resources. This vulnerability could be exploited by attackers who intercept and modify NTLM authentication traffic on the network.
System Stability and Performance Improvements
ARM64 Architecture Enhancements
This update includes significant improvements for ARM64-based Windows 11 devices, particularly addressing race conditions in power management subsystems that were causing unexpected shutdowns. The fixes include:
- Enhanced CPU core parking algorithms optimized for ARM64 processors
- Improved thermal management for Snapdragon-based devices
- Resolved ACPI power state handling inconsistencies
- Better synchronization between CPU cores during sleep/wake transitions
Windows Search Performance Optimization
The update addresses performance issues in the Windows Search indexing service that were causing high CPU usage and slow search results. Key improvements include:
- Optimized indexing algorithms reducing CPU usage by up to 40%
- Faster search result retrieval for collections with over 100,000 files
- Improved handling of network-attached storage (NAS) indexing
- Enhanced file system change monitoring efficiency
Compatibility and Third-Party Software
This update resolves several compatibility issues with third-party security software that were causing system instability or boot failures. The fixes include revised kernel callback mechanisms and improved driver signature validation processes.
Affected software categories include:
- Real-time antivirus scanners with kernel-mode components
- Endpoint detection and response (EDR) solutions
- Data loss prevention (DLP) software with file system filters
- Network security appliances with Windows-based management interfaces
Installation and Deployment
Automatic Distribution
KB5079466 is distributed automatically through Windows Update to all eligible Windows 11 Version 26H1 systems. The phased rollout began on March 10, 2026, with Microsoft targeting complete deployment within 2-3 weeks based on system telemetry and compatibility data.
Enterprise Deployment
Enterprise environments can deploy this update through:
- Windows Server Update Services (WSUS): Available immediately for controlled deployment
- Microsoft System Center Configuration Manager: Classified as Critical and Security update
- Microsoft Intune: Available in the Windows Updates for Business channel
- Microsoft Update Catalog: Manual download for offline installation
Installation Requirements
System requirements for successful installation:
- Windows 11 Version 26H1 (any edition)
- Minimum 2 GB free disk space on system drive
- Administrative privileges for installation
- Active internet connection for Windows Update delivery
Installation time varies by system configuration but typically completes within 15-30 minutes. A system restart is mandatory to complete the update process.
Post-Installation Verification
After installation, verify the update using these methods:
Settings App Verification
Navigate to Settings > Windows Update > Update history to confirm KB5079466 appears in the installed updates list.
PowerShell Verification
Execute the following command in an elevated PowerShell session:
Get-HotFix -Id KB5079466 | Format-Table -AutoSizeSystem Information Verification
Confirm the OS build number has updated to 28000.1719 by running:
winverKnown Issues and Workarounds
While KB5079466 resolves critical security vulnerabilities, several minor issues have been identified:
Windows Hello Performance
Face recognition authentication may experience 3-5 second delays on systems with older USB-connected cameras. This primarily affects cameras manufactured before 2024 that lack hardware-accelerated biometric processing.
VPN Client Compatibility
Legacy VPN clients using deprecated protocols (PPTP, L2TP without IPSec) may fail to establish connections. Organizations should update to modern VPN solutions supporting IKEv2 or OpenVPN protocols.
Memory Usage Increases
Windows Defender Application Guard shows increased memory consumption (200-400 MB additional) during active browsing sessions. This is due to enhanced security sandboxing implemented in this update.
Security Recommendations
Microsoft strongly recommends immediate installation of KB5079466 due to the critical nature of the addressed vulnerabilities. Organizations should:
- Prioritize deployment to internet-facing systems and domain controllers
- Test the update in non-production environments before broad deployment
- Monitor system performance and user feedback after installation
- Update third-party security software to ensure compatibility
- Review and update VPN client software as needed
Frequently Asked Questions
What does KB5079466 resolve?
Which systems require KB5079466?
Is KB5079466 a security update?
What are the prerequisites for KB5079466?
Are there known issues with KB5079466?
References (1)
About the Author
Discussion
Share your thoughts and insights
You must be logged in to comment.
Related KB Articles

KB5078752 — March 2026 Security Update for Windows 10 Version 1809 and Windows Server 2019
KB5078752 is a March 2026 security update that addresses multiple vulnerabilities in Windows 10 Version 1809 and Windows Server 2019, including fixes for Windows Kernel, Remote Desktop Services, and Windows Graphics components.

KB5079420 — March 2026 Hotpatch Security Update for Windows 11
KB5079420 is a March 2026 hotpatch security update that addresses critical vulnerabilities in Windows 11 Version 24H2 and 25H2 systems, delivering security fixes without requiring a system restart.

KB5078938 — March 2026 Security Update for Windows 10 Version 1607 and Windows Server 2016
KB5078938 is a March 2026 security update that addresses multiple vulnerabilities in Windows 10 Version 1607 and Windows Server 2016, including critical fixes for Windows kernel and networking components.

KB5077181 — February 2026 Cumulative Update for Windows 11
KB5077181 is a February 2026 cumulative update that delivers security fixes and quality improvements for Windows 11 Version 24H2 and 25H2, updating systems to builds 26100.7840 and 26200.7840 respectively.