Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-6807

CVE-2025-6807: Marvell QConvergeConsole Path Traversal

CVE-2025-6807 is a path traversal vulnerability in Marvell QConvergeConsole that allows unauthenticated attackers to disclose sensitive information in SYSTEM context. This article covers technical details, affected versions, and mitigations.

Published: April 14, 2026

CVE-2025-6807 Overview

CVE-2025-6807 is a directory traversal vulnerability affecting Marvell QConvergeConsole that allows remote attackers to disclose sensitive information without authentication. The flaw exists within the implementation of the getDriverTmpPath method, where improper validation of user-supplied paths enables attackers to read arbitrary files on the system.

Critical Impact

Remote unauthenticated attackers can exploit this vulnerability to access sensitive files in the context of SYSTEM, potentially exposing credentials, configuration data, and other critical information.

Affected Products

  • Marvell QConvergeConsole (all versions prior to patch)

Discovery Timeline

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

Technical Details for CVE-2025-6807

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) exists in the getDriverTmpPath method of Marvell QConvergeConsole. The vulnerability allows remote attackers to bypass intended path restrictions and access files outside the designated directory structure. Since no authentication is required to exploit this flaw, any attacker with network access to the QConvergeConsole interface can potentially read sensitive system files.

The vulnerability is particularly severe because exploitation occurs in the context of SYSTEM privileges, meaning attackers can potentially access highly sensitive files including Windows SAM database contents, application credentials, configuration files containing sensitive data, and other protected system resources.

Root Cause

The root cause of CVE-2025-6807 is the lack of proper validation of user-supplied path parameters before they are used in file operations. The getDriverTmpPath method fails to sanitize input for directory traversal sequences (such as ../ or ..\), allowing attackers to escape the intended directory and access arbitrary locations on the file system.

Attack Vector

The attack can be executed remotely over the network without requiring any form of authentication. An attacker would craft a malicious request to the QConvergeConsole service containing directory traversal sequences in the path parameter. When processed by the getDriverTmpPath method, these sequences allow the attacker to navigate outside the expected directory and read files from arbitrary locations.

The vulnerability requires no user interaction and can be exploited against any exposed QConvergeConsole instance. Successful exploitation results in information disclosure, potentially revealing sensitive system configurations, credentials, or other confidential data that could be leveraged for further attacks.

Detection Methods for CVE-2025-6807

Indicators of Compromise

  • Unusual file access patterns in QConvergeConsole logs showing path traversal sequences (../, ..\, or URL-encoded variants)
  • Requests to the getDriverTmpPath method containing unexpected path characters or directory references
  • Evidence of sensitive file access attempts targeting system directories or configuration files
  • Network traffic to QConvergeConsole service from unexpected sources

Detection Strategies

  • Monitor network traffic for requests to QConvergeConsole containing directory traversal patterns such as ../, ..\, %2e%2e%2f, or %2e%2e/
  • Implement file integrity monitoring for sensitive system files and directories
  • Deploy intrusion detection rules to identify path traversal attempts in HTTP/HTTPS requests
  • Review QConvergeConsole application logs for anomalous file path requests

Monitoring Recommendations

  • Enable verbose logging for the QConvergeConsole service to capture all file access attempts
  • Configure SIEM alerts for directory traversal patterns in application and web server logs
  • Monitor for unusual outbound data transfers that may indicate successful information exfiltration
  • Implement network segmentation monitoring to detect lateral movement following potential exploitation

How to Mitigate CVE-2025-6807

Immediate Actions Required

  • Restrict network access to QConvergeConsole to trusted administrative networks only
  • Implement firewall rules to block external access to the QConvergeConsole management interface
  • Review system logs for evidence of prior exploitation attempts
  • Consider temporarily disabling QConvergeConsole if not immediately required until a patch is available

Patch Information

Consult the Zero Day Initiative Advisory ZDI-25-463 for the latest patch information and vendor response details. Monitor Marvell's official security communications for patch availability and apply updates as soon as they are released.

Workarounds

  • Implement network-level access controls to restrict QConvergeConsole access to authorized administrator workstations only
  • Deploy a web application firewall (WAF) with rules to block directory traversal attempts in request parameters
  • Use network segmentation to isolate systems running QConvergeConsole from untrusted networks
  • Enable host-based intrusion prevention to detect and block file access attempts outside authorized directories
bash
# Example firewall rule to restrict access to QConvergeConsole (adjust port as needed)
# Windows Firewall - Allow only specific admin subnet
netsh advfirewall firewall add rule name="Restrict QConvergeConsole" dir=in action=block protocol=tcp localport=8080
netsh advfirewall firewall add rule name="Allow QConvergeConsole Admin" dir=in action=allow protocol=tcp localport=8080 remoteip=10.0.1.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 Probability1.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/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-463
  • 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-6805: 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