Reference
Server room displaying SQL Server database infrastructure with cloud connectivity monitoring
KB5077473SQL ServerSQL Server

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.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
11 Mar 202612 min read0 views

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.

Overview

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.

Applies to

Microsoft SQL Server 2016 for x64-based Systems Service Pack 3 Azure Connect Feature Pack

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.

1

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.

2

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.

3

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.

4

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:

Note: This update requires SQL Server 2016 SP3 to be installed before applying KB5077473.

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:

ProductVersionArchitectureComponent
SQL Server 2016Service Pack 3x64-based SystemsAzure Connect Feature Pack
Important: This update only applies to SQL Server 2016 SP3 installations with the Azure Connect Feature Pack installed and configured.

Technical Details

Updated Components

The following components are updated by KB5077473:

  • SqlAzureConnect.dll - Azure authentication and connection management
  • AzureDataSync.exe - Data synchronization service executable
  • HybridConnectionManager.dll - Hybrid connection management library
  • AzureConnectService.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

  1. Create a full backup of all SQL Server databases
  2. Document current Azure Connect configuration settings
  3. Stop all SQL Server services using SQL Server Configuration Manager
  4. Close all SQL Server Management Studio and related applications
  5. 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:

  1. Verify SQL Server services start successfully
  2. Test Azure Connect functionality with existing connections
  3. Review SQL Server error logs for any installation-related issues
  4. Validate Azure data synchronization operations
  5. Confirm all hybrid connections are functioning properly

Use the following PowerShell command to verify the update installation:

Get-HotFix -Id KB5077473

Rollback 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.

Important: Removing this security update will restore the original vulnerabilities. Ensure alternative security measures are in place before considering rollback.

Frequently Asked Questions

What does KB5077473 resolve?
KB5077473 resolves multiple critical security vulnerabilities in SQL Server 2016 SP3 Azure Connect Feature Pack, including remote code execution, elevation of privilege, and authentication bypass issues that could compromise SQL Server instances with Azure connectivity features.
Which systems require KB5077473?
This update applies to Microsoft SQL Server 2016 for x64-based Systems Service Pack 3 with Azure Connect Feature Pack installed. Only systems with the Azure Connect Feature Pack component are affected and require this update.
Is KB5077473 a security update?
Yes, KB5077473 is a critical security update that addresses multiple high-severity vulnerabilities in the Azure Connect Feature Pack. It includes fixes for remote code execution, privilege escalation, and authentication bypass vulnerabilities.
What are the prerequisites for KB5077473?
Prerequisites include SQL Server 2016 Service Pack 3, Azure Connect Feature Pack installation, administrative privileges, 500 MB free disk space, and all SQL Server services must be stopped during installation. A system restart is required after installation.
Are there known issues with KB5077473?
Known issues include potential installation failures if SQL Server services are running (error 0x80070643), access denied errors without administrative privileges (error 0x80070005), and possible Azure Connect service startup delays after installation.

References (3)

About the Author

Emanuel DE ALMEIDA

Emanuel DE ALMEIDA

Senior IT Journalist & Cloud Architect

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...