KB5077473 is a March 10, 2026 security update for SQL Server 2016 SP3 Azure Connect Feature Pack. This update addresses critical security vulnerabilities including remote code execution and elevation of privilege issues that could allow attackers to compromise SQL Server instances with Azure connectivity features enabled.

KB5077473 — Security Update for SQL Server 2016 SP3 Azure Connect Feature Pack
KB5077473 is a March 2026 security update that addresses multiple vulnerabilities in SQL Server 2016 SP3 Azure Connect Feature Pack, including remote code execution and elevation of privilege issues affecting x64-based systems.
KB5077473 is a March 2026 security update that addresses multiple vulnerabilities in SQL Server 2016 SP3 Azure Connect Feature Pack, including remote code execution and elevation of privilege issues affecting x64-based systems.
In This Article
- Issue Description
- Root Cause
- 1Fixes remote code execution vulnerability in Azure Connect authentication module
- 2Resolves elevation of privilege issue in Azure data synchronization service
- 3Patches authentication bypass vulnerability in hybrid connection manager
- 4Updates Azure Connect Feature Pack to version 13.0.6441.1
- Installation
- Known Issues
- Frequently Asked Questions
Applies to
Issue Description
Issue Description
This security update addresses multiple vulnerabilities in SQL Server 2016 SP3 Azure Connect Feature Pack that could allow attackers to:
- Execute arbitrary code remotely on affected SQL Server instances
- Elevate privileges within the SQL Server environment
- Bypass authentication mechanisms in Azure Connect components
- Access sensitive data through compromised Azure connectivity features
- Perform unauthorized operations on connected Azure resources
These vulnerabilities primarily affect SQL Server instances with Azure Connect Feature Pack components enabled and configured for hybrid cloud scenarios.
Root Cause
Root Cause
The vulnerabilities stem from insufficient input validation and improper privilege handling in the Azure Connect Feature Pack components. Specifically, the issues occur in the authentication and data synchronization modules that facilitate communication between on-premises SQL Server instances and Azure services, allowing potential exploitation through crafted requests or malicious payloads.
Fixes remote code execution vulnerability in Azure Connect authentication module
This update patches a critical remote code execution vulnerability in the Azure Connect authentication component. The fix implements proper input validation and bounds checking for authentication requests, preventing attackers from executing arbitrary code through malformed authentication tokens or connection strings. The update modifies the SqlAzureConnect.dll library to include enhanced security checks and sanitization routines.
Resolves elevation of privilege issue in Azure data synchronization service
Addresses an elevation of privilege vulnerability in the Azure data synchronization service that could allow authenticated users to gain administrative privileges. The fix updates the privilege validation logic in the synchronization engine and implements proper access control checks. Modified components include AzureDataSync.exe and related service modules to enforce least-privilege principles.
Patches authentication bypass vulnerability in hybrid connection manager
Fixes an authentication bypass issue in the hybrid connection manager that could allow unauthorized access to Azure-connected resources. The update strengthens certificate validation and implements additional authentication layers for hybrid connections. The HybridConnectionManager.dll component is updated with enhanced cryptographic validation and secure connection establishment protocols.
Updates Azure Connect Feature Pack to version 13.0.6441.1
This update brings the Azure Connect Feature Pack to version 13.0.6441.1, which includes comprehensive security improvements and stability enhancements. The update includes new security protocols for Azure service communication, improved error handling, and enhanced logging capabilities for security monitoring and compliance requirements.
Installation
Installation
This security update is available through multiple distribution channels:
Microsoft Update Catalog
Download KB5077473 manually from the Microsoft Update Catalog for immediate installation. The update package is approximately 145 MB and requires administrative privileges for installation.
Windows Server Update Services (WSUS)
Enterprise environments can deploy this update through WSUS. The update will appear in the SQL Server Products classification and requires approval for deployment to target systems.
System Center Configuration Manager (SCCM)
SCCM administrators can deploy KB5077473 through software update management. The update supports both immediate deployment and scheduled maintenance windows.
Prerequisites
- SQL Server 2016 Service Pack 3 must be installed
- Azure Connect Feature Pack must be previously installed and configured
- Administrative privileges required for installation
- Minimum 500 MB free disk space on system drive
- All SQL Server services must be stopped during installation
Installation Process
The installation requires a system restart and approximately 15-20 minutes of downtime. SQL Server services will be automatically restarted after the update completes successfully.
Known Issues
Known Issues
The following issues have been identified with KB5077473:
Installation Failures
- Error 0x80070643: Installation may fail if SQL Server services are running. Stop all SQL Server services before attempting installation.
- Error 0x80070005: Access denied errors occur when running installation without administrative privileges.
Post-Installation Issues
- Azure Connect Service Startup Delays: Some systems may experience delayed startup of Azure Connect services after installation. Services typically start within 2-3 minutes of system boot.
- Connection String Validation: Existing Azure connection strings may require validation after the update due to enhanced security checks. Review and test all Azure connections after installation.
Workarounds
For installation failures, ensure all SQL Server services are stopped and run the installer as administrator. If Azure Connect services fail to start, restart the SQL Server Agent service manually using services.msc or PowerShell:
Restart-Service -Name "SQLSERVERAGENT"Overview
KB5077473 is a critical security update released on March 10, 2026, for Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack. This update addresses multiple high-severity vulnerabilities that could allow remote code execution, elevation of privilege, and authentication bypass in SQL Server environments with Azure connectivity features enabled.
Security Vulnerabilities Addressed
This update resolves several critical security issues in the Azure Connect Feature Pack components:
Remote Code Execution Vulnerability
A critical vulnerability in the Azure Connect authentication module could allow attackers to execute arbitrary code on affected SQL Server instances. This vulnerability affects the authentication handshake process between on-premises SQL Server and Azure services, potentially allowing attackers to compromise the entire SQL Server environment through malformed authentication requests.
Elevation of Privilege Issue
The Azure data synchronization service contained a vulnerability that could allow authenticated users to escalate their privileges within the SQL Server environment. This issue particularly affects environments where multiple users have access to Azure Connect features, potentially allowing lower-privileged users to gain administrative access.
Authentication Bypass Vulnerability
A flaw in the hybrid connection manager could allow attackers to bypass authentication mechanisms and gain unauthorized access to Azure-connected resources. This vulnerability poses significant risks in hybrid cloud deployments where sensitive data is synchronized between on-premises and cloud environments.
Affected Systems
This security update applies specifically to:
| Product | Version | Architecture | Component |
|---|---|---|---|
| SQL Server 2016 | Service Pack 3 | x64-based Systems | Azure Connect Feature Pack |
Technical Details
Updated Components
The following components are updated by KB5077473:
SqlAzureConnect.dll- Azure authentication and connection managementAzureDataSync.exe- Data synchronization service executableHybridConnectionManager.dll- Hybrid connection management libraryAzureConnectService.exe- Main Azure Connect service
Version Information
After installing KB5077473, the Azure Connect Feature Pack will be updated to version 13.0.6441.1. You can verify the installation by checking the version information in SQL Server Management Studio or by querying the system registry.
Security Enhancements
The update implements several security improvements:
- Enhanced input validation for all Azure Connect API calls
- Improved certificate validation for hybrid connections
- Strengthened authentication protocols for Azure service communication
- Additional logging and monitoring capabilities for security events
- Updated cryptographic libraries with current security standards
Installation Requirements
Prerequisites
Before installing KB5077473, ensure the following requirements are met:
- SQL Server 2016 Service Pack 3 is installed and running
- Azure Connect Feature Pack is installed and configured
- User account has administrative privileges on the target system
- Minimum 500 MB free disk space available on the system drive
- Network connectivity to Microsoft Update services (if installing via Windows Update)
Pre-Installation Steps
- Create a full backup of all SQL Server databases
- Document current Azure Connect configuration settings
- Stop all SQL Server services using SQL Server Configuration Manager
- Close all SQL Server Management Studio and related applications
- Verify system meets minimum hardware requirements
Deployment Methods
Automatic Installation
For systems with automatic updates enabled, KB5077473 will be downloaded and installed automatically during the next update cycle. The installation will require a system restart and may take 15-20 minutes to complete.
Manual Installation
Download the update package from the Microsoft Update Catalog and run the installer with administrative privileges. The installer will guide you through the installation process and automatically restart required services.
Enterprise Deployment
Enterprise environments can deploy this update using Windows Server Update Services (WSUS) or System Center Configuration Manager (SCCM). The update supports both immediate deployment and scheduled maintenance windows to minimize business impact.
Post-Installation Verification
After installing KB5077473, perform the following verification steps:
- Verify SQL Server services start successfully
- Test Azure Connect functionality with existing connections
- Review SQL Server error logs for any installation-related issues
- Validate Azure data synchronization operations
- Confirm all hybrid connections are functioning properly
Use the following PowerShell command to verify the update installation:
Get-HotFix -Id KB5077473Rollback Procedures
If issues occur after installing KB5077473, the update can be removed through the Windows Programs and Features control panel. However, Microsoft recommends contacting support before removing security updates, as this may leave systems vulnerable to the addressed security issues.
Frequently Asked Questions
What does KB5077473 resolve?
Which systems require KB5077473?
Is KB5077473 a security update?
What are the prerequisites for KB5077473?
Are there known issues with KB5077473?
References (3)
About the Author
Discussion
Share your thoughts and insights
You must be logged in to comment.
Related KB Articles

KB5077468 — Security Update for SQL Server 2025 GDR
KB5077468 is a security update released March 10, 2026, that addresses critical vulnerabilities in Microsoft SQL Server 2025 for x64-based systems, including remote code execution and privilege escalation flaws.

KB5077466 — Security Update for SQL Server 2025 CU2
KB5077466 is a security update for Microsoft SQL Server 2025 Cumulative Update 2 (CU2) that addresses multiple security vulnerabilities and improves database engine security on x64-based systems.

KB5077470 — Security Update for SQL Server 2019 GDR
KB5077470 is a security update for Microsoft SQL Server 2019 GDR that addresses multiple vulnerabilities including remote code execution and information disclosure flaws, released on March 10, 2026.

KB5077474 — Security Update for SQL Server 2016 SP3 GDR
KB5077474 is a security update released March 10, 2026, that addresses critical vulnerabilities in Microsoft SQL Server 2016 Service Pack 3 General Distribution Release (GDR) for x64-based systems.