CVE-2026-44739: Pimcore Vulnerable to SQL Injection in Custom Reports Column Configuration
The columnConfigAction endpoint in the CustomReportsBundle is vulnerable to SQL injection. An attacker with the reports_config permission can supply a malicious SQL configuration that is concatenated into a query and executed. Although the application attempts to filter certain DDL/DML keywords (like UPDATE, DELETE, DROP), it fails to prevent arbitrary SELECT queries, UNION statements, or the use of dangerous database functions. Furthermore, because the application returns database error messages in the JSON response, an attacker can easily exfiltrate data using error-based SQL injection techniques.
References
- github.com/advisories/GHSA-3234-gxc3-pq6f
- github.com/pimcore/pimcore/commit/3fd7733464f464e58ffa49ed91550c1a3f9535f2
- github.com/pimcore/pimcore/pull/19098
- github.com/pimcore/pimcore/releases/tag/v12.3.6
- github.com/pimcore/pimcore/security/advisories/GHSA-3234-gxc3-pq6f
- nvd.nist.gov/vuln/detail/CVE-2026-44739
Code Behaviors & Features
Detect and mitigate CVE-2026-44739 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →