Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-56196

CVE-2026-56196: Windows Admin Center Path Traversal Flaw

CVE-2026-56196 is a relative path traversal vulnerability in Windows Admin Center that enables authorized attackers to execute code over a network. This article covers the technical details, affected versions, and mitigations.

Published:

CVE-2026-56196 Overview

CVE-2026-56196 is a relative path traversal vulnerability in Microsoft Windows Admin Center. An authorized attacker can exploit the flaw to execute code over a network. The issue is tracked under CWE-23: Relative Path Traversal and affects the browser-based server management console used to administer Windows Server, cluster, and Azure-connected environments.

Exploitation requires low-privileged authenticated access but no user interaction, and it impacts confidentiality, integrity, and availability on the host running Windows Admin Center. Successful exploitation can yield remote code execution in the context of the management service.

Critical Impact

An authenticated attacker can traverse outside intended directories and execute arbitrary code on a Windows Admin Center host, compromising the systems it manages.

Affected Products

  • Microsoft Windows Admin Center (see the Microsoft Security Update Guide for specific affected builds)
  • Windows Admin Center on Windows Server deployments
  • Windows Admin Center gateway installations used to manage remote nodes

Discovery Timeline

  • 2026-07-14 - CVE-2026-56196 published to the National Vulnerability Database
  • 2026-07-15 - Last updated in the NVD database

Technical Details for CVE-2026-56196

Vulnerability Analysis

CVE-2026-56196 is a relative path traversal weakness in Windows Admin Center. The management gateway accepts input that is used to construct file paths without adequately normalizing traversal sequences such as ..\ or ../. An authenticated user can craft a request that resolves to a location outside the intended directory scope.

Because Windows Admin Center runs with elevated privileges to manage servers, writing or loading a file from an attacker-controlled path can lead to code execution on the gateway host. The attack is delivered over the network against the Windows Admin Center web interface or its API endpoints.

The EPSS probability score is 0.954%, indicating moderate near-term exploitation likelihood relative to other recently disclosed issues.

Root Cause

The root cause is improper sanitization of path components supplied to file-handling routines in Windows Admin Center. The application fails to canonicalize input before appending it to a base directory, allowing .. sequences to escape the intended sandbox. This is a textbook CWE-23 implementation flaw.

Attack Vector

Exploitation requires network access to the Windows Admin Center endpoint and valid low-privileged credentials. The attacker sends a crafted HTTP request whose path parameter contains traversal sequences that resolve to an executable location, configuration file, or extension directory used by the gateway.

Once the file is placed or referenced, the gateway loads or invokes it, executing attacker-supplied code in the service context. No user interaction is required on the target. Refer to the Microsoft Security Update Guide for authoritative exploitation prerequisites and affected build details.

Detection Methods for CVE-2026-56196

Indicators of Compromise

  • HTTP requests to Windows Admin Center endpoints containing traversal patterns such as ..\, ..%2f, ..%5c, or double-encoded variants.
  • Unexpected file writes under Windows Admin Center installation directories, extension folders, or module load paths.
  • New or modified executables, DLLs, or PowerShell modules loaded by the SmeService (Server Management Experience) process.
  • Outbound network connections initiated by the Windows Admin Center gateway process to unfamiliar hosts following authenticated sessions.

Detection Strategies

  • Inspect Windows Admin Center gateway logs for requests whose decoded path parameters resolve outside the expected working directory.
  • Correlate authenticated Windows Admin Center sessions with subsequent file-system changes in gateway directories using endpoint telemetry.
  • Deploy web application firewall or reverse proxy rules to flag traversal signatures targeting the Windows Admin Center URL space.

Monitoring Recommendations

  • Enable verbose IIS or HTTP.sys logging on hosts running the Windows Admin Center gateway and forward events to a central SIEM.
  • Monitor process creation events where SmeService.exe or related management processes spawn cmd.exe, powershell.exe, or unsigned binaries.
  • Track authentication events against Windows Admin Center to identify unusual low-privileged account activity from unexpected sources.

How to Mitigate CVE-2026-56196

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Security Update Guide for CVE-2026-56196 as soon as possible.
  • Restrict network access to the Windows Admin Center gateway to trusted administrative subnets and jump hosts.
  • Review and rotate credentials for any accounts that could authenticate to Windows Admin Center prior to patching.
  • Audit gateway installation directories for unexpected files added since the vulnerability disclosure date.

Patch Information

Microsoft has published guidance and updates for CVE-2026-56196 through the Microsoft Security Update Guide. Administrators should install the fixed Windows Admin Center build on all gateway hosts and verify the version after installation. Reinstall or update any Windows Admin Center extensions if the vendor advisory requires it.

Workarounds

  • Place the Windows Admin Center gateway behind a reverse proxy that normalizes URLs and blocks path traversal patterns before requests reach the service.
  • Enforce least privilege by removing accounts that do not require Windows Admin Center access from the gateway's authorized user list.
  • Disable or uninstall Windows Admin Center on hosts where it is not actively required until patching is complete.
  • Require multi-factor authentication and conditional access for administrators reaching the Windows Admin Center portal.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.