CVE-2026-12781
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA 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."
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceEaseUS Partition Master contains a kernel driver (epmntdrv.sys) with improper access control, allowing a local unprivileged attacker to potentially escalate privileges to kernel/system level via the driver's ioctl interfaces. A publicly available exploit exists for this vulnerability.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if EaseUS Partition Master is installedLook for the software in Add/Remove Programs or check for the installation directory typically at C:\Program Files\EaseUS\Partition Master or C:\Program Files (x86)\EaseUS\Partition MasterAffected if EaseUS Partition Master is installed on the system
-
Identify the installed versionCheck the version information in the program's main executable (often PartitionMaster.exe) by right-clicking the file, selecting Properties, and viewing the Details tab. Alternatively, check the Windows Registry under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ProductID} or HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ for an EaseUS entryAffected if The installed version is older than the current patched version (the vendor states the issue is resolved in current releases)
-
Locate the epmntdrv.sys driver fileSearch for epmntdrv.sys on the system using File Explorer search or the command: dir /s C:\epmntdrv.sysAffected if The file epmntdrv.sys exists on the system, indicating the vulnerable driver component is present
-
Check if the driver is currently loadedOpen Command Prompt as Administrator and run: sc query epmntdrv or check Device Manager for hidden devices or drivers related to EaseUS. Also check the services list: sc queryex type= service state= all | findstr -i epmntdrvAffected if The driver service exists and is in a running or stopped state, meaning the vulnerable ioctl interface is available on the system
A user is affected if EaseUS Partition Master is installed with the epmntdrv.sys driver present and the installed version predates the vendor's patched release.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade EaseUS Partition Master to the latest version. The vendor has confirmed the issue is resolved in current releases.
Latest version of EaseUS Partition Master (vendor states issue resolved in current release)
- Open EaseUS Partition Master and navigate to Help > About to identify the currently installed version.
- Visit the official EaseUS website (easeus.com) and navigate to the Partition Master product page to determine the latest available version.
- If the current version is 14.5 or earlier, download the latest version from the official EaseUS website.
- Close any running instances of EaseUS Partition Master before proceeding with installation.
- Run the downloaded installer and follow the on-screen instructions to update to the latest version.
- After installation, verify the updated version number via Help > About to confirm the remediation.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-12781 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-12781 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data