CVE-2025-3594
Published: 16 June 2025
Summary
CVE-2025-3594 is a high-severity Path Traversal (CWE-22) vulnerability in Liferay Digital Experience Platform. Its CVSS base score is 8.6 (High).
Operationally, ranked in the top 17.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2025-3594 is a path traversal vulnerability in the Xuggler download and installation process within Liferay Portal 7.0.0 through 7.4.3.4, Liferay DXP 7.4 GA, 7.3 GA through update 34, and older unsupported versions. The flaw, tracked under CWE-22 with a CVSS 4.0 score of 8.6, is triggered through the _com_liferay_server_admin_web_portlet_ServerAdminPortlet_jarName parameter and permits manipulation of file paths during remote operations.
Remote attackers with no authentication required can exploit the issue to write files to arbitrary server locations and to retrieve and execute arbitrary files hosted on the designated download server, resulting in high impact to confidentiality, integrity, and availability.
The official Liferay advisory published at https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-3594 provides details on the affected releases and recommended remediation steps. The associated EPSS score remains flat at 0.0159 with no material increase observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-18408
Vulnerability details
Path traversal vulnerability with the downloading and installation of Xuggler in Liferay Portal 7.0.0 through 7.4.3.4, and Liferay DXP 7.4 GA, 7.3 GA through update 34, and older unsupported versions allows remote attackers to (1) add files to arbitrary locations…
more
on the server and (2) download and execute arbitrary files from the download server via the `_com_liferay_server_admin_web_portlet_ServerAdminPortlet_jarName` parameter.
- 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.