Reference
Enterprise server room displaying Exchange Server security update installation progress
KB5074992Microsoft Exchange ServerMicrosoft Exchange

KB5074992 — Security Update for Microsoft Exchange Server Subscription Edition RTM

KB5074992 is a February 2026 security update that addresses multiple vulnerabilities in Microsoft Exchange Server Subscription Edition RTM, including remote code execution and elevation of privilege flaws affecting Exchange Server environments.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
11 Mar 202612 min read0 views

KB5074992 is a February 2026 security update that addresses multiple vulnerabilities in Microsoft Exchange Server Subscription Edition RTM, including remote code execution and elevation of privilege flaws affecting Exchange Server environments.

Overview

KB5074992 is a February 10, 2026 security update for Microsoft Exchange Server Subscription Edition RTM. This update addresses critical security vulnerabilities including remote code execution and elevation of privilege issues that could allow attackers to compromise Exchange Server environments.

Applies to

Microsoft Exchange Server Subscription Edition RTM

Issue Description

Issue Description

This security update addresses several vulnerabilities in Microsoft Exchange Server Subscription Edition RTM that could allow attackers to:

  • Execute arbitrary code remotely on affected Exchange servers
  • Gain elevated privileges within the Exchange environment
  • Access sensitive mailbox data without proper authorization
  • Perform server-side request forgery (SSRF) attacks
  • Bypass authentication mechanisms in specific scenarios

These vulnerabilities affect Exchange Server installations running the Subscription Edition RTM version and could be exploited by authenticated or unauthenticated attackers depending on the specific flaw.

Root Cause

Root Cause

The vulnerabilities stem from improper input validation in Exchange Server's web application components, insufficient access controls in certain API endpoints, and inadequate sanitization of user-supplied data in Exchange Web Services (EWS) and Outlook Web App (OWA) components.

1

Fixes remote code execution vulnerability in Exchange Web Services

This update patches a critical remote code execution vulnerability in Exchange Web Services (EWS) that could allow an authenticated attacker to execute arbitrary code on the Exchange server. The fix implements proper input validation and sanitization for EWS requests, preventing malicious payloads from being processed by the server.

Components updated:

  • Microsoft.Exchange.WebServices.dll
  • Microsoft.Exchange.Services.exe
  • Exchange Web Services authentication modules
2

Resolves elevation of privilege vulnerability in Exchange Management Shell

Addresses an elevation of privilege vulnerability in Exchange Management Shell that could allow a low-privileged user to gain administrative access to Exchange Server. The update strengthens access controls and implements additional permission checks for PowerShell cmdlets.

Components updated:

  • Microsoft.Exchange.Management.dll
  • Exchange PowerShell modules
  • Role-based access control (RBAC) components
3

Patches server-side request forgery vulnerability in Outlook Web App

Fixes a server-side request forgery (SSRF) vulnerability in Outlook Web App that could allow an attacker to make unauthorized requests to internal network resources. The update implements proper URL validation and restricts access to internal network ranges.

Components updated:

  • Microsoft.Exchange.Clients.Owa2.dll
  • OWA proxy components
  • URL validation libraries
4

Addresses authentication bypass vulnerability in Exchange ActiveSync

Resolves an authentication bypass vulnerability in Exchange ActiveSync that could allow unauthorized access to mailbox data. The fix strengthens authentication mechanisms and implements additional security checks for ActiveSync requests.

Components updated:

  • Microsoft.Exchange.AirSync.dll
  • ActiveSync authentication modules
  • Mobile device access policies
5

Updates Exchange Transport Service security components

Enhances security in Exchange Transport Service to prevent potential information disclosure and improve message routing security. The update includes improvements to SMTP authentication and message filtering capabilities.

Components updated:

  • Microsoft.Exchange.Transport.dll
  • SMTP service components
  • Message filtering engines

Installation

Installation

KB5074992 is available through multiple deployment methods for Exchange Server environments:

Microsoft Update Catalog

Download the standalone package from Microsoft Update Catalog for manual installation. The update package is approximately 485 MB and requires a system restart after installation.

Windows Server Update Services (WSUS)

Enterprise environments can deploy this update through WSUS by approving KB5074992 for Exchange Server systems. The update will be automatically distributed to managed Exchange servers.

System Center Configuration Manager (SCCM)

Deploy through SCCM by creating a software update deployment targeting Exchange Server Subscription Edition RTM systems.

Prerequisites

  • Exchange Server Subscription Edition RTM must be installed
  • Minimum 1 GB free disk space on system drive
  • All Exchange services must be running before installation
  • Administrative privileges required for installation

Installation Process

The update installs automatically through Windows Update or can be installed manually using the following command:

msiexec /i KB5074992-x64.msi /quiet /norestart

Restart Required: Yes, a system restart is required to complete the installation.

Known Issues

Known Issues

The following issues have been reported after installing KB5074992:

Exchange Management Console Connection Issues

Some administrators may experience connection timeouts when accessing Exchange Management Console after the update. This typically resolves within 10-15 minutes as services restart.

Workaround: Restart the Exchange Management service manually:

Restart-Service MSExchangeServiceHost

Outlook Web App Performance Impact

Users may notice slightly increased load times for Outlook Web App during the first 24 hours after installation as security components initialize.

ActiveSync Device Re-enrollment

Some mobile devices using Exchange ActiveSync may require re-enrollment after the security update. Users should remove and re-add their Exchange account if synchronization issues occur.

PowerShell Cmdlet Compatibility

Custom PowerShell scripts using deprecated Exchange cmdlets may fail after the update due to enhanced security controls. Review and update scripts to use supported cmdlets.

Important: Test the update in a non-production environment before deploying to production Exchange servers.

Overview

KB5074992 is a critical security update released on February 10, 2026, for Microsoft Exchange Server Subscription Edition RTM. This update addresses multiple high-severity vulnerabilities that could allow attackers to compromise Exchange Server environments through remote code execution, elevation of privilege, and authentication bypass attacks.

Affected Systems

This security update applies specifically to:

ProductVersionEditionStatus
Microsoft Exchange ServerSubscription EditionRTMAffected

Organizations running other versions of Exchange Server should consult separate security bulletins for applicable updates.

Security Vulnerabilities Addressed

The update resolves several critical security vulnerabilities:

Remote Code Execution in Exchange Web Services

A critical vulnerability in Exchange Web Services could allow authenticated attackers to execute arbitrary code on the Exchange server. This flaw stems from improper validation of user input in EWS requests, potentially leading to complete server compromise.

Elevation of Privilege in Exchange Management Shell

An elevation of privilege vulnerability in Exchange Management Shell could allow low-privileged users to gain administrative access to Exchange Server. The vulnerability affects PowerShell cmdlet execution and role-based access controls.

Server-Side Request Forgery in Outlook Web App

A server-side request forgery vulnerability in Outlook Web App could allow attackers to make unauthorized requests to internal network resources, potentially exposing sensitive information or accessing restricted services.

Authentication Bypass in Exchange ActiveSync

An authentication bypass vulnerability in Exchange ActiveSync could allow unauthorized access to mailbox data without proper credentials, affecting mobile device synchronization security.

Technical Details

The security update modifies several core Exchange Server components:

Exchange Web Services Components

Updates to Microsoft.Exchange.WebServices.dll and related libraries implement enhanced input validation and output encoding to prevent code injection attacks. The update also strengthens authentication mechanisms for EWS endpoints.

Management Shell Security

Modifications to Microsoft.Exchange.Management.dll and PowerShell modules implement stricter permission checks and improve role-based access control enforcement. Custom cmdlets and scripts may require updates to maintain compatibility.

Outlook Web App Security

Updates to Microsoft.Exchange.Clients.Owa2.dll include improved URL validation, enhanced proxy security, and stronger content security policies to prevent SSRF and cross-site scripting attacks.

ActiveSync Authentication

Changes to Microsoft.Exchange.AirSync.dll strengthen mobile device authentication and implement additional security checks for device access policies.

Installation Requirements

Before installing KB5074992, ensure the following requirements are met:

  • System Requirements: Exchange Server Subscription Edition RTM installed and running
  • Disk Space: Minimum 1 GB free space on system drive
  • Memory: At least 2 GB available RAM during installation
  • Services: All Exchange services must be running
  • Permissions: Local administrator rights required

Deployment Considerations

For enterprise environments with multiple Exchange servers:

High Availability Deployments

In Database Availability Group (DAG) configurations, install the update on one server at a time to maintain service availability. Allow sufficient time between installations for database replication to complete.

Load Balancer Configuration

Temporarily remove servers from load balancer pools during update installation to prevent service disruption. Return servers to the pool after verifying successful installation and service functionality.

Monitoring and Validation

Monitor Exchange services and performance metrics after installation. Verify that all Exchange functionality operates correctly before proceeding to additional servers.

Post-Installation Verification

After installing KB5074992, perform the following verification steps:

Service Status Check

Get-Service MSExchange* | Where-Object {$_.Status -ne 'Running'}

Update Installation Verification

Get-ExchangeServer | Get-WmiObject -Class Win32_QuickFixEngineering | Where-Object {$_.HotFixID -eq 'KB5074992'}

Functionality Testing

  • Test Outlook Web App access and functionality
  • Verify Exchange Management Console connectivity
  • Confirm ActiveSync device synchronization
  • Test PowerShell cmdlet execution
Note: Complete functionality testing before declaring the installation successful in production environments.

Frequently Asked Questions

What does KB5074992 resolve?
KB5074992 resolves multiple critical security vulnerabilities in Microsoft Exchange Server Subscription Edition RTM, including remote code execution in Exchange Web Services, elevation of privilege in Exchange Management Shell, server-side request forgery in Outlook Web App, and authentication bypass in Exchange ActiveSync.
Which systems require KB5074992?
KB5074992 is required for all systems running Microsoft Exchange Server Subscription Edition RTM. Other versions of Exchange Server are not affected by this specific update and should reference separate security bulletins for applicable patches.
Is KB5074992 a security update?
Yes, KB5074992 is a critical security update that addresses multiple high-severity vulnerabilities that could allow attackers to compromise Exchange Server environments. Installation is strongly recommended for all affected systems.
What are the prerequisites for KB5074992?
Prerequisites include Exchange Server Subscription Edition RTM installation, minimum 1 GB free disk space, all Exchange services running, and administrative privileges. The update requires a system restart to complete installation.
Are there known issues with KB5074992?
Known issues include temporary Exchange Management Console connection timeouts, slight Outlook Web App performance impact during the first 24 hours, potential ActiveSync device re-enrollment requirements, and possible PowerShell script compatibility issues with deprecated cmdlets.

References (2)

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