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

CVE-2025-27428: SAP Solution Manager Path Traversal Flaw

CVE-2025-27428 is a path traversal vulnerability in SAP Solution Manager allowing authorized attackers to read files from managed systems via RFC functions. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-27428 Overview

CVE-2025-27428 is a directory traversal vulnerability affecting SAP Solution Manager that allows an authorized attacker to gain unauthorized access to critical information through an RFC enabled function module. By exploiting this flaw, attackers can read files from any managed system connected to SAP Solution Manager, resulting in a significant confidentiality breach. While integrity and availability remain unaffected, the ability to access sensitive files across connected managed systems poses a severe risk to enterprise environments relying on SAP infrastructure.

Critical Impact

Authorized attackers can exploit directory traversal to read arbitrary files from any managed system connected to SAP Solution Manager, potentially exposing credentials, configuration data, and business-critical information.

Affected Products

  • SAP Solution Manager (versions as specified in SAP Note 3581811)
  • Managed systems connected to SAP Solution Manager via RFC

Discovery Timeline

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

Technical Details for CVE-2025-27428

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-862) in an RFC-enabled function module within SAP Solution Manager. The flaw allows authenticated users to bypass intended directory restrictions and traverse the file system to access files outside the authorized scope. The network-based attack vector with low complexity means that any authenticated user with network access to the SAP Solution Manager can potentially exploit this vulnerability without requiring elevated privileges.

The changed scope element indicates that the vulnerability impacts resources beyond its security scope—specifically, the managed systems connected to SAP Solution Manager. This cross-system impact significantly amplifies the potential damage, as a single exploitation can compromise data across multiple connected SAP environments.

Root Cause

The root cause is missing authorization checks (CWE-862) in the RFC-enabled function module. The vulnerable component fails to properly validate and sanitize file path inputs, allowing attackers to use directory traversal sequences (such as ../) to escape the intended directory structure. When combined with insufficient access control validation, this enables authenticated users to read files they should not have access to across all connected managed systems.

Attack Vector

The attack is conducted over the network by an authenticated user who can invoke the vulnerable RFC-enabled function module. The attacker constructs malicious requests containing directory traversal sequences to navigate outside the expected file paths. Since SAP Solution Manager serves as a central management hub connected to multiple systems, successful exploitation grants the attacker file read access across the entire managed infrastructure.

The attack requires:

  1. Valid authentication credentials to SAP Solution Manager
  2. Network access to the RFC-enabled function module
  3. Knowledge of target file paths on managed systems

Detection Methods for CVE-2025-27428

Indicators of Compromise

  • Unusual RFC function module calls containing path traversal patterns such as ../ or encoded variants
  • Unexpected file access requests targeting sensitive directories like /etc/, configuration directories, or credential stores
  • Anomalous user activity involving repeated access to RFC-enabled function modules from unusual source systems
  • Log entries showing file read operations outside normal application directories

Detection Strategies

  • Monitor SAP Solution Manager RFC logs for suspicious path patterns and directory traversal sequences in function module parameters
  • Implement SIEM rules to correlate RFC call activities with file system access events across managed systems
  • Deploy SentinelOne Singularity to detect and alert on anomalous file access patterns indicative of directory traversal exploitation
  • Review SAP Security Audit Logs for unauthorized access attempts to sensitive files

Monitoring Recommendations

  • Enable comprehensive logging for all RFC-enabled function module calls in SAP Solution Manager
  • Configure alerts for any file access attempts containing relative path components or targeting system configuration files
  • Establish baseline behavior for RFC function usage to identify anomalous patterns
  • Monitor network traffic between SAP Solution Manager and managed systems for suspicious data transfers

How to Mitigate CVE-2025-27428

Immediate Actions Required

  • Apply the security patch detailed in SAP Note 3581811 immediately
  • Review RFC connection configurations and restrict access to sensitive function modules
  • Audit user permissions and remove unnecessary RFC access privileges
  • Monitor for exploitation attempts while patching is in progress

Patch Information

SAP has released a security patch addressing this vulnerability as part of the SAP Security Patch Day. Organizations should consult SAP Note 3581811 for detailed patching instructions and affected version information. The patch implements proper input validation and authorization checks within the vulnerable RFC-enabled function module to prevent directory traversal attacks.

Workarounds

  • Restrict network access to the vulnerable RFC-enabled function module using SAP authorization objects and firewall rules
  • Implement additional file system access controls on managed systems to limit readable paths
  • Apply principle of least privilege to reduce the number of users with RFC access capabilities
  • Consider temporarily disabling the vulnerable function module if it is not business-critical until the patch can be applied

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSap

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.21%

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

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-27686: SAP Business Warehouse Auth Bypass Flaw

  • CVE-2026-27687: SAP S/4HANA HCM Information Disclosure

  • CVE-2026-24313: SAP ST-PI Information Disclosure Flaw

  • CVE-2026-24327: SAP SEM Information Disclosure 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