Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-41264

CVE-2022-41264: SAP Basis RCE Vulnerability

CVE-2022-41264 is a remote code execution vulnerability in SAP Basis that allows authenticated attackers to execute arbitrary methods and gain full system control. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-41264 Overview

CVE-2022-41264 is a code injection vulnerability in SAP BASIS caused by unrestricted scope in the RFC (Remote Function Call) function module. This flaw allows an authenticated non-administrator attacker to access system classes and execute any of their public methods with attacker-supplied parameters. Successful exploitation grants the attacker full control over the affected SAP system, resulting in severe integrity compromise.

Critical Impact

Authenticated attackers can achieve full system control by exploiting unrestricted RFC function module scope to execute arbitrary public methods with malicious parameters, severely compromising application integrity.

Affected Products

  • SAP BASIS versions 731, 740, 750, 751, 752, 753, 754, 755
  • SAP BASIS versions 756, 757
  • SAP BASIS versions 789, 790, 791

Discovery Timeline

  • December 13, 2022 - CVE-2022-41264 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-41264

Vulnerability Analysis

The vulnerability stems from insufficient access restrictions on the RFC function module within SAP BASIS. The RFC interface is designed to allow external programs and systems to call functions within the SAP system. However, due to improper scope limitations, authenticated users—even those without administrative privileges—can invoke system-level classes and execute their public methods.

This design flaw effectively bypasses SAP's authorization model, allowing any authenticated user to leverage the RFC interface as a gateway to system-level functionality. The attacker can provide arbitrary parameters to these methods, enabling manipulation of critical system operations, data modification, and potentially the execution of privileged operations that should be restricted to administrators.

The vulnerability is classified under CWE-94 (Improper Control of Generation of Code - Code Injection), reflecting the ability to inject and execute code through the RFC mechanism.

Root Cause

The root cause is the unrestricted scope configuration of the RFC function module in affected SAP BASIS versions. The module fails to properly validate caller permissions and restrict access to sensitive system classes. This allows any authenticated user to bypass intended authorization controls and access functionality that should only be available to privileged accounts. The lack of granular access control on the RFC layer creates an attack surface where low-privileged users can escalate their capabilities.

Attack Vector

The attack is network-based and requires only basic authenticated access to the SAP system. An attacker with valid credentials (even low-privileged) can:

  1. Establish a connection to the SAP system via RFC
  2. Identify accessible system classes through the unrestricted RFC interface
  3. Enumerate public methods available within these classes
  4. Invoke methods with attacker-controlled parameters
  5. Achieve arbitrary code execution or system manipulation depending on the targeted class and method

The exploitation does not require user interaction and has low attack complexity, making it particularly dangerous in environments where multiple users have basic SAP access. The RFC protocol's remote accessibility means this can be exploited from any network location with connectivity to the SAP system.

Detection Methods for CVE-2022-41264

Indicators of Compromise

  • Unusual RFC connection patterns from non-administrator accounts accessing system-level function modules
  • Audit logs showing low-privileged users invoking restricted system classes via RFC
  • Unexpected parameter values in RFC calls to sensitive functions
  • Anomalous system modifications or configuration changes traced back to non-administrative sessions

Detection Strategies

  • Enable comprehensive RFC call logging and monitor for access attempts to sensitive system classes
  • Implement SIEM rules to detect authenticated users making RFC calls outside their normal operational scope
  • Review SAP Security Audit Log (SM21) for unauthorized function module executions
  • Deploy network monitoring to identify RFC traffic patterns indicative of enumeration or exploitation attempts

Monitoring Recommendations

  • Establish baseline RFC usage patterns per user role and alert on deviations
  • Monitor for bulk RFC calls or rapid enumeration behavior from single sessions
  • Configure alerts for RFC access to system classes from non-administrator accounts
  • Regularly audit RFC-enabled function modules and their authorization requirements

How to Mitigate CVE-2022-41264

Immediate Actions Required

  • Apply the security patch documented in SAP Note #3268172 immediately
  • Review and restrict RFC-enabled function modules to only those required for business operations
  • Audit user accounts with RFC access and remove unnecessary permissions
  • Enable enhanced logging for RFC activities pending patch deployment

Patch Information

SAP has released a security patch addressing this vulnerability. Administrators should apply the fix documented in SAP Note #3268172. The patch restricts the scope of RFC function modules to prevent unauthorized access to system classes. Organizations should follow SAP's standard patch deployment procedures and test in non-production environments before production rollout. Additional security guidance is available in the SAP Security Documentation.

Workarounds

  • Implement strict authorization checks on RFC-enabled function modules at the application layer
  • Use SAP's authorization concept to restrict which users can access RFC interfaces
  • Segment network access to SAP systems to limit exposure of RFC ports
  • Consider disabling non-essential RFC function modules until patching is complete
bash
# SAP transaction to review RFC authorizations
# Execute SM59 to review RFC destinations and their security settings
# Execute SU24 to check authorization defaults for RFC-enabled function modules
# Execute STRUST to verify certificate configurations for secure RFC connections

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSap Basis

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.64%

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

  • SAP Documentation Update
  • Related CVEs
  • CVE-2025-0053: SAP Basis Information Disclosure Flaw

  • CVE-2025-0066: SAP Basis Information Disclosure Flaw
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