VYPR
High severityNVD Advisory· Published Apr 27, 2023· Updated Jan 30, 2025

Pimcore SQL Injection Vulnerability in Admin Translations API

CVE-2023-30850

Description

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, a SQL Injection vulnerability exists in the admin translations API. Users should update to version 10.5.21 to receive a patch or, as a workaround, or apply the patch manually.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
pimcore/pimcorePackagist
< 10.5.2110.5.21

Affected products

1

Patches

1
7e32cc281452

fixed sql injection in translation api (#14952)

https://github.com/pimcore/pimcoreChristian FApr 20, 2023via ghsa
1 file changed · +1 1
  • bundles/AdminBundle/Controller/Admin/TranslationController.php+1 1 modified
    @@ -650,7 +650,7 @@ protected function getGridFilterCondition(Request $request, $tableName, $languag
                     }
     
                     if ($field && $value) {
    -                    $condition = $field . ' ' . $operator . ' ' . $db->quote($value);
    +                    $condition = $db->quoteIdentifier($field) . ' ' . $operator . ' ' . $db->quote($value);
     
                         if ($languageMode) {
                             $conditions[$fieldname] = $condition;
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.