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

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

CVE-2025-43816 is a memory leak denial of service vulnerability in Liferay Digital Experience Platform that allows attackers to cause server unavailability. This article covers technical details, affected versions, and mitigations.

Published: April 29, 2026

CVE-2025-43816 Overview

A memory leak vulnerability has been identified in the headless API for StructuredContents in Liferay Portal and Liferay Digital Experience Platform (DXP). This vulnerability affects multiple versions of both products and allows unauthenticated attackers to cause server unavailability through denial of service attacks by repeatedly calling the affected API endpoint.

The vulnerability stems from improper memory management (CWE-401: Missing Release of Memory after Effective Lifetime) within the StructuredContents headless API implementation. When the API endpoint is called repeatedly, memory is allocated but not properly released, leading to progressive memory exhaustion that can ultimately cause the server to become unresponsive.

Critical Impact

Attackers can cause complete server unavailability by exhausting system memory through repeated API calls, resulting in denial of service for all users of the affected Liferay Portal or DXP instances.

Affected Products

  • Liferay Portal versions 7.4.0 through 7.4.3.119 (and older unsupported versions)
  • Liferay DXP versions 2024.Q1.1 through 2024.Q1.5
  • Liferay DXP versions 2023.Q4.0 through 2024.Q4.10
  • Liferay DXP versions 2023.Q3.1 through 2023.Q3.10
  • Liferay DXP 7.4 GA through update 92 (and older unsupported versions)

Discovery Timeline

  • September 25, 2025 - CVE-2025-43816 published to NVD
  • December 15, 2025 - Last updated in NVD database

Technical Details for CVE-2025-43816

Vulnerability Analysis

This vulnerability represents a classic memory leak pattern where the StructuredContents headless API fails to properly deallocate memory resources after processing requests. In Java-based platforms like Liferay, memory leaks typically occur when objects are created and stored in collections or caches without proper cleanup mechanisms, preventing the garbage collector from reclaiming the memory.

The headless API for StructuredContents handles content retrieval and manipulation through REST endpoints. When processing requests, the API creates objects to hold structured content data. The vulnerability arises because these objects are not properly dereferenced or removed from internal data structures after the request completes, causing memory to accumulate with each subsequent API call.

The attack is particularly effective because it requires no authentication and can be automated easily. An attacker can write a simple script to call the StructuredContents API endpoint in a loop, gradually consuming server memory until the JVM runs out of heap space or the operating system runs out of available memory.

Root Cause

The root cause is improper memory management in the StructuredContents headless API implementation (CWE-401: Missing Release of Memory after Effective Lifetime). Objects created during API request processing are retained beyond their useful lifetime, either through lingering references in collections, improper cache management, or missing cleanup routines in the request processing lifecycle. This prevents the Java garbage collector from reclaiming the memory, leading to progressive memory exhaustion.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker can exploit this vulnerability by sending repeated HTTP requests to the StructuredContents headless API endpoint. The attack flow involves identifying the target Liferay instance, locating the StructuredContents API endpoint (typically at /o/headless-delivery/v1.0/structured-contents or similar paths), and then automating requests to this endpoint. Each request causes a small amount of memory to be leaked, and over time, the cumulative effect exhausts server resources.

The vulnerability affects availability rather than confidentiality or integrity, as the attacker cannot access or modify data through this attack—only disrupt service availability. The attack requires user interaction in the sense that the malicious requests must be processed by the server, but no victim user action is needed beyond the normal operation of the server accepting API requests.

Detection Methods for CVE-2025-43816

Indicators of Compromise

  • Steadily increasing JVM heap memory usage without corresponding increases in legitimate workload
  • Frequent garbage collection cycles with minimal memory reclamation
  • OutOfMemoryError exceptions in Liferay server logs
  • Unusually high request rates to the /o/headless-delivery/ API endpoints from single sources

Detection Strategies

  • Monitor server memory metrics for sustained upward trends in heap utilization
  • Implement request rate limiting and anomaly detection on API endpoints
  • Configure JMX monitoring to track memory pool utilization and garbage collection statistics
  • Review access logs for patterns of repeated requests to StructuredContents API endpoints

Monitoring Recommendations

  • Set up alerts for JVM heap usage exceeding 80% capacity with sustained duration
  • Enable verbose garbage collection logging to identify memory reclamation failures
  • Implement application performance monitoring (APM) to track memory allocation patterns in the headless API module
  • Monitor HTTP request patterns for unusually high volumes targeting specific API endpoints

How to Mitigate CVE-2025-43816

Immediate Actions Required

  • Upgrade to patched versions of Liferay Portal or Liferay DXP as specified in the vendor advisory
  • Implement rate limiting on the StructuredContents headless API endpoints
  • Configure web application firewall (WAF) rules to block excessive requests to API endpoints
  • Increase monitoring of server memory utilization and set up automated alerts

Patch Information

Liferay has addressed this vulnerability in updated releases. Organizations should consult the Liferay Security Advisory for CVE-2025-43816 for specific version information and upgrade instructions. The following versions should be upgraded:

  • Liferay Portal: Upgrade from versions 7.4.0 through 7.4.3.119 to the latest patched release
  • Liferay DXP 2024.Q1: Upgrade from versions 2024.Q1.1-2024.Q1.5 to the latest quarterly update
  • Liferay DXP 2023.Q4/2024.Q4: Upgrade from versions 2023.Q4.0-2024.Q4.10 to the latest patched release
  • Liferay DXP 2023.Q3: Upgrade from versions 2023.Q3.1-2023.Q3.10 to the latest patched release
  • Liferay DXP 7.4: Upgrade from GA through update 92 to update 93 or later

Workarounds

  • Implement API rate limiting at the reverse proxy or load balancer level to restrict request frequency
  • Temporarily disable or restrict access to the StructuredContents headless API if not required for business operations
  • Configure JVM heap limits and automatic restart policies to minimize downtime in case of memory exhaustion
  • Deploy network-level controls to limit API access to trusted IP ranges only
bash
# Example: Configure nginx rate limiting for Liferay API endpoints
# Add to nginx.conf or site configuration

limit_req_zone $binary_remote_addr zone=liferay_api:10m rate=10r/s;

location /o/headless-delivery/ {
    limit_req zone=liferay_api burst=20 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.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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-401
  • Vendor Resources
  • Liferay Security Advisory CVE-2025-43816
  • Related CVEs
  • CVE-2025-3602: Liferay DXP GraphQL 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