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

CVE-2025-6802: Marvell QConvergeConsole RCE Vulnerability

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

Published: April 1, 2026

CVE-2025-6802 Overview

CVE-2025-6802 is a critical unrestricted file upload vulnerability affecting Marvell QConvergeConsole. This vulnerability allows remote attackers to execute arbitrary code on affected installations without requiring authentication. The flaw exists within the implementation of the getFileFromURL method, where improper validation of user-supplied data permits the upload of arbitrary files. Successful exploitation enables attackers to execute code in the context of SYSTEM, resulting in complete system compromise.

Critical Impact

Unauthenticated remote attackers can achieve SYSTEM-level code execution through arbitrary file upload, enabling complete compromise of affected systems running Marvell QConvergeConsole.

Affected Products

  • Marvell QConvergeConsole (all versions)

Discovery Timeline

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

Technical Details for CVE-2025-6802

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The getFileFromURL method in Marvell QConvergeConsole fails to properly validate user-supplied data before processing file uploads. This lack of validation allows attackers to upload files with arbitrary content and extensions to the target system.

The vulnerability is particularly severe because it requires no authentication to exploit and operates over the network. Once an attacker successfully uploads a malicious file, such as a web shell or executable, they can achieve code execution with SYSTEM privileges—the highest privilege level on Windows systems.

Root Cause

The root cause stems from insufficient input validation in the getFileFromURL method implementation. The application does not properly sanitize or validate:

  • The URL parameter supplied by users
  • The content type of uploaded files
  • The destination path where files are written
  • File extensions that could indicate dangerous file types

This allows attackers to bypass any intended restrictions and upload arbitrary files to the server, including executable code.

Attack Vector

The attack can be executed remotely over the network without any user interaction or prior authentication. An attacker can craft a malicious request to the getFileFromURL endpoint that causes the application to fetch and store an attacker-controlled file. The attacker hosts a malicious payload (such as a JSP web shell, executable, or script) on an external server and instructs the vulnerable method to retrieve it.

Because the file is stored without proper validation, the attacker can then access or trigger the uploaded malicious file to achieve code execution. The SYSTEM-level execution context means the attacker gains complete control over the affected system.

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

Detection Methods for CVE-2025-6802

Indicators of Compromise

  • Unexpected files appearing in web-accessible directories of QConvergeConsole installation
  • Web server logs showing requests to the getFileFromURL endpoint with external URLs
  • Presence of web shells or suspicious script files (.jsp, .war, .exe) in application directories
  • Unusual outbound connections from the QConvergeConsole server to external hosts

Detection Strategies

  • Monitor HTTP requests to QConvergeConsole for calls to the getFileFromURL method containing external URL parameters
  • Implement file integrity monitoring on QConvergeConsole installation directories to detect unauthorized file creation
  • Analyze web server access logs for anomalous patterns targeting file upload functionality
  • Deploy endpoint detection rules to identify SYSTEM-level process spawning from QConvergeConsole services

Monitoring Recommendations

  • Enable verbose logging on QConvergeConsole to capture all API method invocations
  • Configure network monitoring to alert on the QConvergeConsole server making unexpected outbound HTTP requests
  • Implement real-time alerting for new file creation in web application directories
  • Monitor for execution of unexpected child processes spawned by QConvergeConsole service accounts

How to Mitigate CVE-2025-6802

Immediate Actions Required

  • Restrict network access to QConvergeConsole management interfaces to trusted IP addresses only
  • Implement network segmentation to isolate systems running QConvergeConsole from untrusted networks
  • Deploy web application firewall rules to block suspicious requests to the getFileFromURL endpoint
  • Audit existing QConvergeConsole installations for signs of compromise before applying mitigations

Patch Information

Monitor Marvell's official security communications and the Zero Day Initiative Advisory ZDI-25-464 for patch availability. Apply vendor-supplied security updates as soon as they become available.

Workarounds

  • Disable or restrict access to the getFileFromURL method if not required for operations
  • Place QConvergeConsole behind a reverse proxy with strict URL filtering to block external URL parameters
  • Implement network-level controls to prevent the QConvergeConsole server from making outbound HTTP connections
  • Run QConvergeConsole under a service account with minimal privileges where possible to limit impact
bash
# Example: Restrict network access to QConvergeConsole using Windows Firewall
# Block inbound connections except from trusted management subnet
netsh advfirewall firewall add rule name="Block QConvergeConsole External" dir=in action=block program="C:\Program Files\QConvergeConsole\qcc.exe"
netsh advfirewall firewall add rule name="Allow QConvergeConsole Trusted" dir=in action=allow program="C:\Program Files\QConvergeConsole\qcc.exe" 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
  • TypeRCE

  • Vendor/TechMarvell Qconvergeconsole

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.64%

  • 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-434
  • Technical References
  • Zero Day Initiative Advisory ZDI-25-464
  • Related CVEs
  • CVE-2025-6794: 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