LiveActive security incident?Get immediate response
CVE Record

CVE-2021-29110: Stored cross-site scripting (XSS) issue in Esri Portal for ArcGIS may allow a remote unauthenticated attacker to pass and store malicious strings in the home application.

Stored cross-site scripting (XSS) issue in Esri Portal for ArcGIS may allow a remote unauthenticated attacker to pass and store malicious strings in the home application.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a stored XSS issue in Esri Portal for ArcGIS. An attacker may store malicious strings in the home application, causing script execution when another user views affected content. Business impact is mainly account/session exposure, misleading content, and unauthorized actions in a user’s browser, not direct system takeover.

Executive priority

Treat as a moderate-priority remediation for internet-facing or broadly used Portal deployments. Prioritize faster if administrators or high-value users regularly access the home application, because stored XSS can compromise browser sessions and trust in the portal.

Technical view

CVE-2021-29110 is CWE-79 stored XSS in Portal for ArcGIS. The CVSS vector is network reachable, low complexity, low privileges, user interaction required, changed scope, and low confidentiality/integrity impact. The description says remote unauthenticated storage is possible, while the CVSS vector lists PR:L; this discrepancy is not resolved in the bundle.

Likely exposure

Exposure is likely limited to organizations running Esri Portal for ArcGIS, especially deployments where the home application is reachable by untrusted users. The bundle lists affected versions as “All,” but does not provide exact fixed-version boundaries or CPEs.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue requires a victim to view stored malicious content. Stored XSS can become more serious when privileged Portal users view attacker-controlled content.

Researcher notes

Evidence is sparse. The affected range is broad, and fixed-version detail is not included in the bundle. The unauthenticated description and PR:L CVSS field conflict, so validation should rely on Esri advisory details and local deployment behavior.

Mitigation direction

  • Review Esri’s referenced Portal for ArcGIS Security 2021 Update 1 Patch guidance.
  • Apply the relevant Esri security patch or supported upgrade path.
  • Restrict public or untrusted access to Portal content creation where feasible.
  • Monitor Esri advisories for exact affected and fixed version details.

Validation and detection

  • Inventory all Portal for ArcGIS deployments and exposed home applications.
  • Confirm installed patch level against Esri’s 2021 Update 1 Patch advisory.
  • Review whether untrusted users can submit content rendered on the home application.
  • Check logs and content changes for suspicious stored HTML or script-like strings.
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-29110 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:R/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
5.4CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
EsriPortal for ArcGISAllListed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.