CVE-2025-0285
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 · uneditedVarious Paragon Software products contain an arbitrary kernel memory mapping vulnerability within biontdrv.sys that is caused by a failure to properly validate the length of user supplied data, which can allow an attacker to perform privilege escalation exploits.
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 confidenceA kernel-mode driver (biontdrv.sys) in Paragon Software products fails to validate the length of user-supplied data before mapping memory, allowing an unprivileged local attacker to map arbitrary kernel memory and elevate privileges to SYSTEM level.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 15, <= 17.39>= 15, <= 16>= 15, <= 16>= 15, <= 17.39>= 4, <= 5>= 15, <= 17.39CVSS 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 any Paragon Software product is installedOpen Control Panel > Programs and Features, or run 'Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion' in PowerShell to list installed programs. Look for Paragon Backup & Recovery, Paragon Disk Wiper, Paragon Drive Copy, Paragon Hard Disk Manager, Paragon Migrate OS to SSD, or Paragon Partition Manager.Affected if Any Paragon product from version 15.x up to 17.39 (or 16 for Disk Wiper/Drive Copy, or 5 for Migrate OS to SSD) is installed.
-
Locate the biontdrv.sys driver fileSearch for biontdrv.sys on the system using File Explorer search or by running 'Get-ChildItem -Path C:\ -Filter biontdrv.sys -Recurse -ErrorAction SilentlyContinue' in PowerShell. Typical locations include C:\Windows\System32\drivers\ or the product installation directory.Affected if The biontdrv.sys driver file exists on the system.
-
Check if the biontdrv.sys driver is loadedOpen an elevated command prompt and run 'sc query biontdrv' or check the driver list via 'driverquery /v | findstr biontdrv' to see if the driver is currently loaded in memory.Affected if The driver is currently loaded and running (service status is RUNNING).
-
Retrieve the driver file versionRight-click biontdrv.sys, select Properties > Details, or run '(Get-Item "C:\Windows\System32\drivers\biontdrv.sys").VersionInfo | Format-List' in PowerShell. Note the File Version value.Affected if The driver file version falls within the affected ranges: 15.x through 17.39 (or 16 for Disk Wiper/Drive Copy, or 5 for Migrate OS to SSD). Compare your version against the listed affected version ranges.
A system is affected if it has any Paragon Software product (Backup & Recovery, Disk Wiper, Drive Copy, Hard Disk Manager, Migrate OS to SSD, or Partition Manager) within versions 15-17.39 (or 15-16/4-5 per product) installed AND the biontdrv.sys driver file is present, regardless of whether the driver is currently loaded.
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 · scopedApply vendor-supplied patches for affected Paragon Software products to update biontdrv.sys to a patched version, or disable/uninstall the driver if not required.
Latest version of the respective Paragon product beyond version 17.39 (for Disk Wiper, Drive Copy, Hard Disk Manager, Partition Manager, Backup & Recovery) or beyond version 5 (for Migrate OS to SSD)
- 1. Identify the exact Paragon product and version currently installed from the list of affected products (Backup & Recovery 15-17.39, Disk Wiper 15-16, Drive Copy 15-16, Hard Disk Manager 15-17.39, Migrate OS to SSD 4-5, Partition Manager 15-17.39)
- 2. Visit the official Paragon Software support portal at www.paragon-software.com or their Zendesk knowledge base at paragon-software.zendesk.com to check for newer versions beyond 17.39 for Disk Wiper, Drive Copy, and Hard Disk Manager products
- 3. Download and install the latest version of the affected Paragon product(s)
- 4. Verify the biontdrv.sys driver version after upgrade matches the patched release
- 5. Restart the system to ensure the new driver is properly loaded
- 6. Confirm the vulnerability is remediated by verifying the driver properly validates input buffer lengths as expected in the patched version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation2.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,928.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-0285 — 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-2025-0285 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