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-2021-20453

CVE-2021-20453: IBM WebSphere Application Server XXE Flaw

CVE-2021-20453 is an XML External Entity (XXE) injection vulnerability in IBM WebSphere Application Server that allows attackers to expose sensitive data or consume memory. This article covers technical details, impact, and mitigation.

Updated: May 14, 2026

CVE-2021-20453 Overview

CVE-2021-20453 is an XML External Entity (XXE) injection vulnerability affecting IBM WebSphere Application Server versions 8.0, 8.5, and 9.0. The flaw resides in the server's XML parsing logic, which fails to properly disable external entity resolution when processing untrusted XML data. A remote, unauthenticated attacker can submit a crafted XML payload to expose sensitive files on the host or consume memory resources, leading to partial service degradation. IBM tracks this issue under X-Force ID 196648 and classifies it under [CWE-611]: Improper Restriction of XML External Entity Reference.

Critical Impact

Remote attackers can read sensitive files from the application server and trigger resource exhaustion without authentication or user interaction.

Affected Products

  • IBM WebSphere Application Server 8.0
  • IBM WebSphere Application Server 8.5
  • IBM WebSphere Application Server 9.0

Discovery Timeline

  • 2021-04-20 - CVE-2021-20453 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-20453

Vulnerability Analysis

The vulnerability stems from an XML parser within WebSphere Application Server that resolves external entities defined in inbound XML documents. When the server processes XML data submitted by a client, the parser follows references to external DTD or SYSTEM identifiers without restriction. Attackers exploit this behavior to read arbitrary files accessible to the WebSphere process or to force the parser into consuming excessive memory through recursive entity expansion.

The issue maps to [CWE-611] and primarily impacts confidentiality, with secondary effects on availability. EPSS data reports a probability of 0.083% at the 24th percentile, indicating low observed exploitation activity. Neither CISA KEV nor public exploit databases list a working proof of concept for this CVE.

Root Cause

The root cause is an XML parser configuration that fails to set FEATURE_SECURE_PROCESSING or disable external entity resolution through properties such as http://apache.org/xml/features/disallow-doctype-decl. Without these protections, the parser dereferences entities referenced in the DOCTYPE declaration of any submitted XML document.

Attack Vector

An attacker delivers a malicious XML payload to any WebSphere endpoint that accepts XML input, including SOAP web services or administrative interfaces. The payload defines an external entity referencing a local file (for example file:///etc/passwd) or a remote URL, and the server returns or processes the resolved content. A second variant uses nested entity definitions to trigger memory exhaustion through the billion laughs class of attacks.

No verified public exploitation code is available for this vulnerability. Refer to the IBM Support Advisory #6445171 and IBM X-Force Vulnerability #196648 for vendor technical detail.

Detection Methods for CVE-2021-20453

Indicators of Compromise

  • Inbound HTTP/SOAP requests containing <!DOCTYPE or <!ENTITY declarations with SYSTEM references to file://, http://, or ftp:// URIs
  • WebSphere SystemOut.log entries showing XML parser errors referencing external entity resolution or unexpected file access
  • Unusual outbound network connections originating from the WebSphere JVM process to attacker-controlled hosts
  • Sudden spikes in JVM heap usage tied to XML parsing threads

Detection Strategies

  • Inspect application server access logs for XML payloads containing DOCTYPE or ENTITY keywords directed at SOAP or REST endpoints
  • Deploy a web application firewall rule that flags inbound XML bodies with external entity declarations
  • Correlate WebSphere process file-read events against expected application file access patterns

Monitoring Recommendations

  • Forward WebSphere access and FFDC logs to a centralized SIEM for anomaly detection on XML parsing activity
  • Monitor outbound DNS and HTTP requests from the WebSphere host to detect entity resolution callbacks
  • Track JVM memory and CPU consumption to identify entity expansion denial-of-service attempts

How to Mitigate CVE-2021-20453

Immediate Actions Required

  • Apply the interim fix or fix pack referenced in the IBM Support Advisory #6445171 for WebSphere Application Server 8.0, 8.5, and 9.0
  • Restrict network exposure of WebSphere management and SOAP endpoints to trusted networks only
  • Audit deployed applications for custom XML parsers that may share the same misconfiguration

Patch Information

IBM has released security fixes for affected versions. Administrators should consult the IBM Support Advisory #6445171 for the specific interim fix or fix pack matching their installed version of WebSphere Application Server. Additional technical scoring detail is available through the IBM X-Force Vulnerability #196648 entry.

Workarounds

  • Configure custom XML parsers within deployed applications to disable external entity resolution and DOCTYPE declarations
  • Place a web application firewall in front of WebSphere to filter inbound XML containing entity declarations
  • Limit the WebSphere process file system permissions so the JVM cannot read sensitive configuration or credential files
bash
# Configuration example: disable external entities in Java XML parsers
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
dbf.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
dbf.setFeature("http://xml.org/sax/features/external-general-entities", false);
dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false);
dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
dbf.setXIncludeAware(false);
dbf.setExpandEntityReferences(false);

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechIbm Websphere Application Server

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-611
  • Vendor Resources
  • IBM X-Force Vulnerability #196648

  • IBM Support Advisory #6445171
  • Related CVEs
  • CVE-2024-22354: IBM WebSphere Application Server XXE Vulnerability

  • CVE-2023-27554: IBM WebSphere Application Server XXE Flaw

  • CVE-2020-4643: IBM WebSphere Application Server XXE Flaw

  • CVE-2024-45072: IBM WebSphere Application Server XXE Flaw
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