LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34782: Cisco DNA Center Information Disclosure Vulnerability

A vulnerability in the API endpoints for Cisco DNA Center could allow an authenticated, remote attacker to gain access to sensitive information that should be restricted. The attacker must have valid device credentials. This vulnerability is due to improper access controls on API endpoints. An attacker could exploit the vulnerability by sending a specific API request to an affected application. A successful exploit could allow the attacker to obtain sensitive information about other users who are configured with higher privileges on the application.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco DNA Center had an API access-control flaw that could let a logged-in remote attacker view sensitive information about users with higher privileges. The attacker needs valid device credentials, so this is not an unauthenticated internet compromise. Business risk is information leakage from a network management platform.

Executive priority

Treat this as a moderate-priority network management exposure. It does not indicate unauthenticated takeover, but DNA Center can hold sensitive operational context. Prioritize remediation where many users or integrations have credentials, or where the management plane is reachable beyond trusted administrators.

Technical view

CVE-2021-34782 is a CWE-202 information disclosure issue in Cisco DNA Center API endpoints. Improper access controls could allow an authenticated remote attacker with valid device credentials to send a crafted API request and obtain restricted information about higher-privileged configured users. CVSS 3.1 is 4.3: AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N.

Likely exposure

Exposure is likely limited to organizations running Cisco DNA Center where authenticated users, devices, or integrations can reach the affected API endpoints. Risk increases if DNA Center management access is broadly reachable or if device credentials are shared, overprivileged, or weakly governed.

Exploitation context

The provided sources do not state active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires authentication with valid device credentials and targets API authorization boundaries. No public exploit status is supported by the supplied evidence.

Researcher notes

Key boundaries are authentication, API authorization, and data returned about higher-privileged users. The bundle does not provide affected version ranges, patch versions, or detailed mitigations beyond the Cisco advisory reference. Avoid assuming broader Cisco product impact without vendor confirmation.

Mitigation direction

  • Review Cisco’s advisory for affected and fixed release guidance.
  • Apply vendor-recommended updates or workarounds if Cisco lists them.
  • Restrict DNA Center API and management access to trusted networks.
  • Audit device credentials and remove unnecessary or overprivileged access.
  • Monitor authenticated API activity for unusual access patterns.

Validation and detection

  • Inventory Cisco DNA Center deployments and versions.
  • Compare deployed versions against Cisco’s advisory and CVE record.
  • Confirm management/API access is not broadly reachable.
  • Review accounts, integrations, and device credential assignments.
  • Check logs for unexpected authenticated API access attempts.
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-202: 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
cve · low confidence lookup

CVE-2021-34782 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2021-34782Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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 Digital Network Architecture Center (DNA Center)n/aListed
Weakness

CWE details

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

CWE-202 · source CWE mapping

Exposure of Sensitive Information Through Data Queries

Exposure of Sensitive Information Through Data Queries represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.