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-6794

CVE-2025-6794: Marvell QConvergeConsole RCE Vulnerability

CVE-2025-6794 is a remote code execution flaw in Marvell QConvergeConsole that allows unauthenticated attackers to execute arbitrary code as SYSTEM. This article covers the technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-6794 Overview

CVE-2025-6794 is a critical directory traversal vulnerability in Marvell QConvergeConsole that enables remote code execution. The vulnerability exists within the implementation of the saveAsText method, which fails to properly validate user-supplied path input before using it in file operations. This flaw allows unauthenticated remote attackers to execute arbitrary code with SYSTEM-level privileges on affected systems.

The vulnerability was disclosed through the Zero Day Initiative (ZDI) under the identifier ZDI-CAN-24913 and has been assigned a critical severity rating due to the combination of network accessibility, lack of authentication requirements, and complete system compromise potential.

Critical Impact

Unauthenticated remote attackers can achieve arbitrary code execution with SYSTEM privileges through directory traversal in the saveAsText method.

Affected Products

  • Marvell QConvergeConsole (all versions)

Discovery Timeline

  • 2025-07-07 - CVE-2025-6794 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2025-6794

Vulnerability Analysis

This vulnerability falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The saveAsText method in Marvell QConvergeConsole accepts a user-controlled path parameter without adequate sanitization or validation.

When processing save operations, the application directly uses the attacker-supplied path in file system operations. By crafting a path containing directory traversal sequences (such as ../ or absolute paths), an attacker can write files to arbitrary locations on the file system. This can be leveraged to overwrite critical system files, plant malicious executables in startup directories, or place web shells in accessible locations, ultimately achieving remote code execution.

The attack does not require any authentication, making it particularly dangerous for internet-facing or network-accessible QConvergeConsole installations. Successful exploitation results in code execution running in the context of SYSTEM, providing the attacker with the highest level of privileges on Windows systems.

Root Cause

The root cause of CVE-2025-6794 is the absence of proper path validation and sanitization within the saveAsText method. The application fails to:

  1. Validate that the user-supplied path remains within intended directories
  2. Sanitize or reject path traversal sequences (e.g., ../, ..\\)
  3. Prevent the use of absolute paths that escape the application's sandbox
  4. Implement proper access controls on file write operations

This allows attackers to manipulate the destination path parameter to write files outside the intended directory structure.

Attack Vector

The attack can be executed remotely over the network without any authentication credentials. An attacker would craft a malicious request to the saveAsText endpoint, including directory traversal sequences in the path parameter to target sensitive system locations.

The exploitation flow involves:

  1. Identifying a network-accessible QConvergeConsole installation
  2. Crafting a request to the saveAsText method with a traversal path
  3. Writing a malicious payload (e.g., executable, script, or web shell) to a location that enables code execution
  4. Triggering execution of the planted payload to gain SYSTEM-level access

For detailed technical information, refer to the Zero Day Initiative Advisory ZDI-25-454.

Detection Methods for CVE-2025-6794

Indicators of Compromise

  • Unexpected file creation or modification in system directories such as C:\Windows\System32\ or startup folders
  • Web server logs showing requests to saveAsText endpoints with path traversal patterns (../ or ..\\)
  • New executable files, DLLs, or scripts appearing in sensitive locations with recent timestamps
  • Unusual SYSTEM-level process activity originating from QConvergeConsole service context

Detection Strategies

  • Monitor QConvergeConsole application logs for file operations targeting paths outside the application directory
  • Implement network intrusion detection rules to identify HTTP requests containing directory traversal sequences targeting QConvergeConsole
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized file writes
  • Analyze process creation events for SYSTEM-level processes spawned from unexpected parent processes

Monitoring Recommendations

  • Enable detailed logging for QConvergeConsole file operations and API calls
  • Configure SIEM alerts for path traversal patterns in web application logs
  • Monitor for new files created in common exploitation target directories (e.g., web roots, startup folders, scheduled task locations)
  • Implement network segmentation to limit exposure of QConvergeConsole management interfaces

How to Mitigate CVE-2025-6794

Immediate Actions Required

  • Restrict network access to QConvergeConsole management interfaces using firewall rules or network segmentation
  • Limit access to trusted administrators from known IP ranges only
  • Review file system for any suspicious files that may have been written through exploitation
  • Consider temporarily disabling or isolating QConvergeConsole installations until a patch is available

Patch Information

Monitor Marvell security advisories for official patches addressing CVE-2025-6794. Contact Marvell support for remediation guidance and patch availability. Additional technical details are available through the Zero Day Initiative Advisory ZDI-25-454.

Workarounds

  • Implement a web application firewall (WAF) rule to block requests containing directory traversal patterns to QConvergeConsole endpoints
  • Use network-level access controls to restrict QConvergeConsole access to authorized administrative hosts only
  • Deploy host-based intrusion prevention to monitor and block suspicious file write operations from the QConvergeConsole process
  • Consider running QConvergeConsole in a sandboxed or containerized environment to limit file system access
bash
# Example: Block external access to QConvergeConsole using iptables
# Replace QCONSOLE_PORT with the actual port number

# Allow access only from management network
iptables -A INPUT -p tcp --dport QCONSOLE_PORT -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport QCONSOLE_PORT -j DROP

# Log blocked connection attempts
iptables -I INPUT -p tcp --dport QCONSOLE_PORT -j LOG --log-prefix "QConsole Blocked: "

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMarvell Qconvergeconsole

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability16.94%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Zero Day Initiative Advisory ZDI-25-454
  • Related CVEs
  • CVE-2025-6802: Marvell QConvergeConsole RCE Vulnerability

  • CVE-2025-8426: Marvell QConvergeConsole Path Traversal

  • CVE-2025-6793: Marvell QConvergeConsole Path Traversal

  • CVE-2025-6798: Marvell QConvergeConsole Path Traversal
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