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

CVE-2025-43796: Liferay DXP GraphQL DoS Vulnerability

CVE-2025-43796 is a denial-of-service vulnerability in Liferay Digital Experience Platform caused by unlimited GraphQL query responses. Attackers can overwhelm the system with large queries. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2025-43796 Overview

CVE-2025-43796 is a denial-of-service vulnerability affecting Liferay Portal and Liferay Digital Experience Platform (DXP). The flaw stems from the absence of a result-size limit on GraphQL queries. Authenticated remote attackers can submit queries that return excessively large object sets, exhausting application resources and rendering the portal unavailable. The issue is tracked as CWE-400: Uncontrolled Resource Consumption and impacts Liferay Portal 7.4.0 through 7.4.3.101, DXP 2023.Q3.0 through 2023.Q3.4, DXP 7.4 GA through update 92, and DXP 7.3 GA through update 35.

Critical Impact

A low-privileged attacker can disrupt Liferay portal availability by issuing unbounded GraphQL queries that force the server to materialize large result sets, leading to resource exhaustion and service outage.

Affected Products

  • Liferay Portal 7.4.0 through 7.4.3.101
  • Liferay DXP 2023.Q3.0 through 2023.Q3.4 and 7.4 GA through update 92
  • Liferay DXP 7.3 GA through update 35

Discovery Timeline

  • 2025-09-12 - CVE-2025-43796 published to NVD
  • 2025-12-16 - Last updated in NVD database

Technical Details for CVE-2025-43796

Vulnerability Analysis

Liferay exposes a GraphQL API (/o/graphql) that allows clients to query domain objects such as users, sites, web content, documents, and custom object entries. The vulnerable versions do not enforce an upper bound on the number of objects returned by a single query. An attacker can request a list field with a very large pageSize or omit pagination constraints, causing the backend to load, serialize, and return thousands of records in one operation.

The resulting load consumes excessive heap memory, database connections, and CPU cycles. Repeated queries from a single authenticated session can saturate the JVM, trigger long garbage-collection pauses, and starve other tenants on the same node. Because GraphQL allows multiple top-level fields and nested selections in one request, a single malformed query can amplify the impact further.

Root Cause

The root cause is missing input validation on GraphQL pagination and result-size parameters. Liferay's GraphQL resolvers accept user-supplied paging arguments without clamping them to a server-side maximum. This is a classic resource-exhaustion pattern catalogued as CWE-400, commonly observed in GraphQL APIs that lack query cost analysis or depth limiting.

Attack Vector

Exploitation requires network access to the GraphQL endpoint and a valid authenticated session (the CVSS vector indicates PR:L). After authenticating, the attacker submits a GraphQL query requesting a high-cardinality object collection with an inflated page size. Repeating the request, or pipelining several within one HTTP call, drives availability impact (VA:H). No user interaction is required, and the attack does not affect confidentiality or integrity.

No public proof-of-concept exploit is currently listed in Exploit-DB or referenced in CISA KEV. Refer to the Liferay Security Advisory CVE-2025-43796 for vendor technical details.

Detection Methods for CVE-2025-43796

Indicators of Compromise

  • HTTP POST requests to /o/graphql or /o/headless-* endpoints with abnormally large pageSize values or omitted pagination arguments.
  • Spikes in JVM heap usage, full GC pauses, and database connection pool exhaustion on Liferay nodes.
  • Repeated GraphQL queries from a single authenticated user agent or IP returning multi-megabyte JSON responses.

Detection Strategies

  • Inspect application access logs for GraphQL queries containing pageSize parameters above a defined safe threshold (for example, greater than 100).
  • Correlate GraphQL request volume against backend response time and memory metrics to flag query-driven resource spikes.
  • Deploy a web application firewall (WAF) rule or reverse-proxy filter that parses GraphQL bodies and rejects unbounded list queries.

Monitoring Recommendations

  • Alert on sustained high response sizes or response times from the GraphQL endpoint relative to historical baselines.
  • Monitor authenticated session activity for anomalous query patterns originating from low-privilege accounts.
  • Track JVM garbage-collection frequency, heap utilization, and tomcat thread saturation on Liferay nodes to detect early DoS conditions.

How to Mitigate CVE-2025-43796

Immediate Actions Required

  • Upgrade to a fixed Liferay Portal or DXP release as documented in the Liferay Security Advisory CVE-2025-43796.
  • Restrict GraphQL endpoint exposure to trusted networks and require authenticated, least-privilege accounts.
  • Apply rate limiting and request-size limits at the reverse proxy or API gateway in front of Liferay.

Patch Information

Liferay has issued fixes for the affected branches. Administrators should consult the Liferay Security Advisory CVE-2025-43796 for the exact update or service pack versions applicable to Liferay Portal 7.4.x, DXP 2023.Q3, DXP 7.4, and DXP 7.3 deployments. Apply the relevant update and restart the portal nodes.

Workarounds

  • Configure a WAF rule to reject GraphQL queries whose pageSize or equivalent argument exceeds an organizational maximum.
  • Disable or firewall the /o/graphql endpoint for user populations that do not require it.
  • Implement per-account request rate limits and JVM resource quotas to contain the impact of abusive queries until patches are deployed.
bash
# Example NGINX rate-limit snippet for the Liferay GraphQL endpoint
http {
    limit_req_zone $binary_remote_addr zone=graphql_zone:10m rate=10r/m;

    server {
        location /o/graphql {
            limit_req zone=graphql_zone burst=5 nodelay;
            client_max_body_size 16k;
            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.19%

  • 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-43796
  • Related CVEs
  • CVE-2025-3602: Liferay DXP GraphQL DoS Vulnerability

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