Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-55416 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')[email protected]

Affected Products

ProductVersions
Pimcore
<= 2026.1.5 (semver)
<= 12.3.9 (semver)
<= 11.5.18 (semver)

CPE

  • cpe:2.3:a:pimcore:pimcore:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2026.1.6moderate effort
  • Upgrade: 12.3.10moderate effort
  • Upgrade: 11.5.19moderate effort
  • Mitigation:low effort

    Restrict the 'reports_config' permission to only highly trusted administrators.

  • Mitigation:low effort

    Deploy a WAF rule to block requests to '/admin/bundle/customreports/custom-report/update' containing SQL keywords in the 'configuration' parameter.

  • Mitigation:low effort

    Replace the custom SQL adapter with a parameterized query builder approach.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-55416
NVD Published Date:
Sep 14, 2026
NVD Last Modified:
Sep 16, 2026
Source:
[email protected]
CVE-2026-55416 Details - Not Deferred