LiveActive security incident?Get immediate response
CVE Record

CVE-2021-29113: Remote file inclusion vulnerability in ArcGIS Server help documentation

A remote file inclusion vulnerability in the ArcGIS Server help documentation may allow a remote, unauthenticated attacker to inject attacker supplied html into a page.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

ArcGIS Server 10.9 has a help documentation flaw that can let a remote unauthenticated attacker inject attacker-supplied HTML into a page. The practical concern is content tampering or user deception, not server takeover based on the provided sources. User interaction is required, and the CVSS score is medium.

Executive priority

Treat this as a moderate-priority remediation for any ArcGIS Server 10.9 environment. It is not evidenced as actively exploited, but public-facing systems should be patched because the flaw is unauthenticated and can undermine trust in server-hosted content.

Technical view

CVE-2021-29113 is reported as CWE-98 remote file inclusion in ArcGIS Server help documentation. The CVSS v3.0 vector is AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N, indicating network reachability, no privileges, required user interaction, changed scope, low integrity impact, and no confidentiality or availability impact.

Likely exposure

Exposure is limited by the provided evidence to Esri ArcGIS Server version 10.9. Risk is higher where ArcGIS Server help documentation is reachable by untrusted users, especially from the internet.

Exploitation context

The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. The vulnerability is remotely reachable and unauthenticated, but requires user interaction and is described as HTML injection through help documentation.

Researcher notes

Public details are limited in the provided bundle. Do not assume broader ArcGIS versions are affected without vendor confirmation. Validation should focus on version, patch state, and reachability of the help documentation surface, avoiding exploit reproduction unless authorized and guided by vendor-safe testing.

Mitigation direction

  • Apply Esri's ArcGIS Server Security 2021 Update 2 Patch where applicable.
  • Confirm patch applicability against ArcGIS Server 10.9 systems.
  • Review Esri guidance before changing unsupported versions or deployment configurations.
  • Limit untrusted access to ArcGIS Server help documentation where operationally feasible.

Validation and detection

  • Inventory ArcGIS Server instances and identify any running version 10.9.
  • Verify whether Esri's 2021 Update 2 security patch is installed.
  • Check whether help documentation is exposed to untrusted networks.
  • Review web logs for unusual help documentation access patterns.
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-98: 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-29113 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.7 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:N/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
EsriArcGIS Server10.9Listed
Weakness

CWE details

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

CWE-98 · source CWE mapping

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.