The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-0288

CVE-2025-0288: Paragon Backup & Recovery Privilege Escalation

CVE-2025-0288 is a privilege escalation vulnerability in Paragon Backup & Recovery's biontdrv.sys driver that allows attackers to write arbitrary kernel memory. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-0288 Overview

CVE-2025-0288 is an arbitrary kernel memory vulnerability affecting multiple Paragon Software products through the biontdrv.sys driver. The vulnerability exists in the memmove function implementation, which fails to validate or sanitize user-controlled input. This lack of input validation allows an attacker with local access to write arbitrary data to kernel memory, ultimately enabling privilege escalation from a low-privileged user to SYSTEM-level access on affected Windows systems.

Critical Impact

Successful exploitation allows local attackers to achieve privilege escalation by writing arbitrary data to kernel memory through the vulnerable biontdrv.sys driver, potentially leading to complete system compromise.

Affected Products

  • Paragon Backup & Recovery
  • Paragon Disk Wiper
  • Paragon Drive Copy
  • Paragon Hard Disk Manager
  • Paragon Migrate OS to SSD
  • Paragon Partition Manager

Discovery Timeline

  • 2025-03-03 - CVE-2025-0288 published to NVD
  • 2025-06-25 - Last updated in NVD database

Technical Details for CVE-2025-0288

Vulnerability Analysis

This vulnerability represents a classic kernel driver security flaw where user-mode input is passed directly to kernel memory operations without proper validation. The biontdrv.sys driver, which is a kernel-mode component used across Paragon Software's Hard Disk Manager product line, implements functionality that relies on the memmove function to copy data between memory regions.

The core issue lies in the driver's failure to implement proper boundary checks and input sanitization before processing user-supplied data. When a user-mode application communicates with the driver through I/O control codes (IOCTLs), the driver accepts memory addresses and size parameters directly from the user without verification. This allows an attacker to specify arbitrary kernel memory addresses as the destination for write operations.

Root Cause

The root cause of CVE-2025-0288 is improper input validation within the biontdrv.sys kernel driver. Specifically, the driver's IOCTL handler passes user-controlled parameters directly to the memmove function without validating that the destination address lies within legitimate and expected memory regions. This violates fundamental secure coding practices for kernel-mode drivers, where all user input must be treated as untrusted and thoroughly validated before use in privileged operations.

The absence of address space layout validation, buffer size checks, and memory region verification creates a write-what-where condition that attackers can leverage to corrupt kernel data structures or inject malicious code into kernel memory space.

Attack Vector

The attack requires local access to the target system with low-level privileges. An attacker can exploit this vulnerability by:

  1. Loading or accessing the vulnerable biontdrv.sys driver on a system where Paragon Software products are installed
  2. Crafting malicious IOCTL requests containing attacker-controlled memory addresses and data
  3. Sending these requests to the driver to achieve arbitrary kernel memory writes
  4. Overwriting critical kernel structures such as process tokens, security descriptors, or callback tables
  5. Escalating privileges from a standard user account to SYSTEM-level access

Since the driver is Microsoft-signed, it may be present on systems even without explicit Paragon product installation, as attackers could potentially bring their own vulnerable driver (BYOVD attack technique).

The vulnerability can be exploited through crafted IOCTL requests to the biontdrv.sys driver, where user-controlled parameters are passed directly to the memmove function. This allows an attacker to specify arbitrary kernel memory addresses as write destinations, enabling corruption of critical kernel structures. For detailed technical analysis, refer to the CERT Vulnerability Note #726882.

Detection Methods for CVE-2025-0288

Indicators of Compromise

  • Presence of biontdrv.sys driver loaded in kernel memory, especially on systems without Paragon products legitimately installed
  • Unusual IOCTL activity targeting Paragon driver device objects
  • Process token modifications or unexpected privilege elevation events
  • Suspicious driver loading events from non-standard locations

Detection Strategies

  • Monitor for loading of biontdrv.sys driver using endpoint detection tools and Windows ETW (Event Tracing for Windows)
  • Implement kernel callback monitoring to detect suspicious memory manipulation patterns
  • Deploy SentinelOne Singularity platform for real-time behavioral detection of privilege escalation attempts
  • Configure Windows Defender Application Control (WDAC) or similar tools to block known vulnerable driver versions

Monitoring Recommendations

  • Enable Windows Security Event logging for driver loading events (Event ID 7045)
  • Configure Sysmon to capture detailed driver load events with hash verification
  • Implement continuous monitoring for process integrity violations and token manipulation
  • Review systems for unauthorized Paragon Software installations or standalone driver deployments

How to Mitigate CVE-2025-0288

Immediate Actions Required

  • Update all Paragon Software products to the latest patched versions immediately
  • Audit systems for the presence of vulnerable biontdrv.sys driver versions
  • Implement driver blocking policies using WDAC or SentinelOne device control capabilities
  • Restrict local user privileges where possible to limit exploitation potential

Patch Information

Paragon Software has released security patches for all affected products in their Hard Disk Manager product line. Administrators should download and apply the latest updates from the Paragon Software Security Patch advisory page. Additional patches and updates can be found at the Paragon Software Support Patches resource.

Workarounds

  • If patching is not immediately possible, consider uninstalling affected Paragon Software products until updates can be applied
  • Implement application whitelisting to prevent unauthorized driver loading
  • Use WDAC policies to explicitly block the vulnerable biontdrv.sys driver by hash
  • Restrict local access to systems where Paragon products are installed to minimize attack surface
bash
# Example: Block vulnerable driver using PowerShell (requires WDAC)
# Create a deny rule for the vulnerable biontdrv.sys driver
New-CIPolicy -FilePath ".\BlockParagonDriver.xml" -Level Hash -ScanPath "C:\Windows\System32\drivers\biontdrv.sys" -Deny
# Convert and deploy the policy
ConvertFrom-CIPolicy -XmlFilePath ".\BlockParagonDriver.xml" -BinaryFilePath ".\BlockParagonDriver.p7b"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechParagon Backup And Recovery

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • CERT Vulnerability ID #726882

  • Paragon Software Patches Resource
  • Vendor Resources
  • Paragon Software Security Patch
  • Related CVEs
  • CVE-2025-0289: Paragon Backup & Recovery Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English