LiveActive security incident?Get immediate response
CVE Record

CVE-2021-29112: Esri ArcReader PMF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability

An out-of-bounds read vulnerability exists when parsing a specially crafted file in Esri ArcReader 10.8.1 (and earlier) which allow an unauthenticated attacker to induce an information disclosure issue in the context of the current user.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-29112 is a low-severity Esri ArcReader issue where opening a malicious PMF file can cause limited information disclosure in the current user context. It requires user interaction and local file handling, so business urgency is usually low unless ArcReader users routinely receive external PMF files.

Executive priority

Treat this as a targeted user-workstation risk, not an enterprise emergency. Prioritize routine patching, file-handling controls, and user awareness for GIS teams, especially where PMF files arrive from outside the organization.

Technical view

The vulnerability is an out-of-bounds read in ArcReader PMF file parsing, mapped to CWE-125. The CVSS 3.0 vector is AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N, indicating local attack vector, no privileges, required user interaction, and confidentiality-only impact.

Likely exposure

Exposure is limited to environments using Esri ArcReader 10.8.1 or earlier, or the affected ArcReader versions identified by Esri guidance. Higher-risk groups are GIS users who open PMF files from email, shared drives, contractors, or other untrusted sources.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not listed as KEV in the supplied bundle. Exploitation requires convincing a user to open a specially crafted file; no remote unauthenticated network attack path is described.

Researcher notes

The key uncertainty is version specificity: the description cites ArcReader 10.8.1 and earlier, while the supplied affected entry says all versions. The bundle names a vendor security update but does not provide detailed remediation text, so validation should defer to Esri’s advisory.

Mitigation direction

  • Review Esri’s ArcReader security update guidance for the applicable supported fix.
  • Update or retire affected ArcReader installations according to vendor guidance.
  • Restrict PMF file opening to trusted sources only.
  • Block or quarantine unexpected PMF attachments where practical.
  • Educate GIS users not to open unsolicited PMF files.

Validation and detection

  • Inventory endpoints with Esri ArcReader installed.
  • Confirm installed ArcReader versions against Esri’s affected-version guidance.
  • Review mail and file-sharing controls for PMF handling.
  • Check whether GIS teams receive PMF files from external parties.
  • Document compensating controls where updates are not immediately possible.
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-125: 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-29112 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
Low
CVSS
3.3 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

3.3Low
CVSS 3.0 vector shape for CVE-2021-29112Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
EsriArcReaderAllListed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.