Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Local attacker with low-privileged authenticated access exploits a kernel driver lacking access checks to gain SYSTEM, yielding full CIA impact with no UI and no scope change.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability was identified in EaseUS Partition Master up to 14.5. The affected element is an unknown function in the library epmntdrv.sys of the component Kernel Driver. The manipulation leads to improper access controls. The attack needs to be performed locally. The exploit is publicly available and might be used. You should upgrade the affected component. The vendor explains: "We have confirmed that this issue was present only in older versions of the product. Our product has since been updated, and the issue has been resolved in the latest version, so it no longer exists."
AnalysisAI
Local privilege escalation in EaseUS Partition Master through version 14.5 stems from improper access controls in the epmntdrv.sys kernel driver, allowing a low-privileged local user to gain SYSTEM-level control over the host. Publicly available exploit code exists and the vendor has confirmed the issue was resolved in newer releases, though no specific patched version is named in the advisory.
Technical ContextAI
epmntdrv.sys is a Windows kernel-mode driver bundled with EaseUS Partition Master to mediate low-level disk and partition operations that user-mode tooling cannot perform directly. The flaw is classified as CWE-284 (Improper Access Control), meaning the driver exposes IOCTL handlers or device objects without adequately restricting which callers may invoke privileged operations - a recurring weakness in OEM disk-management drivers where the device security descriptor permits Everyone/Authenticated Users to open the handle. Once a low-privileged process can talk to the driver, it can leverage the driver's kernel-mode capabilities (arbitrary read/write of physical memory, raw disk access, or partition table manipulation) to escalate to SYSTEM. The affected CPE is cpe:2.3:a:easeus:partition_master:*:*:*:*:*:*:*:*, and the EUVD enumerates versions 14.0 through 14.5 as vulnerable.
RemediationAI
Patch available per vendor advisory - EaseUS states the issue is resolved in the latest version of Partition Master, so upgrade to the current release from https://www.easeus.com/partition-manager/ and confirm the shipped epmntdrv.sys is the post-fix build; an exact patched version number is not published in the advisory, so verify with EaseUS support before declaring systems clean. Where immediate upgrade is not possible, compensating controls include uninstalling Partition Master from systems that do not require it (eliminating the attack surface entirely), blocking or removing the epmntdrv.sys driver via WDAC or Microsoft's vulnerable-driver blocklist (side effect: Partition Master will fail to perform privileged disk operations until re-enabled), and tightening the device object's DACL via a wrapper or restricting non-admin local logons on affected hosts (side effect: may break legitimate non-admin usage of the tool). Detection-side, monitor for unexpected CreateFile opens of \\.\EPMNTDRV or similar device names from non-administrator processes.
More in Partition Master
View allSame weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38146
GHSA-5497-893c-j3pf