Vulnerability record · CVE-2022-1429 · published 22 April 2022
CVE-2022-1429: Pimcore GridHelperService.php SQL injection allows data theft
Pimcore · Pimcore
Pimcore versions prior to 10.3.6 contain a SQL injection flaw in GridHelperService.php. The vulnerability can be used to steal data from the underlying database. It is remotely reachable without authentication or user interaction, making it a serious exposure for unpatched Pimcore deployments.
Description
SQL injection in GridHelperService.php in GitHub repository pimcore/pimcore prior to 10.3.6. This vulnerability is capable of steal the data
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Automated analysis
high priorityUnauthenticated remote SQL injection with high confidentiality impact, a public exploit reference, and very high EPSS score, though not yet in KEV.
What it is
Pimcore versions prior to 10.3.6 contain a SQL injection flaw in GridHelperService.php. The vulnerability can be used to steal data from the underlying database. It is remotely reachable without authentication or user interaction, making it a serious exposure for unpatched Pimcore deployments.
Impact
An unauthenticated attacker can inject SQL through the vulnerable GridHelperService endpoint and read data from the Pimcore database. The CVSS vector shows high confidentiality impact with no integrity or availability effect.
Attack surface
Reached over the network via the GridHelperService functionality; the CVSS vector AV:N/AC:L/PR:N/UI:N indicates no authentication and no user interaction are required. The record does not specify the exact HTTP endpoint or parameter.
Exploitation
Not listed in CISA KEV, but EPSS is 0.63859 (99.18th percentile), indicating high predicted exploitation activity. References include an Exploit-tagged huntr bounty and a Patch-tagged commit, so public exploit details and a fix are both available.
What to do
- Upgrade Pimcore to 10.3.6 or later, applying the patch commit 523a735ab94f004459b84ffdfd3db784586bbd82.
- If immediate upgrade is not possible, restrict network access to Pimcore administrative and grid endpoints to trusted sources.
- Review database account privileges used by Pimcore and apply least privilege to limit what a SQL injection can read.
- Monitor for and block SQL injection patterns targeting GridHelperService.php at the WAF or reverse proxy.
- Audit database logs for anomalous queries originating from the Pimcore application.
Detection
- Search web and WAF logs for requests to GridHelperService.php containing SQL metacharacters such as quotes, UNION, or comment sequences.
- Monitor database query logs for unexpected SELECT statements or schema enumeration originating from the Pimcore host.
- Alert on outbound data transfers or large result sets from the Pimcore database user.
- Correlate huntr exploit indicators and known payload patterns against inbound HTTP traffic.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| https://github.com/pimcore/pimcore/commit/523a735ab94f004459b84ffdfd3db784586bbd82 | PatchThird Party Advisory |
| https://huntr.dev/bounties/cfba30b4-85fa-4499-9160-cd6e3119310e | ExploitPatchThird Party Advisory |
| https://github.com/pimcore/pimcore/commit/523a735ab94f004459b84ffdfd3db784586bbd82 | PatchThird Party Advisory |
| https://huntr.dev/bounties/cfba30b4-85fa-4499-9160-cd6e3119310e | ExploitPatchThird Party Advisory |
Track CVE-2022-1429 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2022-1429), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.