LiveActive security incident?Get immediate response
CVE Record

CVE-2018-2380: SAP CRM, 7.01, 7.02,7.30, 7.31, 7.33, 7.54, allows an attacker to exploit insufficient validation of path i...

SAP CRM, 7.01, 7.02,7.30, 7.31, 7.33, 7.54, allows an attacker to exploit insufficient validation of path information provided by users, thus characters representing "traverse to parent directory" are passed through to the file APIs.

MediumCVSS 6.6Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

SAP CRM has a path traversal flaw that can let a highly privileged attacker make the system pass parent-directory path characters to file APIs. The technical score is medium, but CISA KEV status means known exploitation has occurred and exposed SAP CRM environments need prompt attention.

Executive priority

Treat as urgent for any affected SAP CRM instance, despite the medium base score. KEV status changes the business urgency because exploitation is confirmed and SAP CRM commonly supports sensitive customer and operational workflows.

Technical view

CVE-2018-2380 affects SAP CRM 7.01, 7.02, 7.30, 7.31, 7.33, and 7.54. It is CWE-22 path traversal caused by insufficient validation of user-supplied path information. CVSS 3.1 is 6.6: network reachable, low complexity, high privileges required, no user interaction, changed scope, low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to organizations running the listed SAP CRM versions. Risk is highest where SAP CRM is reachable over networks used by many administrators, partners, or remote users. High privileges are required, so compromised or misused privileged accounts are the most plausible entry point.

Exploitation context

CISA KEV marks this CVE as known exploited. The source bundle also cites public exploit references. The bundle does not provide exploitation scale, affected deployments in the wild, or detailed attacker objectives, so those should not be inferred.

Researcher notes

Key constraints are high required privileges and low individual CIA impacts, balanced by changed scope and confirmed KEV exploitation. The public bundle identifies affected versions and vulnerability class, but does not include SAP Note contents or precise vulnerable functions.

Mitigation direction

  • Review SAP Note 2547431 and SAP February 2018 Patch Day guidance.
  • Patch or upgrade affected SAP CRM versions according to SAP guidance.
  • Restrict network access to SAP CRM administrative and file-handling functions.
  • Reduce and review high-privilege SAP CRM accounts.
  • Monitor SAP CRM logs for abnormal file path or file access activity.

Validation and detection

  • Inventory SAP CRM versions and confirm whether any listed versions remain in use.
  • Verify SAP Note 2547431 remediation status in SAP maintenance records.
  • Confirm exposed SAP CRM interfaces are restricted to trusted networks and roles.
  • Review privileged-account activity around file access and administrative workflows.
  • Check CISA KEV tracking for organizational remediation obligations.
Prepared
Confidence
medium
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-2380 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.6 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2018-2380Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SAP SESAP CRM7.01, 7.02, 7.30, 7.31, 7.33, 7.54Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.