CVE-2026-27461

CVE-2026-27461 is a medium-severity SQL injection vulnerability in pimcore/pimcore (composer), affecting versions <= 11.5.14.1. It is fixed in 12.3.3.

Summary

The filter query parameter in the dependency listing endpoints is JSON-decoded and the value field is concatenated directly into RLIKE clauses without sanitization or parameterized queries.

Affected code in models/Dependency/Dao.php:

  • getFilterRequiresByPath() lines 90, 95, 100
  • getFilterRequiredByPath() lines 148, 153, 158

All 6 locations use direct string concatenation like:

"AND LOWER(CONCAT(o.path, o.key)) RLIKE '".$value."'"

Note that $orderBy and $orderDirection in the same methods (lines 75-81) ARE properly whitelist-validated, but $value has zero sanitization.

Entry points (pimcore/admin-ui-classic-bundle ElementController.php):

  • GET /admin/element/get-requires-dependencies (line 654)
  • GET /admin/element/get-required-by-dependencies (line 714)

The controller JSON-decodes the filter query param and passes $filter['value'] straight to the Dao without any escaping.

PoC (time-based blind):

GET /admin/element/get-requires-dependencies?id=1&elementType=document&filter=[{"type":"string","value":"x' OR SLEEP(5)#"}]

If vulnerable, the response is delayed by ~15 seconds (SLEEP runs 3 times, once per UNION arm in the inner subquery).

PoC (error-based extraction):

GET /admin/element/get-requires-dependencies?id=1&elementType=document&filter=[{"type":"string","value":"x' OR extractvalue(1,concat(0x7e,(SELECT version())))#"}]

Returns the MySQL version string in the error response.

Requires admin authentication. An attacker with admin panel access can extract the full database including password hashes of other admin users.

Impact

Untrusted input alters a database query, allowing the attacker to read or modify data the query was not intended to access. Typical impact: data disclosure or modification.

Affected versions

pimcore/pimcore (<= 11.5.14.1) pimcore/pimcore (>= 12.0.0, < 12.3.3)

Security releases

pimcore/pimcore → 12.3.3 (composer)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

See it in your environment

Remediation advice

Upgrade pimcore/pimcore to 12.3.3 or later to resolve this vulnerability.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is CVE-2026-27461? CVE-2026-27461 is a medium-severity SQL injection vulnerability in pimcore/pimcore (composer), affecting versions <= 11.5.14.1. It is fixed in 12.3.3. Untrusted input alters a database query, allowing the attacker to read or modify data the query was not intended to access.
  2. Which versions of pimcore/pimcore are affected by CVE-2026-27461? pimcore/pimcore (composer) versions <= 11.5.14.1 is affected.
  3. Is there a fix for CVE-2026-27461? Yes. CVE-2026-27461 is fixed in 12.3.3. Upgrade to this version or later.
  4. Is CVE-2026-27461 exploitable, and should I be worried? Whether CVE-2026-27461 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  5. What actually determines whether CVE-2026-27461 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  6. How do I fix CVE-2026-27461? Upgrade pimcore/pimcore to 12.3.3 or later.

Other vulnerabilities in pimcore/pimcore

CVE-2026-11407CVE-2026-5394CVE-2026-45704CVE-2026-45703CVE-2026-45260

Stop the waste.
Protect your environment with Kodem.