CVE-2026-72965 in Windowsinfo

Summary

by MITRE • 09/09/2026

Use after free in Windows WebClient Service allows an authorized attacker to elevate privileges locally.

VulDB is the best source for vulnerability data and more expert information about this specific topic.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability described involves a use-after-free condition within the Microsoft Windows WebClient service, commonly known as WebDAV. This specific flaw arises when the application continues to reference memory that has already been deallocated by the system or another part of the software. In the context of the WebClient service, which handles file access over networks using protocols like HTTP and HTTPS, such a defect typically occurs during complex operations involving buffer management or object lifecycle handling. When an attacker can trigger this specific sequence of events, they gain control over how the freed memory is subsequently utilized, potentially allowing them to inject malicious code or manipulate execution flow within the context of the service process.

From a technical perspective, use-after-free vulnerabilities are among the most dangerous classes of memory corruption errors because they provide a reliable mechanism for arbitrary code execution. The WebClient service runs with high privileges on many Windows systems to facilitate seamless network drive mapping and file sharing features. If an authorized attacker can exploit this flaw locally, meaning they already have valid credentials or access to the machine, they can leverage the use-after-free condition to escalate their privileges from a standard user account to that of SYSTEM or Administrator. This is achieved by controlling the contents of the freed memory block, often through heap spraying techniques or precise timing attacks, ensuring that when the dangling pointer is dereferenced, it points to attacker-controlled data rather than valid system structures.

The operational impact of this vulnerability is severe due to its potential for local privilege escalation. An attacker who successfully exploits this flaw gains full control over the affected Windows operating system. This level of access allows them to install programs, view, change, or delete any files on the system, and create new accounts with full administrative rights. Furthermore, it enables the attacker to disable security features such as antivirus software or firewalls, making subsequent lateral movement within a network significantly easier. The existence of this vulnerability highlights the risks associated with legacy services that remain enabled by default in many enterprise environments, particularly those handling untrusted or semi-trusted network inputs without sufficient validation and memory safety checks.

Mitigation strategies primarily involve applying the official security patches released by Microsoft to update the WebClient service components on affected systems. Organizations should ensure that all Windows endpoints are kept up-to-date with the latest cumulative updates which address these specific memory corruption issues. Additionally, from a defensive posture perspective, it is advisable to disable the Web Client (WebDAV) service if it is not required for business operations, thereby reducing the attack surface. Implementing strict application whitelisting and monitoring for unusual process creation events can also help detect exploitation attempts in real-time. Adhering to these practices aligns with industry standards such as CWE-416 which categorizes use-after-free errors, and helps mitigate risks associated with ATT&CK technique T1068, which covers privilege escalation via exploit of internal components.

Responsible

Microsoft

Reservation

08/10/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!