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-2024-2374

CVE-2024-2374: WSO2 Products XXE Vulnerability

CVE-2024-2374 is an XML external entity flaw in multiple WSO2 products that allows attackers to read sensitive files and perform denial of service attacks. This article covers technical details, impact, and mitigation.

Published: April 16, 2026

CVE-2024-2374 Overview

CVE-2024-2374 is an XML External Entity (XXE) injection vulnerability affecting multiple WSO2 products. The XML parsers within these products accept user-supplied XML data without properly configuring restrictions to prevent the resolution of external entities. This security oversight allows malicious actors to craft XML payloads that exploit the parser's behavior, leading to the inclusion of external resources.

By leveraging this vulnerability, an attacker can read confidential files from the file system and access limited HTTP resources reachable by the affected product. Additionally, the vulnerability can be exploited to perform denial of service attacks by exhausting server resources through recursive entity expansion or fetching large external resources.

Critical Impact

Unauthenticated attackers can exploit this XXE vulnerability to read sensitive files from the server, perform SSRF attacks against internal services, and cause denial of service through resource exhaustion.

Affected Products

  • WSO2 Products (Multiple - see WSO2 Security Advisory WSO2-2024-3255 for complete list)

Discovery Timeline

  • 2026-04-16 - CVE CVE-2024-2374 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2024-2374

Vulnerability Analysis

This vulnerability stems from improper configuration of XML parsers within WSO2 products, classified as CWE-611 (Improper Restriction of XML External Entity Reference). When XML parsers process user-supplied input without disabling external entity resolution, attackers can inject malicious XML documents containing entity declarations that reference external resources.

The XXE vulnerability enables multiple attack scenarios. File disclosure attacks allow retrieval of sensitive configuration files, credentials, and other confidential data from the server's file system. Server-Side Request Forgery (SSRF) becomes possible as the parser can be instructed to make HTTP requests to internal services that would otherwise be inaccessible. Resource exhaustion attacks through recursive entity expansion (commonly known as "Billion Laughs" or XML bomb attacks) can cause denial of service by consuming excessive memory and CPU resources.

Root Cause

The root cause is the failure to properly configure XML parsers to disable dangerous features before processing untrusted XML input. Specifically, the parsers do not disable:

  • External general entity processing
  • External parameter entity processing
  • DTD (Document Type Definition) processing

When these features remain enabled, the parser will attempt to resolve any entity references in the XML document, including references to external files and URLs controlled by the attacker.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by submitting a malicious XML payload to any endpoint that processes XML input in the affected WSO2 products.

A typical XXE attack involves crafting an XML document with a DOCTYPE declaration containing an external entity definition. When the parser processes this document, it resolves the entity by reading the referenced file or making the specified HTTP request. The entity value is then included in the parsed output, potentially exposing sensitive data to the attacker.

For SSRF attacks, the external entity URL points to internal services, allowing the attacker to probe internal network infrastructure or interact with services behind the firewall. For denial of service, nested entity references create exponential expansion that overwhelms system resources.

Detection Methods for CVE-2024-2374

Indicators of Compromise

  • Unusual XML requests containing DOCTYPE declarations or ENTITY references in application logs
  • Unexpected file access attempts to sensitive configuration files such as /etc/passwd, application configuration files, or credential stores
  • Outbound HTTP requests from the WSO2 server to unexpected internal or external destinations
  • Elevated memory or CPU usage indicative of XML bomb attacks

Detection Strategies

  • Monitor web application firewall (WAF) logs for XML payloads containing DTD declarations, SYSTEM, or PUBLIC keywords
  • Implement network detection rules to identify XXE attack patterns in HTTP POST requests with XML content types
  • Deploy SentinelOne Singularity XDR to detect and correlate suspicious file access patterns and network behavior associated with XXE exploitation
  • Enable verbose logging on WSO2 products to capture XML parsing errors and entity resolution attempts

Monitoring Recommendations

  • Configure alerts for any XML parsing exceptions or entity resolution failures in application logs
  • Monitor for unauthorized access to sensitive file paths on systems running WSO2 products
  • Track outbound network connections from WSO2 servers, particularly to internal IP ranges or metadata service endpoints
  • Implement SentinelOne's behavioral AI to identify anomalous process behavior indicative of post-exploitation activity

How to Mitigate CVE-2024-2374

Immediate Actions Required

  • Review the WSO2 Security Advisory WSO2-2024-3255 for specific affected product versions and apply available patches
  • Identify all WSO2 product deployments in your environment and assess exposure
  • Deploy web application firewall rules to block XML payloads containing DOCTYPE declarations and external entity references
  • Restrict network access to WSO2 management interfaces and limit outbound connectivity from WSO2 servers

Patch Information

Refer to the WSO2 Security Advisory WSO2-2024-3255 for detailed patching instructions and affected version information. WSO2 has released security updates that properly configure XML parsers to disable external entity processing.

Workarounds

  • If immediate patching is not possible, implement WAF rules to filter XML requests containing DTD declarations or entity references
  • Consider implementing input validation at the application layer to reject XML documents with DOCTYPE declarations
  • Restrict network egress from WSO2 servers to prevent SSRF exploitation of internal services
  • Deploy SentinelOne endpoint protection to detect and prevent exploitation attempts and post-compromise activity

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechWso2

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • WSO2 Security Advisory WSO2-2024-3255
  • Related CVEs
  • CVE-2025-6670: WSO2 API Control Plane CSRF Vulnerability

  • CVE-2025-10611: WSO2 API Control Plane Auth Bypass 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