CVE-2020-7759: SQL Injection in pimcore
7.2
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.07061%
CWE
Published
5/6/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/pimcore | composer | >= 6.7.2, < 6.8.3 | 6.8.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability is explicitly in ClassificationstoreController's data classification functionality
- The exploit uses the 'relationIds' parameter which is handled by the relations endpoint
- The GitHub PR #7315 shows the fix involved adding proper quoting for relationIds in SQL queries
- The vulnerability pattern matches unsafe SQL concatenation with user-controlled input
- Controller actions in Symfony-based Pimcore typically map directly to methods named {actionName}Action