CVE-2023-1578: Pimcore Remote Code Execution vulnerability in Search function
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99296%
CWE
Published
3/22/2023
Updated
3/22/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/pimcore | composer | < 10.5.19 | 10.5.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unsanitized user input in the findAction method. The patch adds preg_replace filters to remove non-alphanumeric characters from 'type', 'subtype', and 'class' parameters, proving these inputs were previously vulnerable to SQL injection. As these parameters are used to build search queries, unpatched versions would allow attackers to inject malicious SQL payloads, leading to database compromise and potential RCE via subsequent attacks.