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

CVE-2025-31330: SAP Landscape Transformation RCE Vulnerability

CVE-2025-31330 is a remote code execution vulnerability in SAP Landscape Transformation (SLT) enabling ABAP code injection via RFC. This backdoor flaw allows full system compromise. Learn about technical details and mitigations.

Published: April 1, 2026

CVE-2025-31330 Overview

SAP Landscape Transformation (SLT) contains a critical code injection vulnerability that allows an attacker with user privileges to exploit a flaw in a function module exposed via RFC (Remote Function Call). This vulnerability enables the injection of arbitrary ABAP code into the system, bypassing essential authorization checks. The flaw effectively functions as a backdoor, creating the risk of full system compromise and undermining the confidentiality, integrity, and availability of the system.

Critical Impact

This vulnerability allows authenticated attackers to inject and execute arbitrary ABAP code, potentially leading to complete system takeover and data exfiltration in SAP environments.

Affected Products

  • SAP Landscape Transformation (SLT)
  • SAP systems with RFC-exposed function modules for SLT
  • SAP NetWeaver environments utilizing SLT components

Discovery Timeline

  • April 8, 2025 - CVE-2025-31330 published to NVD
  • April 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-31330

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw resides in the SAP Landscape Transformation (SLT) module, specifically within function modules exposed via RFC interfaces. The vulnerability allows authenticated users to bypass authorization checks and inject arbitrary ABAP code into the system.

The attack can be executed remotely over the network by any user with basic privileges, requiring no user interaction. The scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component itself, potentially affecting the entire SAP landscape.

Root Cause

The root cause stems from improper input validation and insufficient authorization checks within the RFC-exposed function module in SAP Landscape Transformation. The function module fails to properly sanitize user-supplied input before processing, allowing attackers to inject ABAP code that gets executed with elevated privileges. This design flaw essentially creates a backdoor that circumvents the normal security controls expected in SAP environments.

Attack Vector

The attack is executed over the network through the RFC interface. An attacker with valid user credentials can craft malicious requests to the vulnerable function module, embedding ABAP code within the input parameters. Since the function module lacks proper authorization checks and input validation, the injected code is executed on the SAP system. This allows attackers to:

  1. Execute arbitrary ABAP commands with system privileges
  2. Access, modify, or delete sensitive business data
  3. Create backdoor accounts for persistent access
  4. Pivot to other connected SAP systems within the landscape

The vulnerability mechanism involves crafting RFC calls to the affected function module with malicious ABAP code embedded in input parameters. The lack of proper input sanitization allows this code to be interpreted and executed by the SAP system. For detailed technical information, refer to SAP Note #3587115.

Detection Methods for CVE-2025-31330

Indicators of Compromise

  • Unusual RFC calls to SLT-related function modules from unexpected user accounts or external systems
  • Unexpected ABAP program executions or dynamic code generation events in SAP system logs
  • Anomalous user privilege escalations or unauthorized data access patterns
  • New or modified ABAP programs that were not part of authorized development activities

Detection Strategies

  • Monitor SAP Security Audit Log (SM21) for suspicious RFC function calls targeting SLT modules
  • Implement SAP Solution Manager for centralized monitoring of RFC activity across the landscape
  • Deploy SIEM integration with SAP to correlate RFC events with known attack patterns
  • Review transaction SM37 for batch jobs executing dynamic ABAP code unexpectedly

Monitoring Recommendations

  • Enable detailed RFC logging and regularly review logs for anomalous patterns
  • Implement real-time alerting for RFC calls to sensitive function modules from non-whitelisted sources
  • Establish baseline behavior for SLT operations and alert on deviations
  • Conduct regular code reviews of custom ABAP developments that interface with SLT

How to Mitigate CVE-2025-31330

Immediate Actions Required

  • Apply the security patch documented in SAP Note #3587115 immediately
  • Review and restrict RFC access to SLT function modules to only authorized users and systems
  • Audit current user authorizations and remove unnecessary privileges from non-essential accounts
  • Enable enhanced logging for RFC activities to detect potential exploitation attempts

Patch Information

SAP has released a security patch to address this vulnerability. Administrators should obtain and apply the fix from SAP Note #3587115. This patch is part of the SAP Security Patch Day releases. Organizations should prioritize deployment given the critical severity and potential for complete system compromise.

Workarounds

  • Restrict RFC access to SLT function modules using SM59 destination configurations and authorization objects
  • Implement network segmentation to limit RFC connectivity from untrusted networks
  • Review and tighten authorization object S_RFC assignments to minimize exposure
  • Consider temporarily disabling vulnerable function modules if business operations permit until patching is complete
bash
# SAP authorization review command example
# Review RFC authorizations using transaction SUIM
# 1. Execute transaction SUIM
# 2. Select "Roles by Complex Selection Criteria" 
# 3. Filter for authorization object S_RFC
# 4. Review assignments to SLT-related function groups
# 5. Remove unnecessary authorizations from non-essential roles

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSap

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • SAP Note #3587115

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2025-42880: SAP Solution Manager RCE Vulnerability

  • CVE-2025-42910: SAP SRM File Upload RCE Vulnerability

  • CVE-2025-42950: SAP Landscape Transformation RCE Flaw

  • CVE-2025-42967: SAP S/4HANA & SCM RCE 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