CVE-2026-49793
Analyzed Analyzed - Analysis Complete

Heap-based Buffer Overflow in Windows ReFS

Vulnerability report for CVE-2026-49793, 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

Heap-based buffer overflow in Windows Resilient File System (ReFS) allows an authorized attacker to execute code locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 20 associated CPEs
Vendor Product Version / Range
microsoft windows_11_26h1 to 10.0.28000.2269 (exc)
microsoft windows_10_1607 to 10.0.14393.9339 (exc)
microsoft windows_10_1607 to 10.0.14393.9339 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_server_2016 to 10.0.14393.9339 (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_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-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-49793 is a heap-based buffer overflow vulnerability in the Windows Resilient File System (ReFS). This flaw allows an authorized attacker with local access to execute arbitrary code on the affected system.

A heap-based buffer overflow occurs when a program writes more data to a buffer than it can hold, corrupting memory. In this case, the vulnerability exists in ReFS, a file system used by Windows, and can be exploited to gain code execution privileges.

  • The attacker must be authorized (have valid credentials) and have local access to the system.
  • The vulnerability is classified as a remote code execution (RCE) issue, meaning successful exploitation could allow the attacker to run malicious code on the target system.
Detection Guidance

The provided context does not include specific detection methods or commands for identifying the presence of CVE-2026-49793 on a network or system.

To detect this vulnerability, you may need to rely on Microsoft-provided tools or updates. Typically, vulnerability detection involves checking the installed version of the Windows operating system or the Resilient File System (ReFS) component to see if it includes the patch for this CVE. Microsoft may release a security update or a detection script as part of their update guide.

For now, you can check your system's patch level using built-in Windows commands such as:

  • systeminfo | findstr /B /C:"OS Name" /C:"OS Version" (to check the OS version)
  • wmic qfe list (to list installed updates and patches)

Additionally, you can monitor Microsoft's update guide (Resource 1) for any detection guidance or tools they may release.

Impact Analysis

If exploited, this vulnerability could have severe consequences for affected systems and users.

  • An attacker could execute arbitrary code with elevated privileges, potentially taking full control of the system.
  • This could lead to data theft, unauthorized access to sensitive information, or installation of malware or ransomware.
  • The attacker could also disrupt system operations, causing downtime or loss of critical services.

Since the vulnerability requires local access and authorization, the risk is higher in environments where multiple users share a system or where attackers may have gained credentials through other means (e.g., phishing).

Compliance Impact

This vulnerability could impact compliance with several common standards and regulations, depending on the context of the affected system.

  • GDPR (General Data Protection Regulation): If the system processes or stores personal data of EU citizens, a successful exploit could lead to unauthorized access or data breaches. GDPR requires organizations to implement appropriate security measures to protect personal data, and a vulnerability like this could indicate a failure to meet those requirements.
  • HIPAA (Health Insurance Portability and Accountability Act): For organizations handling protected health information (PHI), this vulnerability could result in unauthorized access to sensitive patient data. HIPAA mandates safeguards to protect PHI, and exploitation of this flaw could violate those safeguards.
  • Other standards like ISO 27001, NIST, or PCI DSS may also be affected if the system is part of a regulated environment. These standards require regular vulnerability management and patching to maintain compliance.

Failure to address this vulnerability could result in non-compliance, leading to fines, legal action, or reputational damage.

Mitigation Strategies

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

  • Apply the latest security updates from Microsoft as soon as they are available. Refer to the Microsoft Update Guide (Resource 1) for the specific patch related to this CVE.
  • Restrict local access to systems running the Windows Resilient File System (ReFS) to only authorized users, as the vulnerability requires local access and low privileges (PR:L).
  • Monitor Microsoft's security advisories for additional mitigation guidance or workarounds if a patch is not immediately available.
  • Consider disabling or limiting the use of ReFS if it is not critical to your operations until a patch is applied.

Chat Assistant

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

EPSS Chart