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

CVE-2026-0491: SAP Landscape Transformation RCE Vulnerability

CVE-2026-0491 is a remote code execution vulnerability in SAP Landscape Transformation that allows attackers with admin privileges to inject ABAP code or OS commands. This article covers technical details, impact, and mitigations.

Updated: January 22, 2026

CVE-2026-0491 Overview

SAP Landscape Transformation allows an attacker with admin privileges to exploit a vulnerability in the function module exposed via RFC. This flaw enables the injection of arbitrary ABAP code/OS commands into the system, bypassing essential authorization checks. This vulnerability effectively functions as a backdoor, creating the risk of full system compromise, undermining the confidentiality, integrity and availability of the system.

Critical Impact

This code injection vulnerability allows attackers with administrative privileges to execute arbitrary ABAP code or OS commands, effectively functioning as a backdoor that can lead to full system compromise.

Affected Products

  • SAP Landscape Transformation (SLT)
  • SAP Systems with RFC-enabled function modules
  • SAP NetWeaver Application Server (ABAP stack)

Discovery Timeline

  • January 13, 2026 - CVE-2026-0491 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0491

Vulnerability Analysis

This vulnerability in SAP Landscape Transformation represents a severe code injection flaw (CWE-94) that allows privileged attackers to bypass authorization checks and execute arbitrary code. The affected function module exposed via Remote Function Call (RFC) fails to properly validate and sanitize input before processing, enabling the injection of malicious ABAP code or operating system commands.

While exploitation requires administrative privileges, the impact is catastrophic. An attacker successfully exploiting this vulnerability gains the ability to execute arbitrary commands within the SAP environment, effectively creating a persistent backdoor. This undermines all three pillars of information security: confidentiality through unauthorized data access, integrity through potential data manipulation, and availability through system disruption capabilities.

The network-accessible nature of the RFC interface means that attackers can exploit this vulnerability remotely, and the scope change indicates that compromise of the vulnerable component can impact resources beyond its security scope.

Root Cause

The root cause of CVE-2026-0491 is inadequate input validation and missing authorization checks in the RFC-exposed function module within SAP Landscape Transformation. The function module fails to properly sanitize user-supplied input before executing code, allowing an attacker to inject and execute arbitrary ABAP statements or OS-level commands. This constitutes a classic code injection vulnerability where trust boundaries are not properly enforced despite the administrative privilege requirement.

Attack Vector

The attack vector for this vulnerability involves a network-based approach where an authenticated attacker with administrative privileges connects to the vulnerable SAP system via RFC. The attacker crafts malicious input containing ABAP code or OS commands and submits it to the vulnerable function module. Due to the missing authorization checks and inadequate input validation, the injected code is executed in the context of the SAP system, potentially with elevated privileges.

The exploitation requires no user interaction and has low attack complexity, making it particularly dangerous in environments where administrative access may have been compromised or where insider threats exist.

Detection Methods for CVE-2026-0491

Indicators of Compromise

  • Unexpected ABAP program executions or dynamic code evaluation in SAP Landscape Transformation modules
  • Unusual RFC connection patterns targeting SLT function modules from unauthorized sources
  • OS-level command executions originating from SAP application server processes
  • Anomalous changes to SAP system tables or configurations without corresponding change records
  • Evidence of unauthorized data exports or system configuration modifications

Detection Strategies

  • Monitor SAP Security Audit Log (SM21) for suspicious function module calls and authorization failures
  • Implement SAP Solution Manager to track RFC traffic patterns and identify anomalous connections
  • Enable enhanced logging for SAP Landscape Transformation activities and RFC gateway communications
  • Deploy network-based detection for unusual RFC protocol patterns targeting SAP systems
  • Use SentinelOne Singularity to detect malicious process spawning from SAP application server processes

Monitoring Recommendations

  • Configure real-time alerting for dynamic ABAP code execution events in production environments
  • Establish baseline RFC connection patterns and alert on deviations
  • Monitor operating system-level process creation from SAP service accounts
  • Review administrative action logs for SAP Landscape Transformation on a regular basis
  • Implement continuous monitoring of SAP transport requests and code changes

How to Mitigate CVE-2026-0491

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3697979 immediately
  • Review and restrict administrative access to SAP Landscape Transformation components
  • Audit RFC destination configurations and remove unnecessary connections
  • Implement additional authorization checks for RFC-enabled function modules
  • Enable enhanced security logging for SAP Landscape Transformation activities

Patch Information

SAP has released a security patch to address this vulnerability as part of their Security Patch Day. Administrators should review SAP Note #3697979 for detailed patching instructions and apply the update to all affected systems. The patch addresses the missing authorization checks and input validation issues in the affected function module. Organizations should consult the SAP Security Patch Day portal for additional guidance and related security updates.

Workarounds

  • Restrict network access to RFC interfaces using firewall rules and SAP gateway security configurations
  • Implement SAP Gateway Security (secinfo and reginfo files) to limit RFC connections to trusted sources only
  • Disable or restrict access to the vulnerable function module until patching is complete
  • Apply the principle of least privilege to reduce the number of accounts with administrative access
  • Implement network segmentation to isolate SAP systems from general user networks
bash
# SAP Gateway Security Configuration Example
# Add to secinfo file to restrict RFC access to trusted hosts only
# Path: /usr/sap/<SID>/SYS/exe/run/sec

# Deny all by default
D * * *

# Allow specific trusted IP ranges for RFC connections
P TP=* HOST=192.168.1.0/24 USER=*
P TP=* HOST=10.0.0.0/8 USER=*

# Reload gateway configuration
# Execute: gw_reload -sec

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSap Landscape Transformation

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

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

  • SAP Security Patch Day
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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