A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-47590

CVE-2024-47590: Unauthenticated RCE Vulnerability

CVE-2024-47590 is a remote code execution flaw exploitable through malicious links that enable attackers to execute arbitrary code on the server. This post covers the technical details, affected systems, and mitigation strategies.

Published: June 2, 2026

CVE-2024-47590 Overview

CVE-2024-47590 is a high-severity vulnerability disclosed through the SAP Security Patch Day program. An unauthenticated attacker can craft a malicious link and distribute it publicly. When an authenticated victim clicks the link, the affected web page reflects the attacker-controlled input into the rendered output. The flaw enables Cross-Site Scripting (XSS) execution in the victim's browser and Server-Side Request Forgery (SSRF) against the back-end server. Successful exploitation results in arbitrary code execution on the server and full compromise of confidentiality, integrity, and availability. The weakness is classified under [CWE-791] (Incomplete Filtering of Special Elements).

Critical Impact

Successful exploitation chains XSS and SSRF to achieve arbitrary code execution on the affected server, fully compromising confidentiality, integrity, and availability.

Affected Products

  • SAP product addressed by SAP Note #3520281 (consult the vendor advisory for specific component and version coverage)
  • Component details not enumerated in the public NVD record
  • Refer to the SAP Security Patch Day announcement for the authoritative product matrix

Discovery Timeline

  • 2024-11-12 - CVE-2024-47590 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-47590

Vulnerability Analysis

The vulnerability stems from incomplete filtering of special elements in user-supplied input. The affected web component accepts request parameters from an unauthenticated source and incorporates that data into dynamically generated page content. Because the filtering routine does not neutralize all dangerous characters or URL schemes, attacker input survives into two distinct execution contexts.

In the browser context, injected script payloads execute under the authenticated victim's session, enabling session theft, request forgery, and arbitrary actions against the application. In the server context, the same input can coerce the back-end to issue outbound HTTP requests to attacker-chosen targets, producing SSRF. When the SSRF reaches an internal management interface or an unsafe handler, it pivots to arbitrary code execution on the host.

User interaction is required because the victim must follow the malicious link, but no prior authentication or privilege is required from the attacker.

Root Cause

The root cause is incomplete input sanitization during page generation. The application accepts request parameters and reflects them into both HTML output and server-side request construction without context-aware encoding or strict URL allowlisting. This single sanitization gap surfaces as XSS in one path and SSRF in another.

Attack Vector

The attack is network-based and requires user interaction. The attacker hosts or publishes a crafted URL pointing to the vulnerable endpoint. A user with an authenticated session clicks the link, the server processes the tainted parameters, and the resulting response and outbound requests carry the attacker payload. The vulnerability is not authenticated and does not require elevated privileges from the attacker.

No public proof-of-concept code is referenced in the NVD entry. Technical specifics are restricted to authenticated SAP customers through SAP Note #3520281 and the SAP Security Patch Day Announcement.

Detection Methods for CVE-2024-47590

Indicators of Compromise

  • Inbound HTTP requests containing script tags, JavaScript URI schemes, or HTML event handlers in query string or form parameters reflected by the affected endpoint.
  • Outbound HTTP or HTTPS connections from the application server to unexpected internal addresses, cloud metadata endpoints, or attacker-controlled hosts.
  • Application logs showing anomalous parameter values containing encoded payloads such as %3Cscript%3E or javascript: schemes.
  • New child processes spawned by the web application service after a parameterized request, indicating successful code execution.

Detection Strategies

  • Deploy web application firewall rules that inspect query and body parameters for reflected XSS and SSRF patterns targeting the affected component.
  • Correlate authentication events with subsequent outbound network calls from the application tier to detect SSRF pivots.
  • Hunt for process-creation events on the web server originating from the application runtime user after suspicious inbound requests.

Monitoring Recommendations

  • Enable verbose access logging on the affected SAP web component and centralize logs for query and pattern analysis.
  • Monitor egress traffic from application servers and alert on connections to RFC1918 ranges, link-local metadata services, and known-malicious infrastructure.
  • Track session activity for authenticated users who follow externally referred links to the application and flag anomalous follow-on actions.

How to Mitigate CVE-2024-47590

Immediate Actions Required

  • Apply the fix described in SAP Note #3520281 on all affected SAP systems without delay.
  • Inventory exposed SAP web endpoints reachable from untrusted networks and prioritize patching internet-facing instances first.
  • Invalidate active user sessions after patching to eliminate any session tokens that may have been exfiltrated prior to remediation.

Patch Information

SAP released a security correction documented in SAP Note #3520281, distributed through the SAP Security Patch Day program. Customers must authenticate to the SAP support portal to obtain the patch package and the precise list of affected support package levels. Review the SAP Security Patch Day Announcement for the broader monthly advisory bundle.

Workarounds

  • Restrict access to the affected web endpoint using network segmentation or reverse proxy allowlists until the patch is applied.
  • Configure the web application firewall to block requests containing script tags, JavaScript URI schemes, and suspicious URL parameters targeting the vulnerable handler.
  • Enforce strict egress filtering on the application server so outbound HTTP requests are limited to required destinations, neutralizing SSRF impact.
  • Educate users to avoid clicking unsolicited links pointing to internal SAP hostnames or unexpected query strings.
bash
# Example egress restriction using iptables to limit SSRF blast radius
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -p tcp --dport 443 -j DROP
iptables -A OUTPUT -m owner --uid-owner sapadm -p tcp -d <allowed-host> -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner sapadm -j REJECT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-791
  • Technical References
  • SAP Note #3520281

  • SAP Security Patch Day Announcement
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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