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-2026-24325

CVE-2026-24325: SAP BusinessObjects Enterprise XSS Flaw

CVE-2026-24325 is a stored cross-site scripting vulnerability in SAP BusinessObjects Enterprise that allows admin users to inject malicious scripts. This article covers the technical details, affected versions, and mitigations.

Published: February 13, 2026

CVE-2026-24325 Overview

SAP BusinessObjects Enterprise does not sufficiently encode user-controlled inputs, leading to a Stored Cross-Site Scripting (XSS) vulnerability. This enables an admin user to inject malicious JavaScript into a website, and the injected script gets executed when other users visit the compromised page. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Administrative users can inject persistent malicious JavaScript that executes in the context of other users' browser sessions, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of victims.

Affected Products

  • SAP BusinessObjects Enterprise (specific versions detailed in SAP Note #3697256)

Discovery Timeline

  • 2026-02-10 - CVE-2026-24325 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-24325

Vulnerability Analysis

This Stored XSS vulnerability in SAP BusinessObjects Enterprise stems from inadequate input encoding when processing user-controlled data. When an administrator inputs malicious content, the application fails to properly sanitize or encode the data before storing it in the database. Subsequently, when this stored content is rendered on web pages for other users, the malicious script executes within their browser context.

The attack requires administrative privileges to inject the payload, but the impact extends to any user who views the affected page. While SAP indicates the vulnerability has low impact on confidentiality and integrity with no availability impact, the persistent nature of the stored XSS means the malicious payload remains active until explicitly removed.

Root Cause

The root cause is insufficient output encoding of user-controlled inputs in SAP BusinessObjects Enterprise. The application does not properly neutralize special characters and HTML/JavaScript constructs before rendering user-supplied content in web pages. This allows attackers with administrative privileges to store malicious payloads that are later executed in victims' browsers.

Attack Vector

The attack is conducted over the network and requires an authenticated administrative user to exploit the vulnerability. The attacker crafts malicious JavaScript payloads and injects them through administrative input fields in SAP BusinessObjects Enterprise. When other users navigate to pages that render this stored content, the malicious script executes in their browser session.

The attack typically follows this pattern:

  1. An attacker with admin privileges identifies an input field that does not properly encode output
  2. The attacker injects malicious JavaScript (e.g., script tags or event handlers) into the vulnerable field
  3. The malicious content is stored in the application's database
  4. When other users visit pages displaying this content, the script executes in their browser
  5. The attacker can steal session tokens, perform actions as the victim, or redirect users to malicious sites

Detection Methods for CVE-2026-24325

Indicators of Compromise

  • Unexpected JavaScript code or HTML tags appearing in administrative input fields or database records
  • User reports of unusual behavior such as unexpected redirects, pop-ups, or unauthorized actions
  • Browser console errors indicating blocked or suspicious script execution attempts
  • Web application firewall logs showing encoded script patterns in HTTP requests to SAP BusinessObjects

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payloads in HTTP requests
  • Enable detailed logging for administrative actions in SAP BusinessObjects Enterprise
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources and report violations
  • Conduct regular security scans of stored data for suspicious HTML/JavaScript patterns

Monitoring Recommendations

  • Monitor SAP BusinessObjects audit logs for unusual administrative activity or bulk modifications
  • Configure browser-based XSS protection headers and monitor CSP violation reports
  • Review database content periodically for indicators of injected scripts
  • Implement SIEM rules to correlate suspicious web request patterns with administrative sessions

How to Mitigate CVE-2026-24325

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3697256 immediately
  • Review administrative access controls and ensure only trusted users have admin privileges
  • Audit existing stored content for any previously injected malicious scripts
  • Implement Content Security Policy (CSP) headers as an additional defense layer

Patch Information

SAP has released a security update to address this vulnerability. Detailed patch information and installation instructions are available through SAP Note #3697256. Organizations should also monitor the SAP Security Patch Day portal for related updates and advisories. Apply the vendor-provided patch as the primary remediation method.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Restrict administrative access to a minimal number of trusted users until the patch is applied
  • Deploy web application firewall rules to filter potential XSS payloads
  • Enable browser XSS protection headers such as X-XSS-Protection as an additional safeguard
bash
# Example CSP header configuration for Apache
# Add to httpd.conf or .htaccess
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Example for nginx
# Add to nginx.conf server block
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'";

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

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SAP Note #3697256

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2025-0060: SAP BusinessObjects BI Platform XSS Flaw

  • CVE-2026-24324: SAP BusinessObjects DoS Vulnerability

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

  • CVE-2026-0508: SAP BusinessObjects Auth Bypass Vulnerability
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