LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3521: Cisco Data Center Network Manager Read File Path Traversal Vulnerability

A vulnerability in a specific REST API of Cisco Data Center Network Manager (DCNM) Software could allow an authenticated, remote attacker to conduct directory traversal attacks on an affected device. The vulnerability is due to insufficient validation of user-supplied input to the API. An attacker with a low-privileged account could exploit this vulnerability by sending a crafted request to the API. A successful exploit could allow the attacker to read arbitrary files on the affected system.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco DCNM has an authenticated file-read flaw in a REST API. A user with low privileges could send crafted input that causes the system to read files outside the intended path. The main business concern is confidentiality loss from sensitive files, not system takeover or outage.

Executive priority

Treat this as a moderate-priority confidentiality risk. Prioritize environments where DCNM manages sensitive network infrastructure, has many low-privileged users, or is reachable from broad internal networks. Do not defer indefinitely because successful exploitation could expose sensitive local files.

Technical view

CVE-2020-3521 is a Cisco Data Center Network Manager path traversal issue caused by insufficient input validation in a specific REST API. CVSS 3.1 is 5.3: network reachable, high attack complexity, low privileges required, no user interaction, high confidentiality impact, no integrity or availability impact.

Likely exposure

Exposure is limited to organizations running Cisco Data Center Network Manager with authenticated users who can reach the affected REST API. The bundle does not identify affected version ranges, deployment defaults, or whether internet exposure is common.

Exploitation context

The source bundle says exploitation requires an authenticated low-privileged account and a crafted API request. CISA KEV status is false in the bundle, and no cited source states active exploitation. Public exploit availability is not established by the provided evidence.

Researcher notes

Key unknowns are affected version ranges, fixed releases, and practical exploitability conditions beyond the CVSS vector. The high attack complexity and authentication requirement reduce urgency, while arbitrary file read with high confidentiality impact keeps it operationally relevant.

Mitigation direction

  • Check Cisco's advisory for affected releases, fixed versions, and any official workarounds.
  • Upgrade or patch DCNM according to Cisco guidance if your release is affected.
  • Restrict DCNM management access to trusted administrative networks and VPNs.
  • Remove unnecessary low-privileged DCNM accounts and review role assignments.
  • Monitor DCNM API access logs for unusual authenticated file-path activity.

Validation and detection

  • Inventory all Cisco DCNM instances and record installed software versions.
  • Compare each version against Cisco's advisory guidance.
  • Confirm which authenticated users can reach the affected REST API.
  • Review DCNM logs for unusual authenticated REST API requests involving file paths.
  • Verify management interfaces are not exposed to untrusted networks.
Prepared
Confidence
medium
Sources
3

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 · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-3521 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
5.3 (3.1)
Known Exploited
No
Published

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

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
2Source links

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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N1.63.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-3521Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
CiscoCisco Data Center Network Managern/aListed
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.