CVE-2026-85360 in Windowsinfo

Summary

by MITRE • 09/09/2026

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

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability described constitutes a critical security flaw within the Microsoft Windows operating system kernel, specifically categorized as a use-after-free error. This type of memory corruption issue arises when software continues to reference a block of memory that has already been deallocated or freed by the system. In the context of the Windows Kernel, which operates at ring 0 with unrestricted access to hardware and system resources, such an error is particularly severe because it compromises the integrity of core operating system functions. The root cause typically involves a race condition or logic error where a pointer remains valid in code execution paths even after the underlying memory object has been released back to the pool for reuse by other processes or kernel components.

From a technical perspective, this flaw allows an attacker who possesses local access and authorized credentials on the affected system to manipulate how the freed memory is subsequently accessed. When the operating system allocates that same block of memory to another process or internal structure before the vulnerable code attempts to use it again, the original pointer may now reference unintended data structures. By carefully crafting inputs or triggering specific sequences of events, an attacker can control the content written into this reused memory region. This manipulation enables the overwriting of critical kernel pointers or function addresses with malicious values designed to redirect execution flow toward shellcode injected by the attacker.

The operational impact of exploiting this vulnerability is significant, as it facilitates local privilege escalation from a standard user account to that of SYSTEM or Administrator. Once an attacker gains these elevated privileges, they can bypass all security controls implemented at lower permission levels. This includes disabling antivirus software, modifying system configurations, installing persistent backdoors, and accessing sensitive data stored on the machine without restriction. The ability to execute arbitrary code with kernel-level rights effectively means full control over the compromised host, turning a standard user account into a powerful entry point for further network lateral movement or deeper infiltration of the organization's infrastructure.

This vulnerability aligns closely with Common Weakness Enumeration (CWE) identifier CWE-416, which defines use-after-free conditions as a distinct category of memory safety errors. In terms of offensive security frameworks such as MITRE ATT&CK, this exploit technique falls under Tactic 10: Privilege Escalation and specifically Technique T1068 Exploitation for Privilege Escalation. Attackers leverage these kernel vulnerabilities to bypass user account control mechanisms and gain the highest level of access available on the target system. The severity is compounded by the fact that kernel exploits often do not require complex remote vectors, relying instead on local interaction which can be achieved through phishing emails or compromised applications running under low-privileged accounts.

Mitigation strategies for this class of vulnerability primarily involve applying vendor-provided security patches as soon as they become available. Microsoft regularly releases cumulative updates and out-of-band hotfixes to address such kernel flaws in Windows operating systems. Organizations should prioritize the deployment of these updates across all endpoints, particularly those accessible by non-privileged users or connected to external networks. Additionally, implementing application whitelisting can prevent unauthorized executables from running even if an attacker gains initial access through other means. Enforcing strict least privilege principles ensures that fewer accounts have local administrative rights, thereby reducing the attack surface for potential exploitation of kernel-level flaws like this use-after-free condition.

Responsible

Microsoft

Reservation

09/03/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!