SQL injection in Pimcore admin-ui-classic-bundle - CVE-2026-44741
Published: June 15, 2026
Pimcore admin-ui-classic-bundle
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary SQL commands and disclose sensitive information.
The vulnerability exists due to SQL injection in the translation grid date filter in src/Controller/Admin/TranslationController.php when handling crafted JSON filter parameters in POST /admin/translation/translations. A remote user can send a specially crafted request with a malicious property field to execute arbitrary SQL commands and disclose sensitive information.
Exploitation is possible when a date-type filter is processed in non-language mode.