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-2025-24870

CVE-2025-24870: SAP GUI Privilege Escalation Vulnerability

CVE-2025-24870 is a privilege escalation vulnerability in SAP GUI for Windows where credentials are incorrectly stored in memory, enabling unauthorized access to sensitive information. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-24870 Overview

SAP GUI for Windows and RFC service credentials are incorrectly stored in the memory of the program, allowing an unauthenticated attacker to access sensitive information within systems. This memory storage vulnerability could result in privilege escalation and disclosure of highly sensitive credential information. The vulnerability has no impact on system integrity or availability, but poses a significant confidentiality risk.

Critical Impact

Attackers with local access can extract RFC service credentials from SAP GUI for Windows memory, leading to privilege escalation and exposure of highly sensitive authentication data.

Affected Products

  • SAP GUI for Windows
  • SAP RFC Services

Discovery Timeline

  • 2025-02-11 - CVE-2025-24870 published to NVD
  • 2025-02-18 - Last updated in NVD database

Technical Details for CVE-2025-24870

Vulnerability Analysis

This vulnerability falls under CWE-921 (Storage of Sensitive Data in a Mechanism without Access Control). SAP GUI for Windows improperly stores RFC service credentials in program memory without adequate protection mechanisms. When users authenticate to SAP systems through the GUI client, their credentials persist in memory in an insecure manner that can be accessed by unauthorized processes or users with local system access.

The attack requires local access to the system running SAP GUI for Windows and elevated privileges on the local machine. However, once an attacker gains this access, they can dump the process memory to extract stored credentials. These harvested credentials can then be used for privilege escalation within SAP environments, potentially granting unauthorized access to critical business systems and sensitive enterprise data.

Root Cause

The root cause is insecure memory storage of authentication credentials (CWE-921). SAP GUI for Windows stores RFC service credentials in memory without implementing proper access controls or encryption. This design flaw allows processes with sufficient privileges to read the memory contents and extract plaintext or weakly-protected credential data.

Attack Vector

The attack requires local access to a Windows system running SAP GUI. An attacker with high privileges on the local machine can leverage memory forensics tools or custom scripts to dump the SAP GUI process memory. By analyzing this memory dump, the attacker can locate and extract stored RFC service credentials.

The exploitation scenario involves:

  1. Gaining local access to a workstation with SAP GUI for Windows installed
  2. Identifying the SAP GUI process in memory
  3. Dumping the process memory using tools such as procdump, custom PowerShell scripts, or memory forensics utilities
  4. Parsing the memory dump to locate and extract stored credentials
  5. Using the extracted credentials to escalate privileges within the SAP environment

Detection Methods for CVE-2025-24870

Indicators of Compromise

  • Unusual process memory dump activities targeting sapgui.exe or related SAP GUI processes
  • Unexpected access to SAP GUI process memory from non-standard applications
  • Suspicious use of memory forensics tools such as procdump.exe on systems running SAP GUI
  • Authentication attempts to SAP systems from unexpected sources using valid credentials

Detection Strategies

  • Monitor for process memory access patterns targeting SAP GUI executables
  • Implement endpoint detection rules for memory dumping tools accessing SAP-related processes
  • Configure Windows Event Logging to capture process handle access events (Event ID 4656, 4663) for SAP GUI processes
  • Deploy behavioral analysis to detect credential harvesting activities on SAP client workstations

Monitoring Recommendations

  • Enable enhanced process auditing on systems running SAP GUI for Windows
  • Implement SIEM correlation rules to detect memory access anomalies
  • Monitor SAP authentication logs for unusual login patterns or privilege escalation attempts
  • Establish baseline behavior for SAP GUI memory usage and alert on deviations

How to Mitigate CVE-2025-24870

Immediate Actions Required

  • Apply the security patch referenced in SAP Note 3562336
  • Review and restrict local administrator access on workstations running SAP GUI
  • Implement endpoint protection solutions to detect memory-based credential extraction
  • Consider implementing multi-factor authentication for SAP system access as an additional security layer

Patch Information

SAP has released a security patch addressing this vulnerability. Administrators should consult SAP Note 3562336 for detailed patching instructions and apply updates according to the SAP Security Patch Day guidelines. Organizations should prioritize patching SAP GUI installations on workstations with access to sensitive SAP environments.

Workarounds

  • Restrict local administrative privileges on SAP GUI workstations to minimize attack surface
  • Implement application whitelisting to prevent unauthorized memory access tools from running
  • Enable Windows Credential Guard on supported systems to protect credentials in memory
  • Consider network segmentation to limit the impact of compromised workstation credentials
  • Implement session timeouts and credential rotation policies to reduce exposure window
bash
# Example: Enable Windows Credential Guard via Group Policy
# Navigate to: Computer Configuration > Administrative Templates > 
#   System > Device Guard > Turn On Virtualization Based Security
# Set "Credential Guard Configuration" to "Enabled with UEFI lock"

# Alternative: Enable via Registry
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LsaCfgFlags /t REG_DWORD /d 1 /f

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSap

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.04%

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

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-34256: SAP ERP Privilege Escalation Vulnerability

  • CVE-2026-23688: SAP Fiori Privilege Escalation Flaw

  • CVE-2026-24312: SAP Business Workflow Privilege Escalation

  • CVE-2026-23683: SAP Fiori Privilege Escalation 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