SQL Injection in Pimcore

CVE-2026-55416

Pimcore is an Open Source Data & Experience Management Platform. Prior to 11.5.19, 12.3.10, and 2026.1.6, an authenticated user with reports_config permission can place attacker-controlled SQL fragments in the sql, from, where, and groupby fields of a Custom Reports configuration processed by bundles/CustomReportsBundle/src/Tool/Adapter/Sql.php. The buildQueryString() method concatenates these values into a database query, while a blacklist omits dangerous constructs such as additional data-manipulation statements, comments, subqueries, and multiple statements. The getData() method also previously interpolated offset and limit values into a LIMIT clause without integer casting. Executing the configured report reaches fetchAllAssociative() with the constructed query and can disclose, modify, or delete arbitrary database data. This issue is fixed in versions 11.5.19, 12.3.10, and 2026.1.6.

Vulnerability class: SQL Injection

CVSS v3 metric

CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Affected products

  • Pimcore — versions < 11.5.19, >= 12.0.0, < 12.3.10, >= 2026.1.0, < 2026.1.6

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-55416?
CVE-2026-55416 is a high-severity vulnerability in Pimcore, classified under SQL Injection. CVSS score: 8.8/10. Published 2026-09-14.
How severe is CVE-2026-55416?
High severity. CVSS v3 base score is 8.8 out of 10.