CVE-2025-6793
Published: 07 July 2025
Summary
CVE-2025-6793 is a critical-severity Path Traversal (CWE-22) vulnerability in Marvell Qconvergeconsole. Its CVSS base score is 9.4 (Critical).
Operationally, ranked in the top 0.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2025-6793 is a directory traversal vulnerability in the QLogicDownloadImpl class of Marvell QConvergeConsole that permits arbitrary file deletion and information disclosure. The flaw stems from insufficient validation of user-supplied paths before they are used in file operations, allowing actions to be performed in the context of the SYSTEM account. It carries a CVSS score of 9.4 and is tracked under CWE-22.
Remote attackers can exploit the issue without authentication to delete arbitrary files or read sensitive information on affected installations. The attack requires only network access and leverages the path traversal condition directly in the QLogicDownloadImpl component.
The vulnerability was reported as ZDI-CAN-24912 and disclosed in Zero Day Initiative advisory ZDI-25-450. The current EPSS score of 0.8778, with a peak of 0.8823, indicates sustained exploitation interest following public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-20260
Vulnerability details
Marvell QConvergeConsole QLogicDownloadImpl Directory Traversal Arbitrary File Deletion and Information Disclosure Vulnerability. This vulnerability allows remote attackers to delete arbitrary files and disclose sensitive information on affected installations of Marvell QConvergeConsole. Authentication is not required to exploit this vulnerability. The…
more
specific flaw exists within the QLogicDownloadImpl class. 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 delete files and disclose information in the context of SYSTEM. Was ZDI-CAN-24912.
- 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.