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

CVE-2024-28165: SAP BusinessObjects BI Platform XSS Flaw

CVE-2024-28165 is a stored cross-site scripting vulnerability in SAP BusinessObjects Business Intelligence Platform that allows attackers to manipulate URL parameters, compromising confidentiality and integrity.

Published: April 8, 2026

CVE-2024-28165 Overview

CVE-2024-28165 is a stored Cross-Site Scripting (XSS) vulnerability affecting the SAP BusinessObjects Business Intelligence Platform. The vulnerability exists within the Opendocument URL parameter handling, allowing attackers to inject malicious scripts that persist within the application. When successfully exploited, this vulnerability enables unauthorized access to sensitive data and manipulation of application content, posing significant risks to enterprise business intelligence environments.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, and unauthorized data access within the SAP BusinessObjects environment.

Affected Products

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

Discovery Timeline

  • May 14, 2024 - CVE-2024-28165 published to NVD
  • October 23, 2025 - Last updated in NVD database

Technical Details for CVE-2024-28165

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in the Opendocument URL handling mechanism of SAP BusinessObjects Business Intelligence Platform. The platform fails to properly sanitize user-supplied input within certain URL parameters, allowing attackers to inject malicious JavaScript code that becomes stored within the application. Unlike reflected XSS, stored XSS payloads persist in the target application's database or storage, executing whenever a user accesses the affected resource.

The vulnerability requires user interaction—a victim must navigate to the compromised URL or view the stored malicious content. However, the scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component itself, potentially affecting other applications or user sessions within the same security context.

Root Cause

The root cause stems from insufficient input validation and output encoding in the Opendocument URL parameter processing. The application accepts user-controlled input without properly sanitizing special characters or encoding output when rendering content to the browser. This allows HTML and JavaScript code to be injected and executed in the context of the victim's authenticated session.

Attack Vector

The attack is network-accessible, requiring no authentication or special privileges from the attacker. An adversary crafts a malicious Opendocument URL containing JavaScript payloads embedded within the vulnerable parameter. When this URL is accessed by victims or when the stored payload is triggered, the malicious script executes within the user's browser context.

The attack typically proceeds as follows: the attacker identifies the vulnerable URL parameter, crafts a payload containing malicious JavaScript (such as session token exfiltration or DOM manipulation code), and either distributes the URL to potential victims or stores the payload within the application for persistent execution.

Detection Methods for CVE-2024-28165

Indicators of Compromise

  • Unusual JavaScript or HTML tags appearing in Opendocument URL parameters within web server logs
  • Unexpected outbound network connections from user browsers to external domains during SAP BusinessObjects sessions
  • Reports of suspicious behavior or unauthorized actions within the SAP BusinessObjects platform
  • Anomalous HTTP requests containing encoded script content targeting BusinessObjects endpoints

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block XSS payloads in URL parameters
  • Enable detailed logging for SAP BusinessObjects web tier components to capture URL parameter values
  • Implement browser-based XSS detection using Content Security Policy (CSP) violation reporting
  • Review application logs for patterns consistent with XSS exploitation attempts

Monitoring Recommendations

  • Monitor HTTP request logs for encoded script tags (<script>, javascript:, onerror=) in URL parameters
  • Configure SIEM rules to alert on potential XSS indicators targeting SAP BusinessObjects endpoints
  • Implement real-time monitoring of outbound connections initiated during authenticated user sessions
  • Audit user activity logs for unexpected actions that may indicate compromised sessions

How to Mitigate CVE-2024-28165

Immediate Actions Required

  • Apply the security patch referenced in SAP Security Note #3431794 immediately
  • Review access logs for evidence of exploitation attempts targeting Opendocument URLs
  • Consider restricting access to the SAP BusinessObjects platform until patches are applied
  • Notify users to avoid clicking unfamiliar links to the BusinessObjects platform

Patch Information

SAP has released a security patch addressing this vulnerability. Administrators should obtain and apply the fix documented in SAP Security Note #3431794. The patch implements proper input validation and output encoding for the affected Opendocument URL parameters. Organizations should prioritize patching SAP BusinessObjects Business Intelligence Platform versions 430 and 440 as these are confirmed to be vulnerable.

For complete security guidance, refer to the SAP Security Notes Overview for the latest advisories and updates.

Workarounds

  • Implement a web application firewall (WAF) with XSS detection rules in front of SAP BusinessObjects
  • Deploy Content Security Policy (CSP) headers to restrict script execution to trusted sources only
  • Restrict network access to the SAP BusinessObjects platform to trusted internal users only
  • Consider disabling or restricting access to Opendocument functionality if not business-critical until patching is complete
bash
# Example: Configure strict Content Security Policy headers at the web server level
# Apache HTTP Server configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSap Businessobjects Business Intelligence Platform

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SAP Security Note #3431794
  • Vendor Resources
  • SAP Security Notes Overview
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
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