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
    • 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-3602

CVE-2025-3602: Liferay DXP GraphQL DoS Vulnerability

CVE-2025-3602 is a denial-of-service flaw in Liferay Digital Experience Platform caused by unlimited GraphQL query depth. Attackers can exploit this to crash the application using complex queries.

Published: April 29, 2026

CVE-2025-3602 Overview

A denial-of-service vulnerability exists in Liferay Portal and Liferay Digital Experience Platform (DXP) due to insufficient depth limiting on GraphQL queries. The application fails to restrict the depth of GraphQL queries, allowing remote attackers to craft complex, deeply nested queries that consume excessive server resources. This resource exhaustion vulnerability (CWE-400) enables unauthenticated attackers to degrade or completely disrupt service availability through carefully constructed GraphQL requests.

Critical Impact

Remote unauthenticated attackers can cause complete denial of service by submitting deeply nested GraphQL queries, potentially disrupting critical enterprise portal and content management operations.

Affected Products

  • Liferay Portal 7.4.0 through 7.4.3.97
  • Liferay DXP 2023.Q3.1 through 2023.Q3.2
  • Liferay DXP 7.4 GA through update 92
  • Liferay DXP 7.3 GA through update 35
  • Liferay DXP 7.2 fix pack 8 through fix pack 20

Discovery Timeline

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

Technical Details for CVE-2025-3602

Vulnerability Analysis

This vulnerability stems from missing query depth validation in Liferay's GraphQL implementation. GraphQL APIs, by design, allow clients to specify exactly what data they need through nested queries. However, without proper depth limiting controls, attackers can exploit this flexibility to construct malicious queries with extreme nesting levels.

When a deeply nested GraphQL query is submitted, the server must recursively resolve each level of the query, consuming CPU cycles and memory with each additional depth level. The exponential nature of nested query resolution means that a relatively simple-looking query with sufficient depth can generate an enormous computational load on the server.

The attack does not require any authentication, making it particularly dangerous as any network-accessible instance of the affected Liferay products can be targeted. The vulnerability affects the availability of the system while confidentiality and integrity remain intact.

Root Cause

The root cause is the absence of GraphQL query depth limiting controls in the affected Liferay versions. The GraphQL query parser and execution engine process incoming queries without validating the nesting depth against a configured maximum threshold. This allows arbitrarily deep queries to be processed, leading to resource exhaustion.

Attack Vector

The attack can be executed remotely over the network without requiring authentication. An attacker identifies a Liferay instance with an exposed GraphQL endpoint, then crafts a malicious query with deeply nested fields and relationships. When this query is submitted to the GraphQL endpoint, the server attempts to resolve all nested levels, consuming server resources and potentially causing the application to become unresponsive or crash.

The attack exploits the inherent nature of GraphQL's nested query resolution. Each level of nesting multiplies the resolver workload, and without depth limits, attackers can easily craft queries that overwhelm server resources. This is a well-known attack pattern against GraphQL implementations that lack proper query complexity controls.

Detection Methods for CVE-2025-3602

Indicators of Compromise

  • Unusually large or deeply nested GraphQL queries in web server access logs
  • Sudden spikes in CPU utilization on Liferay application servers coinciding with GraphQL endpoint requests
  • Memory exhaustion alerts or out-of-memory errors in application logs
  • Multiple timeout errors on the GraphQL endpoint

Detection Strategies

  • Implement logging and monitoring of GraphQL query complexity and depth metrics
  • Configure web application firewall (WAF) rules to detect and block abnormally large GraphQL request payloads
  • Set up anomaly detection for GraphQL endpoint request patterns and response times
  • Monitor for repeated failed or timed-out GraphQL requests from single source IPs

Monitoring Recommendations

  • Enable detailed access logging for the /o/graphql endpoint and related GraphQL routes
  • Configure alerting thresholds for GraphQL endpoint response latency degradation
  • Implement rate limiting monitoring on GraphQL endpoints to identify potential abuse patterns
  • Monitor application server resource utilization metrics in correlation with GraphQL traffic

How to Mitigate CVE-2025-3602

Immediate Actions Required

  • Upgrade to a patched version of Liferay Portal or Liferay DXP as specified in the vendor advisory
  • If immediate patching is not possible, consider temporarily disabling or restricting access to the GraphQL endpoint
  • Implement network-level controls to limit access to the GraphQL endpoint to trusted clients only
  • Enable rate limiting on the GraphQL endpoint to slow potential exploitation attempts

Patch Information

Liferay has released security updates to address this vulnerability. Organizations should upgrade to the latest available versions of Liferay Portal and Liferay DXP that include query depth limiting controls. Consult the Liferay Security Advisory for specific version information and upgrade guidance.

Workarounds

  • Implement a reverse proxy or API gateway with GraphQL query depth validation capabilities in front of the Liferay instance
  • Configure web application firewall rules to reject GraphQL queries exceeding a reasonable size threshold
  • Restrict network access to the GraphQL endpoint using firewall rules or security groups
  • Consider disabling GraphQL functionality entirely if not required for business operations until patching is complete

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 Score8.7

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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 CVE-2025-3602 Vulnerability
  • Related CVEs
  • CVE-2025-43816: Liferay DXP Memory Leak DoS Vulnerability

  • CVE-2025-43801: Liferay DXP XML-RPC DoS Vulnerability

  • CVE-2025-62254: Liferay DXP ComboServlet DoS Vulnerability

  • CVE-2025-2565: 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