CVE-2025-6794
Published: 07 July 2025
Summary
CVE-2025-6794 is a critical-severity Path Traversal (CWE-22) vulnerability in Marvell Qconvergeconsole. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 4.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2025-6794 is a directory traversal vulnerability in the saveAsText method of Marvell QConvergeConsole that permits remote code execution. The flaw stems from insufficient validation of a user-supplied path before it is used in file operations, allowing an unauthenticated attacker to write or execute arbitrary content on affected installations. The issue carries a CVSS 3.0 score of 9.8 and is tracked under CWE-22; it was originally reported as ZDI-CAN-24913.
Remote attackers can exploit the vulnerability over the network without authentication or user interaction to achieve code execution in the context of the SYSTEM account. Successful exploitation grants full control over the target system, including the ability to install programs, view or modify data, and create new accounts.
The Zero Day Initiative advisory ZDI-25-454 provides the primary public reference for the issue and confirms the remote code execution impact on Marvell QConvergeConsole.
EPSS values for the CVE have reached a peak of 0.2248 with a current score of 0.2104, indicating moderate and relatively stable exploitation interest since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-20252
Vulnerability details
Marvell QConvergeConsole saveAsText Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Marvell QConvergeConsole. Authentication is not required to exploit this vulnerability. The specific flaw exists within the implementation of…
more
the saveAsText method. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to execute code in the context of SYSTEM. Was ZDI-CAN-24913.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.