CVE-2026-58601
Analyzed Analyzed - Analysis Complete

Heap-based Buffer Overflow in VHD Miniport Driver

Vulnerability report for CVE-2026-58601, 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 Virtual Hard Disk (VHD) Miniport Driver 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-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 22 associated CPEs
Vendor Product Version / Range
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_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)
microsoft windows_11_23h2 to 10.0.22631.7376 (exc)
microsoft windows_11_23h2 to 10.0.22631.7376 (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-58601 is a heap-based buffer overflow vulnerability in the Virtual Hard Disk (VHD) Miniport Driver. This flaw allows an authorized attacker with local access to exploit the vulnerability and elevate their privileges on the affected system.

A heap-based buffer overflow occurs when a program writes more data to a buffer than it can hold, corrupting or overwriting adjacent memory. In this case, the vulnerability exists in the VHD Miniport Driver, which is responsible for managing virtual hard disks.

The CVSS v3.1 score for this vulnerability is 7.8, indicating a high severity. The vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H means the attack requires local access (AV:L), low attack complexity (AC:L), low privileges (PR:L), no user interaction (UI:N), and has high impacts on confidentiality, integrity, and availability.

Detection Guidance

The provided context does not include specific detection methods or commands for identifying the presence of CVE-2026-58601 on a network or system. Detection typically involves checking for vulnerable versions of the Virtual Hard Disk (VHD) Miniport Driver or using security tools that can identify heap-based buffer overflow vulnerabilities in drivers.

For Microsoft-related vulnerabilities, you may use the following general approaches:

  • Check the installed version of the VHD Miniport Driver using system information tools or driver query commands. For example, on Windows, you can use 'driverquery' or 'pnputil' commands to list installed drivers.
  • Use Microsoft's official vulnerability scanning tools, such as the Microsoft Safety Scanner or Microsoft Defender for Endpoint, to detect vulnerable components.
  • Review system logs for unusual activity related to the VHD Miniport Driver, though this may not directly indicate the vulnerability.

For precise detection steps, refer to Microsoft's official guidance or security advisories.

Impact Analysis

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

  • Privilege Escalation: An attacker with local access and low privileges can elevate their privileges to gain higher-level access, such as administrative or SYSTEM-level permissions.
  • System Compromise: With elevated privileges, an attacker can execute arbitrary code, install malware, or modify system configurations, leading to full system compromise.
  • Data Theft or Manipulation: The attacker may access, steal, or alter sensitive data stored on the system or connected virtual hard disks.
  • Service Disruption: The vulnerability could be used to disrupt services or cause system crashes, impacting availability.

Since the vulnerability requires local access, the risk is higher in environments where multiple users share a system or where an attacker has already gained initial access through other means (e.g., phishing or another vulnerability).

Compliance Impact

This vulnerability can impact compliance with several common standards and regulations, depending on the context in which the affected system is used.

  • GDPR (General Data Protection Regulation): If the affected system processes or stores personal data of EU citizens, a successful exploit could lead to unauthorized access or disclosure of this data. GDPR requires organizations to implement appropriate security measures to protect personal data, and a privilege escalation vulnerability may indicate a failure to meet these requirements. Non-compliance could result in significant fines.
  • HIPAA (Health Insurance Portability and Accountability Act): For organizations handling protected health information (PHI) in the U.S., this vulnerability could lead to unauthorized access to PHI. HIPAA mandates safeguards to ensure the confidentiality, integrity, and availability of PHI. Exploitation of this vulnerability could violate these safeguards, leading to potential penalties.
  • ISO 27001: This standard requires organizations to manage information security risks, including vulnerabilities that could lead to unauthorized access or data breaches. Failure to patch or mitigate this vulnerability could result in non-compliance with ISO 27001 controls.
  • NIST Cybersecurity Framework: Organizations following the NIST framework are expected to identify, protect, detect, respond to, and recover from cybersecurity threats. This vulnerability represents a risk that should be addressed under the 'Protect' and 'Respond' functions of the framework.

To maintain compliance, organizations should apply the necessary patches or mitigations provided by Microsoft to address this vulnerability and ensure their systems are protected against potential exploits.

Mitigation Strategies

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

  • Apply the latest security updates from Microsoft as soon as they are available. The official patch for this vulnerability should be prioritized.
  • Restrict local access to systems where the VHD Miniport Driver is installed, as the vulnerability requires local access to exploit.
  • Monitor Microsoft's security advisories for additional guidance or workarounds if a patch is not immediately available.
  • Ensure that only authorized users have local access to systems running the vulnerable driver, as the vulnerability requires low-privileged access to exploit.

Chat Assistant

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

EPSS Chart