LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34706: Cisco Identity Services Engine XML External Entity Injection Vulnerability

A vulnerability in the web-based management interface of Cisco Identity Services Engine (ISE) could allow an authenticated, remote attacker to access sensitive information or conduct a server-side request forgery (SSRF) attack through an affected device. This vulnerability is due to improper handling of XML External Entity (XXE) entries when parsing certain XML files. An attacker could exploit this vulnerability by uploading a crafted XML file that contains references to external entities. A successful exploit could allow the attacker to retrieve files from the local system, resulting in the disclosure of sensitive information, or cause the web application to perform arbitrary HTTP requests on behalf of the attacker.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco ISE has an authenticated management-interface flaw that can expose sensitive local files or make the appliance send attacker-directed web requests. Because ISE is an identity and network access control system, even a medium-severity issue deserves timely review where management access is broadly reachable.

Executive priority

Treat as a scheduled but prompt remediation item for ISE environments. Raise priority if ISE administration is exposed to broad internal networks, many users have management access, or the system stores sensitive operational data.

Technical view

CVE-2021-34706 is an XXE issue in Cisco ISE XML parsing. An authenticated remote attacker with low privileges could upload crafted XML containing external entity references, causing local file disclosure or SSRF through the affected device. CVSS is 6.4, with network attack vector, low complexity, changed scope, and no availability impact.

Likely exposure

Exposure is limited to Cisco Identity Services Engine Software deployments where authenticated users can reach the web-based management interface and upload relevant XML files. The source bundle does not identify affected version ranges.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires authentication but no user interaction, and the impact centers on confidentiality plus limited integrity through SSRF.

Researcher notes

The record identifies CWE-611 and SSRF/local file disclosure outcomes, but the bundle lacks affected version ranges, fixed releases, and detailed indicators. Avoid assuming exploit availability or specific files exposed beyond the stated impact.

Mitigation direction

  • Check Cisco's advisory for affected releases and fixed software guidance.
  • Upgrade or apply vendor-directed remediation where Cisco confirms exposure.
  • Restrict Cisco ISE management access to trusted administration networks.
  • Limit management accounts and XML upload privileges to necessary users.
  • Review outbound HTTP controls from ISE where operationally safe.

Validation and detection

  • Inventory Cisco ISE deployments and record software versions.
  • Compare versions and configurations against Cisco's advisory.
  • Confirm the management interface is not broadly reachable.
  • Review logs for unusual XML uploads or unexpected outbound web requests.
  • Verify least-privilege access for management users.
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-611: 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

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material 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-2021-34706 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/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 Identity Services Engine Softwaren/aListed
Weakness

CWE details

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

CWE-611 · source CWE mapping

Improper Restriction of XML External Entity Reference

Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.