A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-62260

CVE-2025-62260: Liferay DXP Headless API DoS Vulnerability

CVE-2025-62260 is a denial-of-service flaw in Liferay Digital Experience Platform's Headless API that enables attackers to overwhelm the system with large object requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2025-62260 Overview

CVE-2025-62260 is a denial-of-service (DoS) vulnerability in Liferay Portal and Liferay Digital Experience Platform (DXP). The flaw stems from missing limits on the number of objects returned by Headless API requests. Authenticated remote attackers can issue requests that force the application to return excessively large result sets, exhausting server resources and degrading service availability. The vulnerability is tracked as an uncontrolled resource consumption issue [CWE-400].

Critical Impact

Authenticated attackers can trigger application-level denial of service by requesting large object collections through Headless APIs, impacting availability for all users of the affected Liferay instance.

Affected Products

  • Liferay Portal 7.4.0 through 7.4.3.99
  • Liferay DXP 2023.Q3.1 through 2023.Q3.4, 7.4 GA through update 92, 7.3 GA through update 35
  • Older unsupported Liferay Portal and DXP versions

Discovery Timeline

  • 2025-10-27 - CVE-2025-62260 published to NVD
  • 2025-11-10 - Last updated in NVD database

Technical Details for CVE-2025-62260

Vulnerability Analysis

Liferay exposes Headless APIs that allow programmatic access to portal objects, content, and configuration data. The affected endpoints fail to enforce an upper bound on the number of objects returned in a single response. When a client requests a collection, the server materializes and serializes the entire result set instead of paginating or capping responses to a safe maximum. Processing oversized result sets consumes excessive memory, CPU, and database connections. A single low-privileged user can repeat these requests and drive the application into an unresponsive state, denying service to legitimate users.

Root Cause

The root cause is a missing server-side pagination ceiling on Headless API list operations. The application honors client-supplied page-size parameters or returns full collections without comparing requested counts against a hardcoded safe maximum. This is a classic uncontrolled resource consumption pattern [CWE-400] in REST API design where input validation does not extend to result-set sizing.

Attack Vector

Exploitation requires network access to the Headless API and low-level authenticated privileges. The attacker sends an HTTP request to a Headless API list endpoint specifying a large page size or querying a collection known to contain many records. The server attempts to load and serialize all matching objects, consuming heap memory and blocking worker threads. Repeated requests amplify the impact and can crash the JVM or render the portal unresponsive. The vulnerability does not allow data modification or disclosure, but availability impact is high. The Liferay security advisory should be consulted for the exact endpoints and parameters involved. See the Liferay Security Advisory CVE-2025-62260 for vendor-confirmed technical details.

Detection Methods for CVE-2025-62260

Indicators of Compromise

  • HTTP requests to /o/headless-*/ endpoints with abnormally large pageSize parameters or repeated paginated queries from a single authenticated session.
  • Sudden spikes in JVM heap usage, garbage collection pauses, or thread pool saturation on Liferay application servers.
  • Database query logs showing repeated large SELECT statements against Liferay object tables originating from Headless API service classes.

Detection Strategies

  • Monitor reverse proxy and application access logs for Headless API requests with pageSize values exceeding documented operational norms.
  • Correlate authenticated API request rates against per-user baselines to identify abnormal collection enumeration behavior.
  • Alert on Liferay application server metrics including heap utilization, response latency, and HTTP 5xx error rates that coincide with Headless API traffic.

Monitoring Recommendations

  • Enable verbose logging on Liferay Headless API modules and forward logs to a centralized SIEM for query and retention.
  • Configure web application firewall (WAF) rules to inspect and rate-limit requests to /o/headless-*/ paths.
  • Track outbound response sizes from Headless endpoints; responses several orders of magnitude larger than the median warrant investigation.

How to Mitigate CVE-2025-62260

Immediate Actions Required

  • Apply the security fix referenced in the Liferay Security Advisory CVE-2025-62260 for your Portal or DXP version.
  • Audit Headless API user accounts and revoke unnecessary access to reduce the population of users capable of triggering the issue.
  • Place rate limits and request-size limits in front of Liferay using a reverse proxy or WAF as a compensating control until patches are applied.

Patch Information

Liferay has published a security advisory for CVE-2025-62260 with remediation guidance for supported Portal and DXP versions. Customers running unsupported versions should upgrade to a supported release that includes the fix. Refer to the Liferay Security Advisory CVE-2025-62260 for version-specific patch availability.

Workarounds

  • Enforce maximum pageSize values at the reverse proxy by rewriting or rejecting requests exceeding a safe threshold.
  • Apply per-user and per-IP rate limiting to Headless API endpoints to slow enumeration attempts.
  • Restrict Headless API access by network segmentation so only trusted internal clients can reach the endpoints.
bash
# Example NGINX rule to cap pageSize on Liferay Headless API requests
location ~ ^/o/headless- {
    if ($arg_pageSize ~* "^[0-9]{4,}$") {
        return 400;
    }
    limit_req zone=headless_api burst=20 nodelay;
    proxy_pass http://liferay_upstream;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLiferay

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Vendor Resources
  • Liferay Security Advisory CVE-2025-62260
  • Related CVEs
  • CVE-2025-3602: Liferay DXP GraphQL DoS Vulnerability

  • CVE-2025-43796: Liferay DXP GraphQL DoS Vulnerability

  • CVE-2025-43816: Liferay DXP Memory Leak DoS Vulnerability

  • CVE-2025-43801: Liferay DXP XML-RPC DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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