LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3519: Cisco Data Center Network Manager Path Traversal Vulnerability

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

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-3519 affects Cisco Data Center Network Manager. An authenticated remote user could abuse a REST API input validation flaw to traverse paths and overwrite files on the device. The business risk is controlled but real: attacker access is required, but file overwrite can affect integrity and availability of a network management platform.

Executive priority

Treat this as a moderate priority for network management environments. It is not sourced as actively exploited, but compromise of a DCNM management system can disrupt operations or weaken trust in network administration workflows.

Technical view

The issue is a path traversal flaw in a specific Cisco DCNM REST API method caused by insufficient validation of user-supplied input. CVSS 3.0 is 5.4, network exploitable, low complexity, low privileges required, no user interaction, with limited integrity and availability impact and no stated confidentiality impact.

Likely exposure

Exposure is limited to environments running Cisco Data Center Network Manager where authenticated users can reach the affected REST API. The source bundle does not provide affected version ranges, deployment modes, or fixed release details.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. Exploitation requires authentication and a crafted API request, but the source bundle does not include exploit maturity, public exploit availability, or observed targeting.

Researcher notes

Evidence is narrow: the bundle identifies the product, bug class, impact, and CVSS, but not affected versions or fixes. Avoid assuming unauthenticated exposure or confidentiality impact. Focus validation on advisory applicability, authenticated API reachability, account scope, and integrity monitoring.

Mitigation direction

  • Review Cisco's advisory for affected and fixed DCNM releases.
  • Upgrade or apply Cisco-recommended remediation when confirmed applicable.
  • Limit DCNM REST API access to trusted management networks.
  • Review DCNM accounts and remove unnecessary authenticated access.
  • Monitor for unexpected file changes on DCNM systems.

Validation and detection

  • Inventory Cisco DCNM instances and record installed versions.
  • Compare deployed versions against Cisco advisory applicability guidance.
  • Confirm who can authenticate to DCNM REST APIs.
  • Review logs for unusual authenticated API activity.
  • Check file integrity monitoring for unexpected overwrites.
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-3519 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.4 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
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.4CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.4Medium
CVSS 3.0 vector shape for CVE-2020-3519Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
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.