---
id: CVE-2026-55416
title: Pimcore is an Open Source Data & Experience Management Platform
summary: >-
  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 group…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-89
vendor: pimcore
product: pimcore
affected:
  - pimcore < 11.5.19
  - 'pimcore >= 12.0.0, < 12.3.10'
  - 'pimcore >= 2026.1.0, < 2026.1.6'
patched:
  - pimcore/pimcore 2026.1.6
  - pimcore/pimcore 12.3.10
  - pimcore/pimcore 11.5.19
published: '2026-09-14'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T13:42:48.827'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55416'
references:
  - url: >-
      https://github.com/pimcore/pimcore/commit/1999fee27ed0d027ad5b8195ecf6e27243729530
    label: security-advisories@github.com
  - url: 'https://github.com/pimcore/pimcore/pull/19175'
    label: security-advisories@github.com
  - url: 'https://github.com/pimcore/pimcore/releases/tag/v12.3.10'
    label: security-advisories@github.com
  - url: 'https://github.com/pimcore/pimcore/releases/tag/v2026.1.6'
    label: security-advisories@github.com
  - url: 'https://github.com/pimcore/pimcore/security/advisories/GHSA-23rh-xw42-fq82'
    label: security-advisories@github.com
  - url: 'https://github.com/pimcore/pimcore/releases/tag/v11.5.19'
  - url: 'https://github.com/advisories/GHSA-23rh-xw42-fq82'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
epss: 0.0065
epssPercentile: 0.48966
aliases:
  - GHSA-23rh-xw42-fq82
ecosystem: composer
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-14T19:21:25.545251Z'
ingestedAt: '2026-09-10T20:04:29.998Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-55416)

Affected packages:

- `pimcore/pimcore >= 2026.1.0, <= 2026.1.5`
- `pimcore/pimcore >= 12.0.0-RC1, <= 12.3.9`
- `pimcore/pimcore < 11.5.18`

Patched in:

- `pimcore/pimcore 2026.1.6`
- `pimcore/pimcore 12.3.10`
- `pimcore/pimcore 11.5.19`

Source: https://github.com/advisories/GHSA-23rh-xw42-fq82
