CVE-2026-50672
Analyzed Analyzed - Analysis Complete

Use After Free in Windows NTFS Elevates Privileges

Vulnerability report for CVE-2026-50672, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-22

Assigner: Microsoft Corporation

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-22
Generated
2026-08-03
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 17 associated CPEs
Vendor Product Version / Range
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_server_2019 to 10.0.17763.9020 (exc)
microsoft windows_server_2022 to 10.0.20348.5386 (exc)
microsoft windows_server_2025 to 10.0.26100.33158 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
CWE-362 The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-50672 is a use-after-free vulnerability in the Windows NTFS file system. This type of vulnerability occurs when a program continues to use memory after it has been freed, which can lead to unexpected behavior, crashes, or exploitation by attackers.

In this case, an authorized attacker with local access to the system can exploit this flaw to elevate their privileges. This means they could gain higher-level permissions on the system than they were originally granted, potentially allowing them to execute malicious actions with greater control.

Detection Guidance

The provided context does not include specific detection methods or commands for identifying the use-after-free vulnerability in Windows NTFS (CVE-2026-50672). Detection typically requires advanced tools like memory debuggers, exploit mitigation tools, or Microsoft-provided security updates and scanning utilities.

To check if your system is vulnerable, you may verify the installed Windows updates and patches. Microsoft may release a security update addressing this issue, which can be checked via the Windows Update history or using PowerShell commands like:

  • Get-HotFix | Where-Object {$_.HotFixID -eq "KBXXXXXX"} (replace KBXXXXXX with the relevant KB number if provided by Microsoft).

For deeper analysis, tools like Windows Debugger (WinDbg) or Microsoft Defender ATP may be used, but these require expertise and are not covered in the provided resources.

Impact Analysis

If you are affected by this vulnerability, the impact could include the following:

  • An attacker with local access to your system could exploit this vulnerability to gain elevated privileges, such as administrative rights.
  • With elevated privileges, the attacker could install malicious software, modify or delete sensitive data, or create new user accounts with full access.
  • This could lead to a complete compromise of the affected system, allowing the attacker to maintain persistence or move laterally within a network if the system is part of a larger infrastructure.

The vulnerability is rated as 'Important' in severity, indicating a significant risk if exploited.

Compliance Impact

This vulnerability could impact compliance with several common standards and regulations in the following ways:

  • GDPR (General Data Protection Regulation): If the affected system processes or stores personal data of EU citizens, a successful exploitation of this vulnerability could lead to unauthorized access or disclosure of that data. This may result in a data breach, triggering GDPR's reporting requirements and potential fines for failing to protect personal data adequately.
  • HIPAA (Health Insurance Portability and Accountability Act): For organizations handling protected health information (PHI), this vulnerability could allow an attacker to access or alter sensitive patient data. A breach of PHI due to this vulnerability could result in non-compliance with HIPAA's Security Rule, leading to penalties and mandatory corrective actions.
  • Other standards like ISO 27001, NIST, or PCI DSS may also be impacted, as they require organizations to maintain secure systems and protect against unauthorized access. Failure to patch or mitigate this vulnerability could result in non-compliance with these frameworks.

Organizations should assess their exposure to this vulnerability and take appropriate steps to mitigate the risk to maintain compliance with applicable regulations.

Mitigation Strategies

Based on the provided context, the following steps are recommended to mitigate CVE-2026-50672:

  • Apply the latest security updates from Microsoft as soon as they are available. Check the Microsoft Security Update Guide for patches specific to this CVE.
  • Restrict local access to systems to only authorized users, as the vulnerability requires local access to exploit.
  • Monitor Microsoft's official communications for additional guidance or workarounds, as they may provide interim mitigations before a patch is released.
  • Enable exploit protection features in Windows, such as Control Flow Guard (CFG) or Address Space Layout Randomization (ASLR), to reduce the risk of successful exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50672. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart