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
    • 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-69875

CVE-2025-69875: Quick Heal Privilege Escalation Flaw

CVE-2025-69875 is a privilege escalation vulnerability in Quick Heal Total Security 23.0.0 that allows low-privileged users to restore quarantined files to protected system directories. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-69875 Overview

A privilege escalation vulnerability exists in Quick Heal Total Security 23.0.0 within the quarantine management component. The flaw stems from insufficient validation of restore paths combined with improper permission handling, which allows a low-privileged local user to restore quarantined files into protected system directories. This behavior can be exploited by a local attacker to place malicious files in high-privilege locations, potentially leading to full system compromise through privilege escalation.

Critical Impact

Local attackers with low privileges can abuse the quarantine restore functionality to write arbitrary files to protected system directories, enabling privilege escalation to SYSTEM-level access.

Affected Products

  • Quick Heal Total Security 23.0.0
  • Quick Heal Total Security Quarantine Management Component

Discovery Timeline

  • 2026-02-03 - CVE-2025-69875 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-69875

Vulnerability Analysis

This vulnerability is classified under CWE-269 (Improper Privilege Management), which occurs when a product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control. In the context of Quick Heal Total Security, the quarantine management component operates with elevated SYSTEM privileges to handle potentially malicious files. However, the restore functionality fails to adequately validate the destination path specified by users, nor does it properly drop privileges when writing files to disk.

The quarantine feature in antivirus products is designed to isolate suspicious files by moving them to a protected storage location. When users restore files from quarantine, the software should restore them to their original location with appropriate permissions. The vulnerability arises because the restore operation inherits the antivirus service's elevated privileges without proper validation of the target directory.

Root Cause

The root cause of this vulnerability lies in the improper privilege management within the quarantine restore functionality. The Quick Heal Total Security service runs with SYSTEM privileges to effectively scan and quarantine files across the entire filesystem. When processing restore requests, the component fails to implement two critical security controls:

  1. Path Validation Failure: The restore path provided by the user is not properly sanitized or validated against a whitelist of acceptable directories, allowing attackers to specify arbitrary paths including protected system directories such as C:\Windows\System32\ or C:\Program Files\.

  2. Privilege Inheritance: The file write operation during restore inherits the SYSTEM-level privileges of the antivirus service rather than impersonating the requesting user's security context, enabling writes to directories that would normally be inaccessible to low-privileged users.

Attack Vector

The attack vector requires local access to the system with low-privilege user credentials. An attacker can exploit this vulnerability through the following attack chain:

  1. The attacker, operating as a low-privileged user, triggers the antivirus to quarantine a crafted file (or uses an existing quarantined file)
  2. Using the Quick Heal interface or API, the attacker initiates a restore operation
  3. During the restore process, the attacker manipulates the destination path to point to a protected system directory
  4. The quarantine service, running as SYSTEM, writes the file to the specified location without proper privilege checks
  5. The attacker can then leverage the placed file for privilege escalation, such as placing a malicious DLL in a path searched by a privileged service

A proof of concept demonstrating this vulnerability is available at the GitHub Proof of Concept repository. The exploitation does not require user interaction once the attacker has local access, making it a practical vector for insider threats or post-compromise lateral movement scenarios.

Detection Methods for CVE-2025-69875

Indicators of Compromise

  • Unexpected files appearing in protected system directories such as C:\Windows\System32\ or C:\Program Files\
  • Quick Heal quarantine restore operations targeting directories outside of user-accessible paths
  • Anomalous file creation events attributed to the Quick Heal service process in privileged locations
  • Modification timestamps on system files that coincide with quarantine restore activity

Detection Strategies

  • Monitor Windows Security Event logs for file creation events (Event ID 4663) in protected directories where the process is the Quick Heal service
  • Implement EDR rules to detect file writes by antivirus processes to system directories not associated with normal AV operations
  • Configure SIEM alerts for quarantine restore operations where the destination path contains System32, Windows, or Program Files
  • Use SentinelOne Singularity to detect anomalous process behavior and privilege escalation attempts following quarantine operations

Monitoring Recommendations

  • Enable verbose logging for Quick Heal Total Security quarantine operations to capture restore destination paths
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized file placements
  • Correlate Quick Heal service activity with subsequent privileged process executions that may indicate exploitation
  • Monitor for DLL sideloading indicators following quarantine restore events

How to Mitigate CVE-2025-69875

Immediate Actions Required

  • Restrict quarantine restore functionality to administrator accounts only until a patch is available
  • Implement application whitelisting to prevent execution of unauthorized files placed in system directories
  • Deploy SentinelOne endpoint protection to detect and block privilege escalation attempts
  • Review and audit recent quarantine restore operations for suspicious destination paths
  • Consider temporarily disabling the quarantine restore feature if operationally feasible

Patch Information

At the time of publication, no official patch has been released by Quick Heal. Organizations should monitor Quick Heal's official security advisories for patch availability. For technical details regarding this vulnerability, refer to the GitHub Proof of Concept.

Workarounds

  • Restrict access to the Quick Heal quarantine management interface through local security policies
  • Implement Windows Software Restriction Policies (SRP) or AppLocker rules to prevent execution from directories commonly targeted by this attack
  • Use NTFS permissions to add additional protection to critical system directories
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to monitor and block suspicious file operations
bash
# Example: Restrict quarantine folder access using icacls
icacls "C:\ProgramData\Quick Heal\Quarantine" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" /grant:r "Administrators:(OI)(CI)F"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechQuick Heal

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • 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
  • CWE-269
  • Technical References
  • GitHub Proof of Concept

  • Samsung Security Advisory CVE-2025-59439
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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