A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-63685

CVE-2025-63685: Quark Cloud Drive RCE Vulnerability

CVE-2025-63685 is a DLL hijacking vulnerability in Quark Cloud Drive v3.23.2 that enables remote code execution. Attackers can place malicious DLLs in the startup directory for execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-63685 Overview

CVE-2025-63685 is a DLL Hijacking vulnerability in Quark Cloud Drive v3.23.2. The application loads regsvr32.exe without validating its file path or digital signature. An attacker who can place a crafted malicious DLL in the application's startup directory achieves code execution when a user launches the program. The flaw is categorized under [CWE-491] and affects the desktop client distributed by Quark.

Critical Impact

Successful exploitation allows arbitrary code execution in the context of the user running Quark Cloud Drive, enabling persistence, credential theft, and lateral movement.

Affected Products

  • Quark Cloud Drive 3.23.2
  • Windows desktop client distributions of Quark Cloud Drive
  • Installations where the application directory is writable by non-privileged users

Discovery Timeline

  • 2025-11-20 - CVE-2025-63685 published to NVD
  • 2025-12-16 - Last updated in NVD database

Technical Details for CVE-2025-63685

Vulnerability Analysis

Quark Cloud Drive v3.23.2 invokes regsvr32.exe during startup without specifying a fully qualified path or verifying the binary's digital signature. Windows resolves the executable using the standard search order, which begins with the application's own directory. Attackers exploit this behavior by dropping a malicious DLL or substitute binary into the startup directory. When the user launches Quark Cloud Drive, the planted payload loads inside the trusted application's process. The result is arbitrary code execution under the privileges of the logged-on user.

Root Cause

The root cause is insecure library and process loading. The application fails to enforce path validation and signature checks on dependencies it invokes at runtime. This matches the pattern described in [CWE-491], where insecure resource resolution allows substitution by an attacker-controlled artifact. Developers can prevent this by calling LoadLibraryEx with LOAD_LIBRARY_SEARCH_SYSTEM32 and by validating Authenticode signatures before execution.

Attack Vector

An attacker first obtains write access to the Quark Cloud Drive application directory. This can occur through a prior foothold, a phishing payload that drops a file, or supply-chain tampering of the installer. The attacker places a malicious DLL crafted to match the name expected by the application's loader resolution. The next time a user launches Quark Cloud Drive, Windows resolves the malicious DLL from the application directory and executes its code in-process. No further user interaction is required beyond the normal program launch. Refer to the GitHub CVE Discussion Thread for additional technical context.

Detection Methods for CVE-2025-63685

Indicators of Compromise

  • Unsigned or unexpected DLL files present in the Quark Cloud Drive installation directory
  • regsvr32.exe or related binaries loading from non-system paths instead of C:\Windows\System32
  • Child processes spawned by Quark Cloud Drive that perform network connections to unfamiliar hosts
  • Recently modified files in the application's startup directory not matching the vendor-installed manifest

Detection Strategies

  • Monitor process creation events where the parent is the Quark Cloud Drive executable and the child is regsvr32.exe loaded from a non-system path
  • Hunt for image-load events of unsigned DLLs originating in user-writable application directories
  • Alert on file-write events that place .dll files into the Quark Cloud Drive install path outside of installer or update activity

Monitoring Recommendations

  • Enable Sysmon Event IDs 1 (process creation), 7 (image loaded), and 11 (file create) with rules scoped to the Quark Cloud Drive directory
  • Baseline the legitimate DLL set shipped with v3.23.2 and alert on any deviation
  • Forward endpoint telemetry to a centralized analytics platform for cross-host correlation of DLL hijacking patterns

How to Mitigate CVE-2025-63685

Immediate Actions Required

  • Restrict write permissions on the Quark Cloud Drive installation directory to administrators only
  • Inventory all endpoints running Quark Cloud Drive v3.23.2 and prioritize remediation
  • Remove any unsigned or unrecognized DLLs from the application directory and surrounding startup paths
  • Block execution of unsigned binaries from user-writable directories using application control policies

Patch Information

No vendor advisory or patched release has been published in the NVD record at the time of writing. Monitor the GitHub CVE Discussion Thread and Quark's official channels for an updated build that addresses the insecure loading behavior. Until a patched version is available, treat all v3.23.2 installations as vulnerable.

Workarounds

  • Deploy Windows Defender Application Control (WDAC) or AppLocker rules that block unsigned DLL loads from user-writable paths
  • Move the Quark Cloud Drive installation under C:\Program Files\ where standard user write access is denied by default
  • Audit and enforce ACLs on the application directory using icacls to remove Modify rights from non-administrative users
  • Consider uninstalling Quark Cloud Drive on high-value systems until a fixed release is published
bash
# Configuration example - restrict ACLs on the Quark Cloud Drive install directory
icacls "C:\Program Files\Quark Cloud Drive" /inheritance:r
icacls "C:\Program Files\Quark Cloud Drive" /grant:r "Administrators:(OI)(CI)F" "SYSTEM:(OI)(CI)F" "Users:(OI)(CI)RX"
icacls "C:\Program Files\Quark Cloud Drive" /remove "Authenticated Users"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechQuark Cloud Drive

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-491
  • Technical References
  • GitHub CVE Discussion Thread
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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