CVE-2026-27461 PUBLISHED

Pimcore vulnerable to SQL injection via unsanitized filter value in Dependency Dao RLIKE clause

Assigner: GitHub_M
Reserved: 19.02.2026 Published: 24.02.2026 Updated: 24.02.2026

Pimcore is an Open Source Data & Experience Management Platform. In versions up to and including 11.5.14.1 and 12.3.2, 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. Exploiting this issue requires admin authentication. An attacker with admin panel access can extract the full database including password hashes of other admin users. Version 12.3.3 contains a patch.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor pimcore
Product pimcore
Versions
  • Version <= 11.5.14.1 is affected
  • Version >= 12.0.0, < 12.3.3 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE