CVE-2024-24822: Pimcore Admin Classic Bundle permissions are not getting checked when working with tags
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00067%
CWE
Published
2/7/2024
Updated
2/7/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/admin-ui-classic-bundle | composer | < 1.3.3 | 1.3.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing authorization checks in tag manipulation endpoints. The GitHub commit diff explicitly shows the addition of $this->checkPermission('tags_configuration') calls in addAction, deleteAction and updateAction methods, indicating these were the vulnerable points. These controller actions handled tag operations without verifying user permissions prior to the patch, enabling unauthorized modifications through direct API access.