CVE Catalog

CVE-2026-55416

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.61%

47th percentile - higher than 47% of all known CVEs

Summary

Pimcore before versions 11.5.19, 12.3.10, and 2026.1.6 allows an authenticated user with reports_config permission to inject SQL fragments into report configuration fields. Executing the report can disclose, modify, or delete arbitrary database data.

Risk Assessment

The risk includes full database compromise, including disclosure, modification, or deletion of sensitive data, potentially leading to system integrity breach.

Recommendation

Upgrade Pimcore to version 11.5.19, 12.3.10, or 2026.1.6 and restrict reports_config permission to trusted users only.

Other vulnerabilities in Pimcore

See all
Original NVD description (English source)

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 data from NVD (NIST) · CISA KEV · EPSS