CVE-2026-55634

Source
https://cve.org/CVERecord?id=CVE-2026-55634
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55634.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55634
Aliases
Related
Published
2026-08-28T19:16:20Z
Modified
2026-09-11T03:30:50Z
Severity
  • 9.9 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
Pimcore: Remote Code Execution via DataObject Class-Definition Field Name
Details

Pimcore is an Open Source Data & Experience Management Platform. Prior to 11.5.19, 12.3.10, and 2026.1.6, the class-definition import endpoint /pimcore-studio/api/class/definition/configuration-view/detail/{id}/import accepts a DataObject field name that is emitted without an identifier allowlist by lib/DataObject/ClassBuilder/FieldDefinitionPropertiesBuilder.php into generated PHP properties and by models/DataObject/ClassDefinition/Helper/Dao.php into ALTER TABLE identifiers. An authenticated user with the objects permission can inject PHP syntax into the generated DataObject class, causing attacker-controlled code in generated var/classes/DataObject/.php files to run when an object of that class is instantiated, and can also inject SQL identifier content into schema-changing statements. The central models/DataObject/ClassDefinition/Data.php::setName() validation did not reject semicolons, braces, backticks, spaces, or other non-identifier characters. This issue is fixed in versions 11.5.19, 12.3.10, and 2026.1.6.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-89",
        "CWE-94"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55634.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "fixed": "11.5.19"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/pimcore/pimcore

Affected ranges

Type
GIT
Repo
https://github.com/pimcore/pimcore
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "12.0.0-RC1"
        },
        {
            "fixed": "12.3.10"
        },
        {
            "introduced": "2026.1.0"
        },
        {
            "fixed": "2026.1.6"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v12.*
v12.0.0
v12.0.0-RC1
v12.0.0-RC2
v12.1.0
v12.2.0
v12.2.1
v12.3.0
v12.3.1
v12.3.1.1
v12.3.2
v12.3.3
v12.3.4
v12.3.5
v12.3.7
v12.3.8
v12.3.9
v2026.*
v2026.1.0
v2026.1.1
v2026.1.2
v2026.1.3
v2026.1.4
v2026.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55634.json"