LiveActive security incident?Get immediate response
CVE Record

CVE-2021-37702: Improper Neutralization of Formula Elements in a CSV File in pimcore/pimcore

Pimcore is an open source data & experience management platform. Prior to version 10.1.1, Data Object CSV import allows formular injection. The problem is patched in 10.1.1. Aside from upgrading, one may apply the patch manually as a workaround.

HighCVSS 8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Pimcore versions before 10.1.1 allow CSV formula injection through Data Object CSV import. A low-privileged authenticated user can place spreadsheet formulas into imported data, requiring someone to later interact with the CSV/spreadsheet content. The vendor fixed this in 10.1.1 and notes a manual patch workaround.

Executive priority

Treat this as a high-priority remediation for affected Pimcore systems, but not as an emergency based on current evidence. Patch exposed or multi-user Pimcore deployments first.

Technical view

CVE-2021-37702 is CWE-1236 in pimcore/pimcore before 10.1.1. The vulnerable Data Object CSV import path insufficiently neutralizes formula elements in CSV data. CVSS 3.1 is 8.0 with low attack complexity, low privileges required, and user interaction required.

Likely exposure

Exposure is limited to Pimcore installations running versions earlier than 10.1.1, especially where authenticated users can use Data Object CSV import or influence imported object data.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as CISA KEV. Exploitation requires low privileges and user interaction, consistent with spreadsheet formula injection risk.

Researcher notes

Evidence is concise but consistent: the advisory identifies Data Object CSV import formula injection and the pull request is the fix reference. No public exploit status or broader affected products are provided in the bundle.

Mitigation direction

  • Upgrade Pimcore to version 10.1.1 or later.
  • If immediate upgrade is blocked, apply the vendor patch manually.
  • Review the GitHub advisory before choosing remediation.
  • Prioritize systems where untrusted users can import CSV object data.

Validation and detection

  • Inventory Pimcore versions and flag anything below 10.1.1.
  • Confirm whether Data Object CSV import is enabled or used.
  • Verify the 10.1.1 fix or manual patch is present.
  • Run regression tests for CSV import handling with benign formula-like values.
Prepared
Confidence
high
Sources
4

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-1236: 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-37702 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
High
CVSS
8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

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
3Source 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
8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H2.15.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8High
CVSS 3.1 vector shape for CVE-2021-37702Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

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
pimcorepimcore< 10.1.1Listed
Weakness

CWE details

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

CWE-1236 · source CWE mapping

Improper Neutralization of Formula Elements in a CSV File

Improper Neutralization of Formula Elements in a CSV File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.