Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55072
Published:August 13, 2026
Updated:August 27, 2026
A missing end anchor ("$") in the ClassDefinition UID validation regex allows an authenticated user with the "objects" permission to create a class with a malicious UID containing SQL. When a data object of that class is later loaded, Block.php concatenates the raw classId directly into a SQL query without quoting, executing the injected payload. This is an incomplete fix from commit "dbe1d131e4" which added a leading "^" anchor but omitted the trailing "$".
Affected Packages
https://github.com/pimcore/pimcore.git (GITHUB):
Affected version(s) >=v12.0.0 <v12.3.9
Fix Suggestion:
Update to version v12.3.9
pimcore/pimcore (PHP):
Affected version(s) >=v2026.1.0 <v2026.1.5
Fix Suggestion:
Update to version v2026.1.5
pimcore/pimcore (PHP):
Affected version(s) >=dev-release_10-4 <v12.3.9
Fix Suggestion:
Update to version v12.3.9
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Input Validation
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')