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-2025-0060

CVE-2025-0060: SAP BusinessObjects BI Platform XSS Flaw

CVE-2025-0060 is a cross-site scripting vulnerability in SAP BusinessObjects Business Intelligence Platform that enables authenticated attackers to inject malicious code and steal sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-0060 Overview

CVE-2025-0060 is a Code Injection vulnerability affecting SAP BusinessObjects Business Intelligence Platform. The vulnerability allows an authenticated user with restricted access to inject malicious JavaScript code which can read sensitive information from the server and send it to the attacker. The attacker could further use this information to impersonate a high-privileged user, causing significant impact on confidentiality and integrity of the application.

Critical Impact

Authenticated attackers with restricted access can inject malicious JavaScript code to steal sensitive information and impersonate high-privileged users, leading to complete compromise of application confidentiality and integrity.

Affected Products

  • SAP BusinessObjects Business Intelligence Platform 420 (Enterprise Edition)
  • SAP BusinessObjects Business Intelligence Platform 430
  • SAP BusinessObjects Business Intelligence Platform 2025

Discovery Timeline

  • January 14, 2025 - CVE-2025-0060 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-0060

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in SAP BusinessObjects Business Intelligence Platform where user input is not properly sanitized before being processed, allowing an authenticated user—even one with restricted access—to inject arbitrary JavaScript code into the application.

The attack requires network access and high-level privileges within the application context. Once exploited, the injected code executes within the context of the application, enabling the attacker to access sensitive server-side information. This stolen data can then be exfiltrated to an attacker-controlled server and subsequently used to impersonate users with elevated privileges.

The vulnerability has significant implications for organizations using SAP BI for critical business intelligence operations, as successful exploitation could lead to unauthorized access to sensitive business data, reports, and analytics.

Root Cause

The root cause of CVE-2025-0060 lies in improper input validation and output encoding within the SAP BusinessObjects Business Intelligence Platform. The application fails to adequately sanitize user-supplied input before incorporating it into dynamically generated code or output, creating an injection point for malicious JavaScript. This lack of proper input validation allows attackers to break out of the intended data context and inject executable code.

Attack Vector

The attack is conducted over the network by an authenticated user who possesses restricted access to the SAP BusinessObjects platform. The attacker crafts malicious JavaScript payloads designed to:

  1. Execute within the application's trusted context
  2. Access and read sensitive server-side information
  3. Exfiltrate the captured data to an external attacker-controlled endpoint
  4. Enable the attacker to impersonate high-privileged users using the stolen information

The exploitation requires no user interaction beyond the attacker's own authenticated session, making it relatively straightforward to execute once access is obtained.

Detection Methods for CVE-2025-0060

Indicators of Compromise

  • Unusual JavaScript execution patterns or unexpected script tags in application responses
  • Network traffic to unknown external endpoints originating from the SAP BI server
  • Unexpected privilege escalation or session anomalies for restricted user accounts
  • Audit log entries showing restricted users accessing high-privilege resources

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common JavaScript injection patterns
  • Enable and monitor SAP BusinessObjects audit logs for suspicious user activity and access patterns
  • Deploy network monitoring to identify data exfiltration attempts from the SAP BI environment
  • Configure SIEM alerts for anomalous user behavior, particularly privilege escalation indicators

Monitoring Recommendations

  • Regularly review SAP BusinessObjects security audit logs for injection attempts and unusual access patterns
  • Monitor outbound network connections from the SAP BI server for suspicious data transfers
  • Implement real-time alerting for unauthorized access attempts to sensitive reports and data sources
  • Track user session behavior to identify potential impersonation or privilege abuse

How to Mitigate CVE-2025-0060

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3474398 immediately
  • Review and restrict user access permissions to minimize the attack surface
  • Enable enhanced logging and monitoring for the SAP BusinessObjects environment
  • Audit all user accounts with restricted access for suspicious activity

Patch Information

SAP has released a security patch addressing CVE-2025-0060 as part of their Security Patch Day updates. Organizations should obtain the patch from SAP Note #3474398 and apply it to all affected versions of SAP BusinessObjects Business Intelligence Platform (versions 420, 430, and 2025). For complete patch information and additional security guidance, refer to the SAP Security Patch Day Information portal.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to limit script execution sources
  • Deploy a Web Application Firewall with rules to filter potential JavaScript injection attempts
  • Restrict network access to the SAP BI platform using firewall rules and network segmentation
  • Apply the principle of least privilege to all user accounts, minimizing access for restricted users
bash
# Example: Review SAP BusinessObjects user permissions
# Check for users with restricted access levels
# Audit script execution permissions in application configuration
# Verify Content Security Policy headers are properly configured

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 Score6.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-94
  • Technical References
  • SAP Note #3474398
  • Vendor Resources
  • SAP Security Patch Day Information
  • Related CVEs
  • CVE-2026-24325: SAP BusinessObjects Enterprise 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