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

CVE-2025-23186: SAP NetWeaver ABAP RCE Vulnerability

CVE-2025-23186 is a remote code execution vulnerability in SAP NetWeaver Application Server ABAP that allows attackers to craft RFC requests exposing remote service credentials. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-23186 Overview

CVE-2025-23186 is a code injection vulnerability (CWE-94) affecting SAP NetWeaver Application Server ABAP. Under certain conditions, an authenticated attacker can craft a malicious Remote Function Call (RFC) request to restricted destinations, potentially exposing credentials for remote services. These stolen credentials can then be leveraged to completely compromise the remote service, resulting in significant impact on confidentiality, integrity, and availability.

Critical Impact

Authenticated attackers can exploit RFC request handling to expose remote service credentials, enabling full compromise of connected systems and potential lateral movement across the SAP landscape.

Affected Products

  • SAP NetWeaver Application Server ABAP (versions as specified in SAP Note #3554667)

Discovery Timeline

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

Technical Details for CVE-2025-23186

Vulnerability Analysis

This vulnerability exists within the Remote Function Call (RFC) handling mechanism of SAP NetWeaver Application Server ABAP. The flaw allows authenticated users to bypass intended restrictions when making RFC requests to remote destinations. When exploited, the vulnerability exposes credentials stored for remote service connections, which attackers can harvest and reuse to gain unauthorized access to those remote systems.

The attack requires network access and valid authentication to the SAP system, but once those prerequisites are met, an attacker can target RFC destinations that should normally be restricted. The scope of impact extends beyond the vulnerable component itself (changed scope), as compromised credentials can be used to attack connected remote services, potentially cascading into a broader infrastructure compromise.

Root Cause

The vulnerability stems from improper code injection controls (CWE-94) in the RFC request handling logic. The SAP NetWeaver Application Server ABAP fails to adequately validate or restrict RFC requests to certain destinations, allowing authenticated users to craft requests that access restricted RFC destinations. This design flaw enables credential exposure through the improper handling of destination configurations and stored authentication data.

Attack Vector

The attack is conducted over the network by an authenticated user who crafts specially formed RFC requests. The attacker targets restricted RFC destinations that contain credentials for remote services. The attack flow involves:

  1. Authenticating to the SAP NetWeaver ABAP system with valid credentials
  2. Identifying RFC destinations configured with stored credentials for remote services
  3. Crafting malicious RFC requests that bypass destination restrictions
  4. Extracting exposed credentials from the response or error handling
  5. Using the harvested credentials to authenticate to and compromise remote services

The vulnerability requires low privileges but involves high attack complexity, suggesting specific conditions must be met for successful exploitation.

Detection Methods for CVE-2025-23186

Indicators of Compromise

  • Unusual RFC calls to restricted or rarely-accessed destinations from unexpected user accounts
  • Anomalous authentication attempts to remote services using credentials stored in RFC destinations
  • Unexpected access patterns to SM59 (RFC destination configuration) or related transactions
  • Failed authentication events followed by successful authentication using different credential sources

Detection Strategies

  • Monitor RFC destination access logs for unauthorized or anomalous access patterns
  • Implement alerting on RFC calls targeting sensitive or restricted destinations
  • Audit user activities around RFC configuration and remote service authentication
  • Enable detailed logging for RFC gateway and communication channel activities

Monitoring Recommendations

  • Configure SAP Security Audit Log (SM21) to capture RFC-related events
  • Deploy network monitoring to detect unusual outbound connections from SAP systems
  • Implement SIEM correlation rules for RFC destination abuse patterns
  • Regularly review RFC destination configurations and associated credential access

How to Mitigate CVE-2025-23186

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3554667 immediately
  • Review and restrict RFC destination access permissions to minimum required users
  • Audit current RFC destination configurations for unnecessary stored credentials
  • Monitor for any signs of exploitation while patching is in progress
  • Consider temporarily disabling non-essential RFC destinations until patched

Patch Information

SAP has released a security patch addressing this vulnerability. Administrators should consult SAP Note #3554667 for detailed patch information and implementation guidance. The patch is also referenced in the SAP Security Patch Day announcement. Organizations should prioritize deployment given the potential for credential theft and subsequent compromise of connected systems.

Workarounds

  • Restrict access to RFC destination configuration transactions (SM59) to authorized administrators only
  • Implement strong authorization controls using SAP authorization objects for RFC access
  • Consider removing stored credentials from RFC destinations where possible, using alternative authentication methods
  • Segment network access to limit exposure of SAP systems to trusted networks only
  • Enable additional logging and monitoring while awaiting patch deployment

Administrators should implement the following authorization restrictions to limit RFC destination access:

abap
* Review and restrict authorization for S_RFC authorization object
* Ensure RFC destinations are protected with appropriate authorization checks
* Transaction: SU24 - Maintain default authorization values
* Review authorization object S_RFCACL for RFC call access control

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSap Netweaver

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.07%

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

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2021-38163: SAP NetWeaver Visual Composer RCE Flaw

  • CVE-2025-42944: SAP NetWeaver RCE Vulnerability

  • CVE-2025-42922: SAP NetWeaver AS Java RCE Vulnerability

  • CVE-2025-42963: SAP NetWeaver Java 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