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

CVE-2025-6804: Marvell QConvergeConsole Path Traversal

CVE-2025-6804 is a path traversal vulnerability in Marvell QConvergeConsole that enables unauthenticated attackers to disclose sensitive information. This article covers technical details, affected versions, and mitigation.

Published: May 11, 2026

CVE-2025-6804 Overview

CVE-2025-6804 is a directory traversal vulnerability in Marvell QConvergeConsole that allows unauthenticated remote attackers to disclose sensitive information from affected installations. The flaw resides in the compressFirmwareDumpFiles method, which fails to properly validate user-supplied paths before using them in file operations. Successful exploitation grants attackers read access to files in the context of the SYSTEM account on Windows hosts. The vulnerability is tracked as ZDI-CAN-24924 and was disclosed through the Zero Day Initiative. It is classified under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory). The EPSS data places this vulnerability in the 95th percentile, indicating elevated likelihood of exploitation activity.

Critical Impact

Unauthenticated remote attackers can read arbitrary files with SYSTEM-level privileges over the network, exposing credentials, configuration data, and other sensitive information.

Affected Products

  • Marvell QConvergeConsole (all versions prior to the vendor fix)
  • Deployments on Windows hosts where the service runs as SYSTEM
  • Storage and network management environments using QLogic QConvergeConsole agents

Discovery Timeline

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

Technical Details for CVE-2025-6804

Vulnerability Analysis

Marvell QConvergeConsole is a management interface used to configure and monitor QLogic adapters across storage and network infrastructure. The vulnerability stems from the compressFirmwareDumpFiles method, which accepts a user-controlled path parameter without sanitization. An attacker can supply traversal sequences such as ../ to escape the intended firmware dump directory. The method then operates on arbitrary files outside the expected scope. Because QConvergeConsole runs as SYSTEM, an attacker can access files normally restricted to privileged accounts. The flaw does not require authentication, and the attack vector is network-based, which broadens the exposure window for internet-reachable or lateral-movement targets.

Root Cause

The root cause is missing input validation on a path parameter passed to compressFirmwareDumpFiles. The method neither canonicalizes the supplied path nor restricts it to the intended firmware dump directory. This omission maps directly to [CWE-22] directory traversal. Without normalization, traversal characters reach the underlying file API and read content from unintended locations.

Attack Vector

An attacker sends a crafted request to the QConvergeConsole service over the network, supplying a relative path containing traversal sequences. The service resolves the path against the firmware dump location, follows the traversal, and processes the targeted file into the compression operation. The attacker then retrieves the compressed output to disclose its contents. No credentials, user interaction, or local access are required. See the Zero Day Initiative Advisory ZDI-25-453 for additional technical context.

Detection Methods for CVE-2025-6804

Indicators of Compromise

  • Inbound HTTP or service requests to QConvergeConsole containing ../, ..\, or URL-encoded traversal sequences (%2e%2e%2f)
  • Unexpected access patterns on the firmware dump directory or adjacent system paths
  • Compressed firmware dump output files appearing with content sourced from outside the intended directory
  • Service logs showing requests to compressFirmwareDumpFiles from untrusted source addresses

Detection Strategies

  • Inspect web application firewall and proxy logs for path traversal patterns directed at the QConvergeConsole listener port
  • Hunt for SYSTEM-context file reads originating from the QConvergeConsole process targeting paths outside its install directory
  • Correlate file system access telemetry with inbound network sessions to the management service

Monitoring Recommendations

  • Enable verbose access logging on the QConvergeConsole service and forward logs to a centralized SIEM
  • Alert on any anonymous or unauthenticated invocation of firmware dump functionality
  • Monitor egress traffic from management hosts for large or unusual data transfers following inbound management requests

How to Mitigate CVE-2025-6804

Immediate Actions Required

  • Restrict network access to the QConvergeConsole management interface using host firewalls or network segmentation, limiting it to trusted administrative subnets
  • Identify all systems running QConvergeConsole and inventory their exposure to untrusted networks
  • Disable the QConvergeConsole service on hosts where it is not actively required
  • Apply the latest Marvell-provided update for QConvergeConsole once available

Patch Information

Marvell has been notified through the Zero Day Initiative coordinated disclosure process. Administrators should consult the Zero Day Initiative Advisory ZDI-25-453 and the vendor support portal for the latest fixed version and update instructions. Apply patches across all affected hosts and verify the service binary version after deployment.

Workarounds

  • Block external access to the QConvergeConsole TCP listener at the perimeter and host firewall
  • Run the QConvergeConsole service only on isolated management networks with strict access control lists
  • Where feasible, stop the service when not in use for active firmware management tasks
bash
# Example Windows firewall rule restricting QConvergeConsole access to an admin subnet
netsh advfirewall firewall add rule name="Restrict QConvergeConsole" ^
  dir=in action=block protocol=TCP localport=8080 ^
  remoteip=any
netsh advfirewall firewall add rule name="Allow QConvergeConsole Admins" ^
  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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability20.23%

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

  • CVE-2025-6793: Marvell QConvergeConsole Path Traversal

  • CVE-2025-6795: Marvell Qconvergeconsole Path Traversal

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