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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H2.15.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/pimcore/pimcore/security/advisories/GHSA-pp2h-95hm-hv9rCVE reference · x_refsource_CONFIRM
- https://github.com/pimcore/pimcore/pull/9992CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
