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

CVE-2022-28213: SAP BusinessObjects XXE Vulnerability

CVE-2022-28213 is an XML External Entity (XXE) vulnerability in SAP BusinessObjects Business Intelligence Platform that enables attackers to retrieve arbitrary files and launch DoS attacks. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2022-28213 Overview

CVE-2022-28213 is an XML External Entity (XXE) injection vulnerability affecting SAP BusinessObjects Business Intelligence Platform versions 420 and 430. When users access SOAP Web services, the platform fails to sufficiently validate XML documents accepted from untrusted sources. This improper validation allows attackers to craft malicious XML payloads that can result in arbitrary file retrieval from the server and enable successful Denial of Service (DoS) attacks.

Critical Impact

Attackers with low-privilege authenticated access can exploit this XXE vulnerability to exfiltrate sensitive files from the server and cause service disruption, potentially compromising confidential business intelligence data and disrupting critical reporting operations.

Affected Products

  • SAP BusinessObjects Business Intelligence Platform version 420
  • SAP BusinessObjects Business Intelligence Platform version 430

Discovery Timeline

  • April 12, 2022 - CVE-2022-28213 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-28213

Vulnerability Analysis

This vulnerability stems from improper validation of XML schema (CWE-112) within the SOAP Web services component of SAP BusinessObjects Business Intelligence Platform. The vulnerable component accepts XML documents from authenticated users without properly restricting the processing of external entity references. This allows attackers to inject malicious Document Type Definitions (DTDs) that reference external resources.

When the XML parser processes these malicious documents, it resolves the external entities, potentially exposing sensitive server-side files or causing resource exhaustion. The attack can be executed remotely over the network with low attack complexity, requiring only basic authenticated access to the SOAP Web services interface.

Root Cause

The root cause of CVE-2022-28213 is the lack of proper XML document validation in the SOAP Web services handler. The XML parser is configured to process external entity declarations without appropriate restrictions, violating secure coding practices for XML processing. This misconfiguration allows the parser to resolve external entities that reference local file system paths or network resources, enabling both information disclosure and denial of service attacks.

Attack Vector

The attack exploits the network-accessible SOAP Web services interface in SAP BusinessObjects Business Intelligence Platform. An authenticated attacker can submit specially crafted XML requests containing malicious external entity declarations. When processed by the vulnerable XML parser, these entities can:

  1. Reference local server files using file:// protocol handlers, leading to arbitrary file disclosure
  2. Trigger requests to internal network resources, potentially enabling Server-Side Request Forgery (SSRF)
  3. Cause denial of service through recursive entity expansion (billion laughs attack) or by referencing non-existent or slow-responding external resources

The vulnerability requires low-privilege authenticated access but no user interaction, making it exploitable in automated attack scenarios once initial access is obtained.

Detection Methods for CVE-2022-28213

Indicators of Compromise

  • Unusual SOAP requests to the BusinessObjects web services containing XML external entity declarations
  • Log entries showing file access attempts to sensitive system paths such as /etc/passwd or Windows system files
  • Increased server resource consumption during XML document processing
  • Error messages referencing external entity resolution failures or DTD processing issues

Detection Strategies

  • Monitor SOAP Web service endpoints for XML payloads containing <!DOCTYPE declarations with ENTITY references
  • Implement Web Application Firewall (WAF) rules to detect and block XXE attack patterns in incoming requests
  • Review application and web server logs for anomalous file access patterns originating from the BusinessObjects application
  • Deploy network monitoring to detect unexpected outbound connections initiated by the application server

Monitoring Recommendations

  • Enable verbose logging on the SAP BusinessObjects SOAP Web services to capture full request payloads for forensic analysis
  • Configure alerts for high-volume or malformed SOAP requests targeting BusinessObjects endpoints
  • Implement file integrity monitoring on the BusinessObjects server to detect unauthorized file access attempts
  • Monitor for unusual network traffic patterns from the application server that may indicate SSRF attempts

How to Mitigate CVE-2022-28213

Immediate Actions Required

  • Apply SAP Security Note #3055044 immediately to all affected SAP BusinessObjects Business Intelligence Platform installations
  • Restrict network access to SOAP Web services endpoints using firewall rules to limit exposure to trusted networks only
  • Review and validate all user accounts with access to SOAP Web services, removing unnecessary privileges
  • Enable additional logging on BusinessObjects servers to monitor for exploitation attempts

Patch Information

SAP has released Security Note #3055044 to address this vulnerability. The patch implements proper XML document validation and disables external entity processing in the SOAP Web services component. Administrators should review the SAP Security Documentation for detailed guidance on applying the fix. Additional technical details about the vulnerability are available via the Packet Storm Security advisory.

Workarounds

  • Implement network-level restrictions to limit SOAP Web services access to trusted IP addresses only
  • Deploy a Web Application Firewall with XXE detection rules in front of the BusinessObjects platform
  • Disable SOAP Web services entirely if not required for business operations until patching is complete
  • Configure XML parsers at the application server level to disable DTD processing and external entity resolution where possible
bash
# Example WAF rule to block XXE patterns (ModSecurity format)
# Add to your WAF configuration to detect common XXE attack patterns
SecRule REQUEST_BODY "@rx <!ENTITY[^>]*SYSTEM" \
    "id:1001,phase:2,deny,status:403,msg:'XXE Attack Detected - External Entity'"

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechSap Businessobjects

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability12.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-112
  • Technical References
  • Packet Storm Security Exploit
  • Vendor Resources
  • SAP Support Note #3055044

  • SAP Document Analysis
  • Related CVEs
  • CVE-2026-24324: SAP BusinessObjects DoS Vulnerability

  • CVE-2026-0490: SAP BusinessObjects Auth Bypass Vulnerability

  • CVE-2026-0508: SAP BusinessObjects Auth Bypass Vulnerability

  • CVE-2026-0485: SAP BusinessObjects BI Platform DOS Flaw
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