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

CVE-2025-6805: Marvell QConvergeConsole Path Traversal

CVE-2025-6805 is a path traversal vulnerability in Marvell QConvergeConsole that enables unauthenticated attackers to delete arbitrary files with SYSTEM privileges. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-6805 Overview

CVE-2025-6805 is a critical directory traversal vulnerability affecting Marvell QConvergeConsole that enables remote attackers to delete arbitrary files on affected systems. The vulnerability exists within the deleteEventLogFile method implementation, where insufficient validation of user-supplied paths allows malicious actors to manipulate file operations. This flaw can be exploited without authentication, allowing attackers to delete files with SYSTEM-level privileges, potentially leading to denial of service conditions or complete system compromise.

Critical Impact

Unauthenticated remote attackers can delete arbitrary files with SYSTEM privileges, potentially disrupting critical system operations and enabling further attacks through the removal of security controls.

Affected Products

  • Marvell QConvergeConsole
  • Marvell QConvergeConsole version 5.5.0.85

Discovery Timeline

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

Technical Details for CVE-2025-6805

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) resides in the deleteEventLogFile method of Marvell QConvergeConsole. The core issue stems from improper path validation when processing user-supplied input destined for file deletion operations. The application fails to sanitize path traversal sequences (such as ../ or ..\), allowing attackers to escape the intended directory and target files anywhere on the file system.

Since the QConvergeConsole service operates with elevated SYSTEM privileges, successful exploitation grants attackers the ability to delete any file accessible by the SYSTEM account. This includes critical operating system files, configuration data, security logs, and application binaries. The vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-24925.

Root Cause

The root cause is the absence of proper input validation and sanitization within the deleteEventLogFile method. The function accepts a file path parameter from user requests and directly uses it in file deletion operations without:

  1. Validating that the path stays within the expected event log directory
  2. Canonicalizing the path to resolve traversal sequences
  3. Implementing allowlist-based filename validation
  4. Checking against directory traversal patterns

Attack Vector

The vulnerability is exploitable remotely over the network without requiring any authentication credentials. An attacker can craft malicious HTTP requests to the QConvergeConsole web interface, supplying path traversal sequences in the file parameter of the deleteEventLogFile endpoint.

The attack flow typically involves:

  1. Identifying a target system running vulnerable QConvergeConsole
  2. Crafting a request with directory traversal sequences pointing to a target file
  3. Submitting the malicious request to the deleteEventLogFile endpoint
  4. The server processes the request and deletes the specified file with SYSTEM privileges

The vulnerability mechanism exploits improper path validation in the deleteEventLogFile method. Attackers supply path traversal sequences such as ..\..\..\..\ to escape the intended event log directory and target arbitrary files on the system. For complete technical details, refer to the Zero Day Initiative Advisory ZDI-25-461.

Detection Methods for CVE-2025-6805

Indicators of Compromise

  • HTTP requests to the QConvergeConsole web interface containing path traversal sequences (../, ..\, %2e%2e%2f, %2e%2e/)
  • Unusual file deletion events in Windows Security logs, particularly files outside the application's event log directory
  • System instability or service failures following network connections to the QConvergeConsole management port
  • Missing critical system files or configuration files with no legitimate explanation

Detection Strategies

  • Monitor web application logs for requests containing directory traversal patterns targeting the deleteEventLogFile endpoint
  • Deploy network intrusion detection signatures to identify path traversal attempts in HTTP traffic to QConvergeConsole
  • Implement file integrity monitoring on critical system directories to alert on unauthorized deletions
  • Configure SIEM rules to correlate web requests to QConvergeConsole with subsequent file deletion events

Monitoring Recommendations

  • Enable verbose logging on the QConvergeConsole application to capture all file operation requests
  • Implement Windows file system auditing for deletion events, particularly in system directories
  • Monitor for unexpected service restarts or system instability that could indicate exploitation attempts
  • Track network connections to QConvergeConsole management ports from untrusted sources

How to Mitigate CVE-2025-6805

Immediate Actions Required

  • Restrict network access to QConvergeConsole management interfaces using firewall rules or network segmentation
  • Limit access to the QConvergeConsole web interface to trusted administrative workstations only
  • Implement web application firewall rules to block requests containing path traversal sequences
  • Monitor systems for signs of exploitation while awaiting an official patch

Patch Information

At the time of publication, consult Marvell's official security resources for patch availability. Organizations should monitor the Zero Day Initiative Advisory ZDI-25-461 for updates and remediation guidance. Contact Marvell support for the latest security updates addressing this vulnerability.

Workarounds

  • Disable or restrict access to the QConvergeConsole web management interface if not operationally required
  • Place QConvergeConsole systems behind a network firewall that blocks external access to the management port
  • Implement network segmentation to isolate storage management infrastructure from general network traffic
  • Use VPN or jump hosts to control administrative access to QConvergeConsole systems
bash
# Example: Windows Firewall rule to restrict QConvergeConsole access
netsh advfirewall firewall add rule name="Block QConvergeConsole External Access" dir=in action=block protocol=tcp localport=8080 remoteip=any
netsh advfirewall firewall add rule name="Allow QConvergeConsole Admin Subnet" dir=in action=allow protocol=tcp localport=8080 remoteip=10.0.0.0/24

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMarvell Qconvergeconsole

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability13.53%

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

  • CVE-2025-6793: Marvell QConvergeConsole Path Traversal

  • CVE-2025-6798: Marvell QConvergeConsole Path Traversal

  • CVE-2025-6794: Marvell QConvergeConsole RCE Vulnerability
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