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

CVE-2026-24323: BSP Applications XSS Vulnerability

CVE-2026-24323 is a cross-site scripting flaw in BSP applications that allows unauthenticated attackers to inject malicious scripts via URL parameters. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-24323 Overview

CVE-2026-24323 is a URL Redirect vulnerability affecting SAP Business Server Pages (BSP) applications. The BSP applications allow an unauthenticated user to inject malicious script content via user-controlled URL parameters that are not sufficiently sanitized. When a victim accesses a crafted URL, the injected script is executed in the victim's browser, leading to a low impact on confidentiality and integrity, and no impact on the availability of the application.

Critical Impact

Unauthenticated attackers can craft malicious URLs to redirect victims to attacker-controlled domains or execute client-side scripts, potentially enabling phishing attacks, credential theft, or session hijacking through social engineering.

Affected Products

  • SAP Business Server Pages (BSP) Applications
  • SAP NetWeaver Application Server ABAP (hosting BSP applications)
  • Organizations using custom BSP applications with URL parameter handling

Discovery Timeline

  • February 10, 2026 - CVE-2026-24323 published to NVD
  • February 10, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24323

Vulnerability Analysis

This vulnerability is classified as CWE-601 (URL Redirection to Untrusted Site), commonly known as an "Open Redirect" vulnerability. The root cause lies in insufficient input validation and sanitization of user-controlled URL parameters within SAP BSP applications.

The vulnerability requires user interaction to exploit, as victims must click on a crafted malicious URL. Once clicked, the application processes the unsanitized URL parameters and either redirects the user to an attacker-specified location or executes injected script content within the context of the victim's browser session. The attack can be executed over the network by any unauthenticated user who can convince a victim to visit the malicious link.

While the direct impact on confidentiality and integrity is limited, this vulnerability is particularly dangerous when combined with social engineering tactics. Attackers can craft URLs that appear legitimate due to the trusted SAP domain, increasing the likelihood of successful phishing campaigns.

Root Cause

The vulnerability stems from improper input validation in the BSP application's URL parameter handling mechanism. The application fails to adequately sanitize or validate user-supplied input before using it in redirect operations or rendering it in the browser context. This allows attackers to inject arbitrary URLs or script content that bypasses the application's security controls.

Attack Vector

The attack leverages the network-accessible nature of BSP applications. An attacker constructs a malicious URL containing a crafted redirect parameter pointing to an attacker-controlled domain. The attacker then distributes this URL through phishing emails, malicious websites, or other social engineering channels.

When a victim clicks the link, they are initially directed to the legitimate SAP BSP application. However, due to the insufficient sanitization, the application processes the malicious parameter and redirects the victim to the attacker's site. This can be used to harvest credentials through fake login pages, distribute malware, or perform other malicious activities while leveraging the trust associated with the legitimate SAP domain.

The vulnerability can be exploited by crafting URLs with malicious redirect parameters that point to external domains. When processed by the vulnerable BSP application, these parameters are not properly validated, allowing the redirect to occur. See SAP Note #3678417 for specific technical details and affected components.

Detection Methods for CVE-2026-24323

Indicators of Compromise

  • Unusual URL patterns in web server logs containing redirect parameters pointing to external domains
  • HTTP requests to BSP applications with encoded or obfuscated URL parameters
  • User complaints about being redirected to unexpected websites after clicking SAP-related links
  • Phishing reports involving legitimate SAP domain URLs with suspicious query parameters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests with suspicious redirect parameters
  • Configure log analysis to identify requests containing external URLs in redirect-related parameters
  • Deploy browser-based security tools to warn users about open redirect attempts
  • Monitor for anomalous traffic patterns indicating exploitation attempts against BSP endpoints

Monitoring Recommendations

  • Enable detailed logging for all BSP application URL parameter processing
  • Set up alerts for requests containing URL-encoded characters in redirect parameters
  • Monitor authentication system logs for credential compromise following potential phishing campaigns
  • Implement user behavior analytics to detect accounts that may have been compromised through redirect attacks

How to Mitigate CVE-2026-24323

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3678417 immediately
  • Review and restrict access to affected BSP applications until patching is complete
  • Alert users about potential phishing attempts using SAP-related URLs
  • Implement network-level URL filtering to block known malicious redirect destinations

Patch Information

SAP has released a security patch addressing this vulnerability as part of their Security Patch Day program. Administrators should obtain the patch from SAP Note #3678417 and apply it according to SAP's recommended deployment procedures. The patch implements proper input validation and sanitization for URL parameters in BSP applications.

For complete patch details and the latest security updates, refer to the SAP Security Patch Day portal.

Workarounds

  • Implement strict input validation at the application layer to whitelist allowed redirect destinations
  • Configure web application firewalls to inspect and sanitize URL parameters before they reach BSP applications
  • Disable or restrict access to BSP applications that handle redirect functionality until patching is feasible
  • Educate users to verify the final destination URL before entering credentials after clicking any SAP-related links
bash
# Example WAF rule to block suspicious redirect parameters
# Add to your web application firewall configuration
# Block requests containing redirect parameters with external URLs
SecRule ARGS "@rx (?i)(redirect|url|next|return|goto|link)=https?://(?!yourdomain\.com)" \
    "id:2026243231,phase:1,deny,status:403,msg:'Potential Open Redirect Attempt - CVE-2026-24323'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.05%

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

  • SAP Security Patch Day
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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