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-2023-42478

CVE-2023-42478: SAP Business Objects BI Platform XSS Flaw

CVE-2023-42478 is a stored cross-site scripting vulnerability in SAP Business Objects Business Intelligence Platform. Attackers can upload malicious documents that compromise application integrity when opened by users.

Published: February 4, 2026

CVE-2023-42478 Overview

CVE-2023-42478 is a stored Cross-Site Scripting (XSS) vulnerability affecting SAP Business Objects Business Intelligence Platform. This vulnerability allows an authenticated attacker to upload malicious documents containing script code into the system. When other users open these compromised documents, the embedded malicious scripts execute in their browser context, potentially leading to significant integrity compromise of the application.

Critical Impact

Attackers can inject persistent malicious scripts through document uploads, enabling session hijacking, credential theft, and unauthorized actions on behalf of legitimate users across the Business Intelligence platform.

Affected Products

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

Discovery Timeline

  • 2023-12-12 - CVE-2023-42478 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-42478

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in the document upload functionality of SAP Business Objects Business Intelligence Platform. The core issue stems from the platform's failure to properly sanitize or validate user-supplied content within uploaded documents before storing them in the system.

The vulnerability is classified as stored (persistent) XSS, which is particularly dangerous because the malicious payload is permanently saved on the target server. Unlike reflected XSS attacks that require victims to click malicious links, stored XSS attacks automatically execute when any user accesses the infected content. In the context of a Business Intelligence platform, this could affect multiple users across an organization who access shared reports and documents.

The attack requires low privileges to execute, meaning any authenticated user with document upload capabilities can exploit this vulnerability. The scope is changed, indicating that the vulnerability can impact resources beyond the vulnerable component itself, potentially affecting other users' sessions and data.

Root Cause

The root cause of CVE-2023-42478 lies in insufficient input validation and output encoding mechanisms within SAP Business Objects Business Intelligence Platform's document handling system. The platform accepts "agnostic documents" (documents that can be rendered in multiple formats or contexts) without properly sanitizing embedded content for potentially malicious scripts.

When documents are uploaded, the application fails to adequately filter or encode special characters and script elements. This allows HTML and JavaScript code to be stored verbatim in the database or file system. Subsequently, when the document is rendered for viewing by other users, the browser interprets and executes the embedded scripts as legitimate code.

Attack Vector

The attack is network-accessible and follows this general exploitation pattern:

  1. An authenticated attacker with document upload privileges accesses the SAP Business Objects BI Platform
  2. The attacker crafts a document containing malicious JavaScript or HTML code embedded within the document content
  3. The malicious document is uploaded to the platform through normal upload functionality
  4. The platform stores the document without sanitizing the malicious content
  5. When a victim user opens or previews the document, the embedded script executes in their browser session
  6. The executed script can steal session tokens, perform actions as the victim, or exfiltrate sensitive business intelligence data

The attack requires user interaction (the victim must open the malicious document), but this is highly likely in a collaborative business intelligence environment where users regularly access shared reports and documents.

Detection Methods for CVE-2023-42478

Indicators of Compromise

  • Presence of documents containing suspicious JavaScript or HTML tags such as <script>, <iframe>, or event handlers like onerror, onload in document repositories
  • Unusual network requests originating from user browsers to external domains when viewing BI documents
  • Reports from users experiencing unexpected behavior or pop-ups when opening documents
  • Web application logs showing cross-origin requests or data exfiltration attempts during document viewing sessions

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payloads in uploaded document content
  • Enable detailed logging for document upload and viewing activities within SAP BO BI Platform
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources and detect policy violations
  • Utilize browser-based security monitoring to identify suspicious script execution patterns

Monitoring Recommendations

  • Monitor SAP BO BI Platform access logs for anomalous document viewing patterns or high-frequency access to specific documents
  • Implement file integrity monitoring on document storage locations to detect modifications or suspicious uploads
  • Set up alerts for outbound network connections from client browsers accessing the BI platform to unexpected destinations
  • Review audit logs regularly for document uploads from accounts that don't typically perform such actions

How to Mitigate CVE-2023-42478

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3382353 immediately
  • Review recently uploaded documents for suspicious content and quarantine any potentially malicious files
  • Restrict document upload permissions to trusted users until the patch is applied
  • Implement Content Security Policy headers as an additional defense layer

Patch Information

SAP has released a security patch to address this vulnerability. Organizations running SAP Business Objects Business Intelligence Platform versions 420 and 430 should apply the update documented in SAP Note #3382353. Additional security guidance is available in SAP's security documentation.

Workarounds

  • Implement strict Content Security Policy headers to prevent inline script execution: Content-Security-Policy: script-src 'self'; object-src 'none'
  • Configure web application firewall rules to inspect and filter uploaded document content for XSS patterns
  • Temporarily disable or restrict document upload functionality for non-essential users until patching is complete
  • Enable HTTP-only and Secure flags on session cookies to mitigate session hijacking attempts
bash
# Example Apache configuration for CSP headers
# Add to httpd.conf or .htaccess for SAP BO BI Platform reverse proxy
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none'; frame-ancestors 'self';"
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSap Business Objects

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SAP Note #3382353
  • Vendor Resources
  • SAP Document on Security
  • Related CVEs
  • CVE-2023-25616: SAP Business Objects RCE Vulnerability

  • CVE-2022-41267: SAP Business Objects Platform RCE 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