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

CVE-2025-3594: Liferay DXP Path Traversal Vulnerability

CVE-2025-3594 is a path traversal vulnerability in Liferay Digital Experience Platform that allows attackers to add files to arbitrary server locations and execute malicious code. This article covers the technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 11, 2026

CVE-2025-3594 Overview

A path traversal vulnerability exists in Liferay Portal and Liferay Digital Experience Platform (DXP) affecting the downloading and installation of Xuggler. This vulnerability allows remote attackers to add files to arbitrary locations on the server and download and execute arbitrary files from the download server via the _com_liferay_server_admin_web_portlet_ServerAdminPortlet_jarName parameter. The flaw stems from improper input validation in the Server Admin portlet, which fails to properly sanitize user-supplied path inputs during the Xuggler installation process.

Critical Impact

Remote attackers can achieve arbitrary file write and remote code execution by exploiting the path traversal flaw in the Xuggler installation mechanism, potentially leading to complete server compromise.

Affected Products

  • Liferay Portal 7.0.0 through 7.4.3.4
  • Liferay DXP 7.4 GA
  • Liferay DXP 7.3 GA through update 34 and older unsupported versions

Discovery Timeline

  • June 16, 2025 - CVE-2025-3594 published to NVD
  • December 12, 2025 - Last updated in NVD database

Technical Details for CVE-2025-3594

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the Xuggler installation functionality within the Liferay Server Admin portlet. The vulnerability allows an attacker to manipulate the _com_liferay_server_admin_web_portlet_ServerAdminPortlet_jarName parameter to traverse directory structures and perform two distinct malicious operations: writing files to arbitrary locations on the server filesystem and downloading and executing arbitrary files from an attacker-controlled download server.

The attack requires network access and some user interaction, but does not require prior authentication, making it accessible to remote attackers who can reach the vulnerable endpoint. Successful exploitation can result in high impact to confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of the jarName parameter in the Server Admin portlet's Xuggler installation functionality. The application fails to properly validate path components, allowing directory traversal sequences (such as ../) to escape the intended installation directory. This enables attackers to specify arbitrary file paths outside the designated Xuggler installation location.

Attack Vector

The attack is network-based and targets the Server Admin portlet's Xuggler installation endpoint. An attacker crafts a malicious request containing path traversal sequences in the _com_liferay_server_admin_web_portlet_ServerAdminPortlet_jarName parameter. By manipulating this parameter, the attacker can:

  1. Direct the server to write downloaded files to arbitrary filesystem locations, potentially overwriting critical system files or placing malicious executables in startup directories
  2. Cause the server to download files from an attacker-controlled server and execute them, achieving remote code execution

The vulnerability mechanism relies on the application constructing file paths by directly concatenating user-supplied input without proper validation or canonicalization. When the server processes the Xuggler installation request, it uses the attacker-controlled jarName parameter to determine the download URL and target installation path, allowing path traversal attacks to succeed.

Detection Methods for CVE-2025-3594

Indicators of Compromise

  • Unexpected HTTP requests to the Server Admin portlet containing path traversal sequences (../) in the jarName parameter
  • Unusual file creation or modification events in directories outside the Liferay installation path
  • Outbound connections from the Liferay server to unexpected external hosts during Xuggler-related operations
  • Presence of unexpected JAR files or executables in system directories

Detection Strategies

  • Monitor HTTP request logs for the ServerAdminPortlet endpoint with suspicious jarName parameter values containing ../ or encoded variants (%2e%2e%2f)
  • Implement Web Application Firewall (WAF) rules to detect and block path traversal attempts in request parameters
  • Deploy file integrity monitoring on critical server directories to detect unauthorized file modifications
  • Configure network monitoring to alert on unusual outbound connections from web application servers

Monitoring Recommendations

  • Enable detailed logging for the Liferay Server Admin portlet and review logs for anomalous Xuggler installation attempts
  • Implement behavioral analysis to detect file system operations outside expected installation directories
  • Monitor for process spawning from the Liferay application that may indicate successful code execution
  • Configure SIEM correlation rules to link path traversal attempts with subsequent file system or network anomalies

How to Mitigate CVE-2025-3594

Immediate Actions Required

  • Upgrade Liferay Portal to version 7.4.3.5 or later, or apply the latest Liferay DXP service pack addressing this vulnerability
  • Restrict access to the Server Admin portlet to trusted administrators only using role-based access controls
  • Disable the Xuggler installation functionality if not required for business operations
  • Implement WAF rules to block requests containing path traversal patterns to the affected endpoint

Patch Information

Liferay has released security updates to address this vulnerability. Administrators should consult the Liferay Security Advisory for CVE-2025-3594 for the latest patch information and remediation guidance. Apply the most recent security updates for your specific Liferay Portal or DXP version.

Workarounds

  • Restrict network access to the Server Admin portlet using firewall rules or network segmentation, limiting it to trusted management networks only
  • Implement application-level input validation to reject requests containing directory traversal sequences in the jarName parameter
  • Configure the Liferay server to run with minimal filesystem permissions, reducing the impact of successful path traversal attacks
  • Disable the Xuggler feature entirely through portal configuration if audio/video conversion functionality is not required
bash
# Example: Restrict access to Server Admin portlet via web server configuration
# Add to Apache/Nginx configuration to limit access by IP
<Location "/group/control_panel/manage/-/server_admin">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLiferay

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • Liferay CVE-2025-3594 Vulnerability
  • Related CVEs
  • CVE-2025-2565: Liferay DXP Information Disclosure Flaw

  • CVE-2025-4388: Liferay DXP Reflected XSS Vulnerability

  • CVE-2025-43773: Liferay DXP Auth Bypass Vulnerability

  • CVE-2025-43766: Liferay DXP RCE Vulnerability
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