CVE-2026-12779
Received Received - Intake
Improper Access Control in AOMEI Dynamic Disk Manager Kernel Driver

Publication date: 2026-06-21

Last updated on: 2026-06-21

Assigner: VulDB

Description
A vulnerability was found in AOMEI Dynamic Disk Manager up to 10.10.1. This issue affects some unknown processing in the library ddmdrv.sys of the component Kernel Driver. Performing a manipulation results in improper access controls. The attack must be initiated from a local position. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-21
Last Modified
2026-06-21
Generated
2026-06-21
AI Q&A
2026-06-21
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
aomei dynam_disk_manager to 10.10.1 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-12779 is a local privilege escalation vulnerability in AOMEI Dynamic Disk Manager version 10.10.1, specifically in its kernel driver called ddmdrv.sys.

The vulnerability arises because the driver exposes a device interface (\\.\ddmwrt) to standard local users, allowing them to perform raw disk read and write operations that normally require administrative privileges.

This bypasses Windows' built-in access controls that prevent non-administrative users from directly accessing physical disks.

As a result, unprivileged users can tamper with critical disk structures such as file-system metadata, boot records, registry hives, or privileged files by leveraging raw sector access.

The root cause is the driver's failure to enforce proper authorization checks and secure device creation.

Impact Analysis

This vulnerability allows a local user without administrative privileges to gain unauthorized access to raw disk operations.

An attacker could modify critical disk data such as file system metadata, boot records, registry hives, or other privileged files.

Such tampering can lead to system instability, data corruption, unauthorized persistence, or full privilege escalation on the affected system.

Detection Guidance

This vulnerability can be detected by checking for the presence of the vulnerable kernel driver `ddmdrv.sys` used by AOMEI Dynamic Disk Manager version up to 10.10.1. Specifically, the driver exposes the device `\\.\ddmwrt` which allows local users to perform raw disk read/write operations.

To detect exploitation or attempts, you can look for unusual access or writes to the device path `\\.\ddmwrt\Partition0\DISK1` or similar device interfaces exposed by the driver.

Suggested commands to check for the driver and device presence on a Windows system include:

  • Use PowerShell or Command Prompt to list loaded drivers and check for `ddmdrv.sys`:
  • - `driverquery | findstr ddmdrv.sys`
  • Check for the device object exposed by the driver using Sysinternals tools or device manager.
  • Monitor for processes or users accessing `\\.\ddmwrt` device path, which can be done by enabling auditing on device access or using tools like Process Monitor (ProcMon) to filter for `ddmwrt` activity.
Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable device interface `\\.\ddmwrt` to prevent unprivileged users from performing raw disk operations.

Suggested actions are:

  • Remove or restrict the device access by applying secure device descriptors (e.g., using `IoCreateDeviceSecure`) to enforce proper authorization.
  • Limit or disable the driver if possible until a patched version is available.
  • Ensure that only trusted administrative users have access to the device and related disk operations.
  • Monitor and audit access to the device to detect any unauthorized attempts.

Since the vendor has not responded or provided a patch, these mitigations focus on access control and monitoring to reduce risk.

Compliance Impact

This vulnerability allows local users to bypass access controls and perform raw disk read/write operations, potentially tampering with critical disk structures such as file-system metadata, boot records, registry hives, or privileged files.

Such unauthorized access and modification of sensitive data could lead to violations of data protection regulations like GDPR and HIPAA, which require strict controls over access to personal and sensitive information.

Therefore, exploitation of this vulnerability may compromise the confidentiality and integrity of protected data, impacting compliance with these common standards and regulations.

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