What is SAP CRM?
SAP Customer Relationship Management (CRM) is a core module of SAP's enterprise software suite, used by large organizations to manage sales, marketing, and customer service processes across the business. SAP CRM environments typically hold sensitive customer data and are deeply integrated with other SAP business systems (ERP, finance), making them a high-value target — a foothold in SAP CRM can be a stepping stone toward broader access across an organization's SAP landscape.
Overview
CVE-2018-2380 is a path traversal vulnerability in SAP CRM that stems from insufficient validation of path information supplied by users. An attacker who already holds high privileges within the application can exploit the flaw to access files or resources outside the directory the application intended to restrict them to, resulting in limited but real confidentiality, integrity, and availability impact.
Technical Details
The vulnerability is classified under CWE-22 (path traversal): user-supplied path segments are used to construct a file system path without properly normalizing or restricting directory-escape sequences (such as ../), allowing access to files the application logic did not intend to expose. The CVSS vector reflects that meaningful privileges are required to reach the vulnerable functionality (PR:H), and that the resulting impact — while real — is limited (low across confidentiality, integrity, and availability) rather than a full system compromise on its own.
Discovery
SAP addressed this vulnerability through its regular monthly Security Patch Day process (March 2018), which is how the vast majority of SAP vulnerabilities are disclosed and fixed. No specific third-party researcher credit is confidently documented for this individual CVE.
Exploitation Context
CISA's KEV catalog confirms this vulnerability has been exploited in the wild, and its ransomwareUse: true marker indicates it has been observed or associated with ransomware operations — consistent with a broader trend of ransomware actors and other threat groups increasingly targeting unpatched SAP environments, which often run business-critical processes and are attractive, high-impact targets once initial access (often via a separately compromised privileged account) is obtained.
Remediation
- Apply the SAP Security Note associated with CVE-2018-2380 (SAP's March 2018 Security Patch Day) to all affected SAP CRM systems.
- Review and tighten privilege assignments within SAP CRM, since exploitation requires an attacker to already hold elevated privileges — limiting who holds those roles reduces exposure.
- Monitor SAP system logs for anomalous file access patterns or path traversal attempts targeting CRM components.
- Ensure SAP systems are not directly exposed to the internet and are protected behind appropriate network segmentation and access controls.
- Establish a regular cadence for applying SAP Security Notes, given how frequently SAP vulnerabilities of this class are disclosed and subsequently targeted.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2018-2380 |
| Vendor / Product | SAP — Customer Relationship Management (CRM) |
| NVD Published | 2018-03-01 |
| NVD Last Modified | 2025-10-31 |
| CVSS 3.1 Score | 6.6 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L |
| Severity | MEDIUM |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2021-11-03 |
| CISA KEV Deadline | 2022-05-03 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2018-03-01 | CVE published, addressed as part of SAP's March 2018 Security Patch Day |
| 2021-11-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-05-03 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2018-2380 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |