SB2022062259 - SQL injection in Pimcore
Published: June 22, 2022 Updated: June 12, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 vulnerability.
1) SQL injection (CVE-ID: CVE-2022-31092)
CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to inject arbitrary SQL commands.
The vulnerability exists due to improper neutralization of special elements used in an SQL command in listing classes when processing user-supplied values passed to setOrderBy() or setGroupBy(). A remote attacker can supply crafted column input to inject arbitrary SQL commands.
Exploitation is possible if application code passes untrusted input to these methods while relying on automatic quoting.
Remediation
Install update from vendor's website.