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

CVE-2025-25243: SAP SRM Information Disclosure Flaw

CVE-2025-25243 is an information disclosure vulnerability in SAP Supplier Relationship Management that allows unauthenticated attackers to download arbitrary files. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-25243 Overview

CVE-2025-25243 is a Path Traversal vulnerability affecting SAP Supplier Relationship Management (Master Data Management Catalog). The flaw allows an unauthenticated attacker to exploit a publicly available servlet to download arbitrary files over the network without any user interaction. This vulnerability can lead to the exposure of highly sensitive information, though it does not impact system integrity or availability.

Critical Impact

Unauthenticated remote attackers can download arbitrary files from affected SAP SRM systems, potentially exposing configuration files, credentials, business data, and other sensitive information without any user interaction required.

Affected Products

  • SAP Supplier Relationship Management (Master Data Management Catalog)
  • SAP SRM MDM Catalog components with exposed servlets
  • Systems accessible over the network without proper access controls

Discovery Timeline

  • February 11, 2025 - CVE-2025-25243 published to NVD
  • April 15, 2026 - Last updated in NVD database

Technical Details for CVE-2025-25243

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), also known as Directory Traversal. The flaw exists in a publicly accessible servlet within SAP Supplier Relationship Management's Master Data Management Catalog component. The servlet fails to properly validate or sanitize user-supplied input when processing file download requests, allowing attackers to manipulate file path parameters to access files outside the intended directory structure.

The network-based attack vector with no authentication requirements and no user interaction needed makes this vulnerability particularly dangerous for organizations with internet-exposed SAP SRM instances. The vulnerability has a changed scope, meaning successful exploitation can affect resources beyond the vulnerable component's security scope.

Root Cause

The root cause of CVE-2025-25243 is improper input validation within the servlet's file handling functionality. The application fails to properly sanitize path traversal sequences (such as ../ or encoded variants) in user-supplied input, allowing attackers to escape the intended file directory and access arbitrary files on the system. This lack of input validation is a common weakness that can be prevented through proper canonicalization and path validation routines.

Attack Vector

The attack is executed remotely over the network by sending specially crafted HTTP requests to the vulnerable servlet. An attacker constructs a request with manipulated file path parameters containing directory traversal sequences to navigate outside the web application's root directory. By systematically traversing the file system, attackers can download sensitive configuration files, database credentials, business documents, and other confidential data stored on the server.

The attack requires no authentication and no user interaction, making it trivial for attackers to exploit. Affected systems that are directly accessible from the internet are at highest risk, though internal attackers on the same network can also exploit this vulnerability.

Detection Methods for CVE-2025-25243

Indicators of Compromise

  • HTTP request logs showing access to the vulnerable servlet with unusual path parameters containing ../ sequences or URL-encoded equivalents (%2e%2e%2f, %2e%2e/, ..%2f)
  • Access logs indicating requests for sensitive files outside the web application directory such as /etc/passwd, configuration files, or SAP credential files
  • Unusual patterns of file access requests from external IP addresses targeting SAP SRM endpoints
  • Network traffic analysis revealing large data exfiltration from SAP SRM servers

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP requests targeting SAP SRM
  • Configure SIEM alerts for suspicious access patterns to the MDM Catalog servlet, particularly requests containing encoded path traversal sequences
  • Deploy network intrusion detection systems (IDS) with signatures for path traversal attacks against SAP systems
  • Enable detailed access logging on SAP SRM servers and monitor for anomalous file access patterns

Monitoring Recommendations

  • Enable verbose HTTP access logging on SAP SRM web servers to capture full request URIs and parameters
  • Monitor egress traffic from SAP SRM systems for unusual data transfers or large file downloads to external destinations
  • Implement file integrity monitoring (FIM) on sensitive configuration directories to detect unauthorized access attempts
  • Review authentication logs for patterns indicating reconnaissance or enumeration activities against SAP services

How to Mitigate CVE-2025-25243

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3567551 immediately on all affected SAP SRM systems
  • Restrict network access to SAP SRM servers using firewall rules to limit exposure to trusted networks only
  • Implement a web application firewall (WAF) with rules to block path traversal patterns until patching is complete
  • Review server access logs for signs of exploitation prior to patch application

Patch Information

SAP has released a security patch to address this vulnerability as part of their Security Patch Day releases. Organizations should consult SAP Note #3567551 for detailed patch instructions and apply the fix according to SAP's guidance. Additional information about SAP security updates can be found on the SAP Security Patch Day portal.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling the affected MDM Catalog servlet until the fix can be applied
  • Implement strict network segmentation to isolate SAP SRM systems from untrusted networks and the public internet
  • Deploy WAF rules to filter and block requests containing path traversal patterns (../, %2e%2e%2f, and other encoded variants)
  • Apply principle of least privilege to the service account running the SAP SRM application to minimize the impact of successful file access

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSap

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.26%

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

  • SAP Security Patch Day
  • Related CVEs
  • 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

  • CVE-2026-24322: SAP ST-PI 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