Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-62254

CVE-2025-62254: Liferay DXP ComboServlet DoS Vulnerability

CVE-2025-62254 is a denial of service flaw in Liferay DXP's ComboServlet that allows attackers to generate oversized responses. This article covers technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-62254 Overview

CVE-2025-62254 is a Denial of Service (DoS) vulnerability affecting the ComboServlet component in Liferay Portal and Liferay Digital Experience Platform (DXP). The vulnerability exists because the ComboServlet does not enforce limits on the number or size of files it will combine when processing requests. This allows remote attackers to craft malicious URL query strings that force the server to generate extremely large responses, leading to resource exhaustion and service disruption.

Liferay is a widely-used enterprise portal platform that enables organizations to build and manage digital experiences. The ComboServlet is designed to combine multiple static resources (such as JavaScript and CSS files) into a single response for performance optimization. However, the lack of proper input validation creates an attack surface that can be exploited without authentication.

Critical Impact

Remote attackers can cause denial of service by forcing the ComboServlet to generate excessively large responses, potentially exhausting server memory and bandwidth resources.

Affected Products

  • Liferay Portal 7.4.0 through 7.4.3.111 and older unsupported versions
  • Liferay DXP 2023.Q4.0 through 2023.Q4.2, 2023.Q3.1 through 2023.Q3.5
  • Liferay DXP 7.4 GA through update 92, 7.3 GA through update 35, and older unsupported versions

Discovery Timeline

  • 2025-10-23 - CVE-2025-62254 published to NVD
  • 2025-11-10 - Last updated in NVD database

Technical Details for CVE-2025-62254

Vulnerability Analysis

The ComboServlet in Liferay Portal is responsible for aggregating multiple static resource files into a single HTTP response. This functionality is intended to reduce the number of HTTP requests required to load a page, improving performance. However, the servlet fails to implement proper validation on the number of files requested or the total size of the combined response.

When processing a request, the servlet reads the file paths from the URL query string and concatenates the contents of each specified file. An attacker can exploit this by crafting requests that specify an excessive number of files or request the same large files multiple times, causing the server to allocate significant memory and CPU resources to build the response.

This type of resource exhaustion attack can degrade the performance of the entire portal, affecting all users, or in severe cases, cause the application server to run out of memory and crash.

Root Cause

The root cause of this vulnerability is improper input validation in the ComboServlet. Specifically, the servlet lacks:

  1. Request parameter limits - No maximum limit on the number of files that can be requested in a single combination request
  2. Response size limits - No enforcement of a maximum combined response size
  3. Rate limiting - No protection against repeated abuse from the same source

The absence of these controls allows attackers to abuse the legitimate file combination functionality to create resource-intensive operations.

Attack Vector

The attack can be executed remotely over the network without any authentication. An attacker crafts a malicious HTTP request to the ComboServlet endpoint, specifying numerous file paths in the URL query string. The server processes each file reference, attempting to read and combine all specified resources into a single response.

The attack is particularly effective because:

  • It requires no special privileges or authentication
  • The malicious request appears similar to legitimate portal traffic
  • A single malicious request can consume significant server resources
  • Multiple concurrent requests can quickly overwhelm the server

An attacker might request the combination of the same large resource file hundreds of times, or specify many different valid file paths, forcing the server to allocate memory proportional to the total combined file size.

Detection Methods for CVE-2025-62254

Indicators of Compromise

  • Unusual spikes in HTTP requests targeting the ComboServlet endpoint (typically /combo or similar paths)
  • Abnormally large HTTP response sizes for static resource requests
  • Increased memory consumption on application servers without corresponding user traffic increases
  • Server performance degradation or out-of-memory errors in application logs

Detection Strategies

  • Monitor HTTP access logs for requests to ComboServlet paths with unusually long query strings or high parameter counts
  • Implement alerting on sudden increases in outbound bandwidth consumption from web servers
  • Configure application performance monitoring (APM) to detect abnormal servlet response times
  • Review server logs for Java heap memory exhaustion warnings or garbage collection pressure

Monitoring Recommendations

  • Set up baseline metrics for ComboServlet request patterns and alert on significant deviations
  • Monitor server resource utilization (CPU, memory, network) with automated anomaly detection
  • Implement request logging that captures query string lengths for forensic analysis
  • Configure web application firewall (WAF) rules to log and analyze requests with excessive URL parameters

How to Mitigate CVE-2025-62254

Immediate Actions Required

  • Review the Liferay Security Advisory CVE-2025-62254 for official guidance and patches
  • Apply the latest security updates from Liferay for your specific product version
  • Consider temporarily disabling or restricting access to the ComboServlet if patches cannot be immediately applied
  • Implement WAF rules to limit the number of parameters and query string length for affected endpoints

Patch Information

Liferay has acknowledged this vulnerability and provided guidance in their security advisory. Organizations should upgrade to patched versions as specified in the official security advisory. For Liferay Portal, versions beyond 7.4.3.111 should contain the fix. For Liferay DXP, check for the latest quarterly updates beyond 2023.Q4.2 and 2023.Q3.5.

Contact Liferay support for specific patch availability for your product version, especially if running older or unsupported versions.

Workarounds

  • Configure web server or reverse proxy to limit URL query string length to reasonable values (e.g., 2048 characters)
  • Implement rate limiting on ComboServlet endpoints to prevent abuse from single sources
  • Use a WAF to block requests with excessive file combination parameters
  • Consider serving static resources through a CDN to reduce load on the application server
bash
# Example nginx configuration to limit query string length
# Add to server or location block for ComboServlet paths
location /combo {
    # Limit URI length including query string
    if ($request_uri ~* "^.{4096,}") {
        return 414 "URI Too Long";
    }
    
    # Rate limiting
    limit_req zone=combo_limit burst=10 nodelay;
    
    proxy_pass http://liferay_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLiferay

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Vendor Resources
  • Liferay Security Advisory CVE-2025-62254
  • Related CVEs
  • CVE-2025-43801: Liferay DXP XML-RPC DoS Vulnerability

  • CVE-2025-2565: Liferay DXP Information Disclosure Flaw

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

  • CVE-2025-43793: Liferay DXP Information Disclosure Flaw
Default Legacy - Prefooter | 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