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

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

CVE-2025-43801 is a denial-of-service flaw in Liferay Digital Experience Platform XML-RPC that lets attackers crash services via crafted requests. This article covers technical details, affected versions, and mitigations.

Published: April 14, 2026

CVE-2025-43801 Overview

CVE-2025-43801 is an unchecked input for loop condition vulnerability affecting the XML-RPC component in Liferay Portal and Liferay Digital Experience Platform (DXP). This vulnerability allows remote attackers to perform denial-of-service (DoS) attacks by sending a crafted XML-RPC request. The flaw exists in multiple versions of the Liferay platform, including Portal versions 7.4.0 through 7.4.3.111 and various DXP releases spanning from version 7.3 through the 2023.Q4.0 quarterly release.

Critical Impact

Remote attackers can cause service disruption by exploiting the unchecked loop condition in XML-RPC request processing, potentially rendering affected Liferay instances unavailable.

Affected Products

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

Discovery Timeline

  • September 16, 2025 - CVE-2025-43801 published to NVD
  • December 12, 2025 - Last updated in NVD database

Technical Details for CVE-2025-43801

Vulnerability Analysis

This vulnerability (CWE-606: Unchecked Input for Loop Condition) occurs when the XML-RPC component in Liferay fails to properly validate or limit input values that control loop iterations. When processing XML-RPC requests, the application does not adequately check user-supplied input that determines how many times a loop executes. An attacker can exploit this by crafting malicious XML-RPC requests containing extremely large iteration values, causing the server to enter long-running or infinite loops that consume excessive CPU and memory resources.

The vulnerability is accessible over the network without requiring authentication, meaning any remote attacker who can reach the XML-RPC endpoint can trigger the denial-of-service condition. This makes internet-facing Liferay deployments particularly vulnerable.

Root Cause

The root cause lies in insufficient input validation within the XML-RPC request processing logic. The application accepts user-controlled values for loop conditions without implementing proper bounds checking or resource limits. When these unchecked values are used to control iteration counts in loops, attackers can specify arbitrarily large values that exhaust server resources or cause the application to hang.

Attack Vector

The attack vector involves sending specially crafted XML-RPC requests to the vulnerable Liferay server. Since the vulnerability is network-accessible and requires no authentication or user interaction, an attacker simply needs to identify a vulnerable endpoint and submit malformed XML-RPC payloads. The crafted requests contain values designed to trigger excessive loop iterations, leading to CPU exhaustion and service unavailability.

The attack involves crafting an XML-RPC request with malicious values that control loop iterations in the Liferay XML-RPC handler. By specifying extremely large iteration counts, the attacker forces the server into resource-intensive processing that degrades or blocks service for legitimate users. For specific technical implementation details, refer to the Liferay Security Advisory CVE-2025-43801.

Detection Methods for CVE-2025-43801

Indicators of Compromise

  • Unusual spikes in CPU utilization on Liferay application servers
  • Abnormally high memory consumption in Liferay JVM processes
  • Increased volume of XML-RPC requests from single or multiple IP addresses
  • Application timeouts or unresponsiveness reported by users or monitoring systems

Detection Strategies

  • Monitor XML-RPC endpoint access logs for anomalous request patterns or suspicious payloads
  • Implement application performance monitoring (APM) to detect sudden resource consumption spikes
  • Configure web application firewall (WAF) rules to inspect and rate-limit XML-RPC traffic
  • Deploy network intrusion detection systems (IDS) with signatures for malformed XML-RPC requests

Monitoring Recommendations

  • Set up alerting thresholds for CPU and memory utilization on Liferay servers
  • Enable detailed logging for the XML-RPC component to capture request metadata
  • Regularly review access logs for the XML-RPC endpoint for unusual activity patterns
  • Implement synthetic transaction monitoring to detect service availability degradation

How to Mitigate CVE-2025-43801

Immediate Actions Required

  • Update Liferay Portal to version 7.4.3.112 or later immediately
  • Apply the latest security patches for Liferay DXP according to your subscription
  • If patching is not immediately possible, consider disabling or restricting access to the XML-RPC endpoint
  • Review firewall rules to limit XML-RPC endpoint access to trusted networks only

Patch Information

Liferay has addressed this vulnerability in updated releases. Organizations should upgrade to the latest patched versions of Liferay Portal or DXP. Detailed patch information is available in the Liferay Security Advisory CVE-2025-43801. Liferay customers with active subscriptions should contact Liferay support for specific fix pack or service pack guidance for their DXP version.

Workarounds

  • Disable the XML-RPC API if it is not required for business operations
  • Implement network-level access controls to restrict XML-RPC endpoint access to trusted IP ranges
  • Deploy a reverse proxy or WAF with request size limits and rate limiting for XML-RPC traffic
  • Configure resource limits on the application server to prevent single requests from consuming all available resources
bash
# Example: Block external access to XML-RPC endpoint using iptables
iptables -A INPUT -p tcp --dport 8080 -m string --string "/api/xmlrpc" --algo bm -j DROP

# Example: Rate limit XML-RPC requests using nginx
# Add to nginx server configuration:
# location /api/xmlrpc {
#     limit_req zone=xmlrpc_limit burst=5 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.18%

  • 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-606
  • Vendor Resources
  • Liferay Security Advisory CVE-2025-43801
  • Related CVEs
  • CVE-2025-62254: Liferay DXP ComboServlet 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