Microsoft has published CVE-2026-62739, an elevation-of-privilege vulnerability in Windows HTTP.sys, as part of the August 11, 2026 security release. Administrators should deploy the August cumulative update for every supported Windows client and server build in their estate, then verify that internet-facing and internally exposed HTTP Server API workloads have actually received the new build.

The immediate operational point is straightforward: this is a Windows component vulnerability, not an IIS-only issue. HTTP.sys is the Windows HTTP Service layer used by system components and applications that register HTTP URLs through the HTTP Server API. Microsoft Learn documents that the service handles HTTP traffic, URL reservations, TLS certificate bindings, request queues, and listener configuration; it can be present on a machine even when the server does not run a conventional IIS website.

Microsoft’s Security Update Guide identifies the issue specifically as “Windows HTTP.sys Elevation of Privilege Vulnerability.” The advisory was published at 7:00 a.m. Pacific time on Tuesday, August 11. At publication, however, the public record did not provide the information administrators normally use to rank an HTTP.sys flaw against the rest of Patch Tuesday: a visible CVSS score and vector, an affected-product matrix, a CVE description explaining the required starting position, or a named Knowledge Base article for each affected build.

That omission changes how this CVE should be handled. Patch it as a real Windows security update, but do not invent an exposure model that Microsoft has not published.

Cybersecurity operations center monitors HTTP.sys protection and global patch deployment.What “elevation of privilege” says — and does not say​

The vulnerability class means a successful attacker could gain permissions beyond those initially available to them. In Windows terms, the relevant question is whether the flaw can move an attacker from a standard-user or service-account context to a more privileged security context, potentially including SYSTEM.

It does not establish that an unauthenticated internet user can compromise a Windows server merely by sending an HTTP request. Those are materially different attack paths. Microsoft has separately used the HTTP.sys name for remotely reachable denial-of-service and remote-code-execution vulnerabilities in the past, but CVE-2026-62739 is presently classified as elevation of privilege, and no public technical detail in Microsoft’s published entry establishes a remote pre-authentication path.

That distinction should prevent two opposite mistakes. Endpoint teams should not dismiss the flaw because a device does not host IIS; HTTP.sys is broader than IIS. At the same time, a vulnerability scanner or change-control record should not label CVE-2026-62739 “remote code execution,” “wormable,” or “internet exploitable” without a Microsoft revision or independent technical research supporting those claims.

No independent technical write-up, proof of concept, exploit report, or detailed affected-build listing had surfaced in searches conducted after the advisory’s release. The National Vulnerability Database’s public material explains that new CVE records can appear without immediate enrichment, particularly amid its current processing constraints, but its absence of an enriched record is not evidence that the Microsoft advisory is wrong. It is a reason to avoid basing triage on a score that has not been published.

HTTP.sys is a shared Windows service surface​

HTTP.sys is often treated as a web-server concern because it sits under IIS-adjacent services and can listen on HTTP and HTTPS endpoints. But Microsoft’s own netsh http documentation describes a service used by applications and Windows components for HTTP traffic, including certificate bindings, IP listen lists, URL ACLs, caching, and request queues.

That means the affected estate may include more than the obvious web tier:

  • Windows Server systems running applications that use the HTTP Server API directly can have active HTTP.sys request queues even without an IIS role.
  • Line-of-business services, management agents, local web dashboards, and ASP.NET Core applications configured to use the HTTP.sys server are relevant to inventory.
  • Windows clients can carry the component and receive the security fix, even where they do not expose an externally reachable web listener.

Microsoft Learn’s ASP.NET Core documentation also makes the architectural point clearly: HTTP.sys can itself act as a Windows-only web server. It is an alternative to Kestrel for certain deployments and supports functions including Windows Authentication, HTTPS with Server Name Indication, HTTP/2 over TLS, response caching, and WebSockets. An organization that only searches IIS configuration will therefore miss direct HTTP.sys deployments.

For practical exposure discovery, netsh http show servicestate is a useful first check because it displays a snapshot of HTTP Service sessions, request queues, and client connections. netsh http show urlacl can identify URL reservations, while netsh http show sslcert shows TLS bindings. These commands are inventory aids, not mitigations; deleting URL ACLs or changing listener settings blindly can break Windows components and applications.

A server with no meaningful HTTP Service activity may have a lower network-exposure concern than a public-facing application host. It does not have a lower patching requirement if Microsoft lists its Windows build as affected. Elevation-of-privilege flaws are commonly useful after another foothold has been gained, so a machine need not be a public web server to matter in an intrusion chain.


The missing affected-build list is the real deployment problem​

Microsoft’s Security Update Guide is authoritative that CVE-2026-62739 exists and is fixed through the company’s security-update process. What the public entry has not yet made clear is the precise platform scope: Windows 11 versions, Windows 10 servicing branches, Windows Server releases, Azure Local, and any out-of-support editions receiving paid Extended Security Updates.

Administrators should not resolve that uncertainty by using the presence of HTTP.sys on disk as a test for vulnerability. Windows servicing is build-specific. The correct control is to identify each supported Windows release in the fleet, install its August 11 cumulative security update through Windows Update, Windows Update for Business, Microsoft Intune, Autopatch, WSUS, Configuration Manager, or the Microsoft Update Catalog as appropriate, and verify the resulting OS build against Microsoft’s update history once the associated KB documentation is available.

The timing matters. The CVE appeared on the same day as the regular August Patch Tuesday release, but a newly published advisory may reach the Security Update Guide before every supporting page is fully indexed by public search engines. That is a documentation-latency issue, not permission to wait for a third-party scanner signature.

For organizations with phased deployment rings, this belongs in the expedited security ring for Windows systems that either expose HTTP Service listeners or process untrusted input through local applications. Standard-user workstations should remain in scope because the disclosed impact is privilege elevation; moving an attacker’s code from a low-privilege foothold to a privileged execution context is precisely the outcome endpoint hardening is meant to prevent.

Validate the update without mistaking validation for mitigation​

The first validation target is successful installation and reboot status. A cumulative Windows update that has downloaded but is awaiting a restart has not completed remediation. Confirm the August 2026 security update’s installed state through the organization’s patch-management console and locally through Windows Update history or installed-package reporting.

The second target is application health on systems that use HTTP Service registrations. Check critical HTTPS endpoints, Windows Authentication flows, reverse-proxy paths, certificate bindings, and service startup after patching. HTTP.sys is shared plumbing; an application can appear healthy at the process level while failing to bind its expected URL or accept traffic after a configuration conflict.

The third target is privileged-behavior monitoring. Until Microsoft publishes a technical explanation, defenders should not create speculative detection rules for a nonexistent exploit chain. Instead, retain the controls that would expose the consequence of a successful local privilege escalation: unexpected service installation, new scheduled tasks, anomalous child processes from web-facing services, changes to local Administrators membership, and suspicious use of token or credential-dumping tools.

There is no published workaround for CVE-2026-62739. Reducing unnecessary HTTP listeners and removing obsolete URL reservations remains good hygiene, but it is not a substitute for the security update and should be performed only under normal application change control.


Treat the advisory as confirmed, while keeping the risk statement narrow​

Microsoft’s inclusion of CVE-2026-62739 in the Security Update Guide confirms that the company recognizes and has addressed a flaw in Windows HTTP.sys. The supplied advisory material also includes Microsoft’s standard explanation of its report confidence metric, which is intended to distinguish unverified reports from confirmed vulnerabilities. But the material does not expose the actual metric value for this CVE, and no public technical evidence currently fills the gap.

That leaves one defensible conclusion: Windows administrators have a vendor-confirmed HTTP.sys elevation-of-privilege issue that should be remediated through August’s Windows security updates, but they do not yet have evidence to characterize it as publicly disclosed, actively exploited, remotely reachable, or broadly exploitable.

Update the supported Windows fleet first, prioritize machines with active HTTP Service workloads during rollout validation, and record CVE-2026-62739 as a patched elevation-of-privilege vulnerability rather than assigning it an unsupported CVSS score or attack scenario. Microsoft’s next revision to the Security Update Guide — particularly an affected-product table, KB mapping, CVSS vector, or exploitability assessment — will determine whether this remains a routine cumulative-update item or requires a sharper response.