CVE-2018-14057:
Pimcore CSRF Vulnerability
8.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
7/25/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/pimcore | composer | < 5.3.0 | 5.3.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing CSRF token validation in admin endpoints outside of user/roles settings. The advisory explicitly lists numerous admin endpoints (e.g. /admin/asset/add-asset, /admin/object/save) that lacked X-pimcore-csrf-token validation. In Pimcore's MVC architecture, these endpoints map directly to controller actions in the AdminBundle. The functions listed represent critical administrative operations that would appear in runtime profilers when handling malicious CSRF requests. Confidence is high as the advisory provides specific endpoint paths and the vulnerability pattern matches missing security controls in controller actions.