SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-55416

HIGH · CVSS 8.8 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Authenticated users with reports_config permission in Pimcore versions prior to 11.5.19, 12.3.10, and 2026.1.6 can exploit a SQL injection vulnerability by injecting malicious SQL fragments into Custom Reports configurations. This flaw allows attackers to potentially disclose, modify, or delete arbitrary database data through crafted queries. Organizations using affected versions should prioritize updating to the fixed releases to mitigate the risk of data compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55416
Severity
HIGH
CVSS
8.8
EPSS
N/A

Original NVD Description

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.