Cyber Resilience

CVE-2025-6794

Critical

Published: 07 July 2025

Published
07 July 2025
Modified
14 July 2025
KEV Added
Patch
CVSS Score v3 9.8 CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.2104 95.8th percentile
Risk Priority 32 60% EPSS · 20% KEV · 20% CVSS

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

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

marvell
qconvergeconsole
≤ 5.5.0.85

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.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References