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

CVE-2025-6797: Marvell QConvergeConsole Path Traversal

CVE-2025-6797 is a path traversal flaw in Marvell QConvergeConsole's getFileUploadBytes method that enables unauthenticated attackers to access sensitive files. This article covers technical details, affected systems, and mitigation.

Published: May 11, 2026

CVE-2025-6797 Overview

CVE-2025-6797 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 getFileUploadBytes method, which fails to validate user-supplied path input before performing file operations. An attacker can exploit this weakness to read arbitrary files in the context of the SYSTEM account. The vulnerability was reported through Trend Micro's Zero Day Initiative as ZDI-CAN-24917 and is tracked under [CWE-22] (Path Traversal). The Exploit Prediction Scoring System (EPSS) places this issue in the 95.55th percentile, indicating a relatively high likelihood of exploitation activity.

Critical Impact

Unauthenticated remote attackers can read arbitrary files as SYSTEM on hosts running Marvell QConvergeConsole, exposing credentials, configuration data, and other sensitive content.

Affected Products

  • Marvell QConvergeConsole (all versions identified by cpe:2.3:a:marvell:qconvergeconsole)
  • Storage management environments deploying QConvergeConsole on Windows hosts
  • Server platforms using Marvell QLogic Fibre Channel and converged network adapter management tooling

Discovery Timeline

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

Technical Details for CVE-2025-6797

Vulnerability Analysis

The vulnerability exists in the getFileUploadBytes method exposed by Marvell QConvergeConsole. The method accepts a file path parameter from the requester and passes it directly into file read operations without normalizing or constraining the path. An attacker can supply traversal sequences such as ..\ or absolute paths to step out of the intended directory and read files anywhere on the file system. Because QConvergeConsole runs with SYSTEM privileges on Windows, the disclosed content is not limited by user-level access controls. No authentication is required, so any actor with network reachability to the management service can issue the request. The exposed data can include service account credentials, registry hive backups, application configuration files, and stored secrets that enable follow-on attacks.

Root Cause

The defect is a classic path traversal weakness ([CWE-22]). The getFileUploadBytes handler trusts the supplied path argument and performs no canonicalization, allow-list checks, or directory containment validation before invoking the underlying file read API. Refer to the Zero Day Initiative Advisory ZDI-25-456 for the detailed technical breakdown.

Attack Vector

Exploitation occurs over the network against the QConvergeConsole management interface. An attacker crafts a request that invokes getFileUploadBytes with a path containing directory traversal sequences pointing at a target file such as a configuration store or credential file. The server returns the file contents in the response. No user interaction or prior authentication is required, and attack complexity is low. See the Zero Day Initiative Advisory ZDI-25-456 for protocol-level details.

Detection Methods for CVE-2025-6797

Indicators of Compromise

  • HTTP or web service requests to the QConvergeConsole management endpoint containing path traversal sequences such as ..\, ../, or URL-encoded variants like %2e%2e%2f
  • Invocations of the getFileUploadBytes method referencing absolute paths or files outside the application's expected upload directory
  • Unexpected outbound responses from the QConvergeConsole service returning large file payloads to untrusted clients

Detection Strategies

  • Inspect web application logs and reverse-proxy logs for requests targeting getFileUploadBytes with path parameters
  • Apply web application firewall (WAF) signatures that flag path traversal patterns directed at the QConvergeConsole listener
  • Correlate network telemetry showing unauthenticated sessions retrieving files from sensitive Windows paths such as C:\Windows\System32\config\ or C:\ProgramData\

Monitoring Recommendations

  • Enable verbose access logging on the QConvergeConsole HTTP listener and forward logs to a central analytics platform
  • Alert on any access to the management service from network segments that should not reach storage administration tooling
  • Monitor file system audit events for reads of credential stores or registry hive files performed by the QConvergeConsole service account

How to Mitigate CVE-2025-6797

Immediate Actions Required

  • Restrict network access to the QConvergeConsole management interface using firewall rules or host-based access control lists
  • Apply the vendor-supplied patch as soon as Marvell publishes a fixed release for affected QConvergeConsole versions
  • Audit recent QConvergeConsole access logs for evidence of getFileUploadBytes calls with suspicious path parameters and rotate any credentials that may have been exposed

Patch Information

No vendor advisory URL is published in the NVD record at this time. Administrators should consult Marvell support channels and the Zero Day Initiative Advisory ZDI-25-456 for fixed version information and apply updates as soon as they are available.

Workarounds

  • Place the QConvergeConsole service behind a management VLAN or VPN so the listener is unreachable from general-purpose networks
  • Disable or stop the QConvergeConsole service on hosts where it is not actively required for storage administration
  • Deploy a reverse proxy or WAF in front of the management interface to block requests containing path traversal sequences or absolute file paths

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-456
  • 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-6798: 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