SQL Injection in pimcore/pimcore (CVE-2026-5394)
Summary
SQL injection in pimcore/pimcore (CVE-2026-5394). Risk of unauthorized operations or information disclosure. Exploitable via `POST /pimcore-studio/api/class/definition/configuration-view/detail/1/import`. Mitigation: upgrade to `2026.1.3` or later.
AI summary snake-internal / snake-material-v2
Response Actions (7 steps)
Concrete steps and command examples for SOC/SRE teams to execute in order
-
1Identify exposure identify
grep -r 'pimcore/pimcore' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `pimcore/pimcore` を grep し、稼働しているサービス・バージョンを把握する。
-
3Hunt for indicators of compromise detect
grep 'POST /pimcore-studio/api/class/definition/configuration-view/detail/1/import' /var/log/nginx/access.log | grep -E '(unusual_payload|sqli_pattern)'アクセスログで `POST /pimcore-studio/api/class/definition/configuration-view/detail/1/import` への異常なリクエスト (不正な認証ヘッダ・SQLメタ文字)を過去 30〜90日分捜索。WAF/SIEM があれば該当パスのアラート発火履歴を確認。
-
6Apply patch patch
Upgrade pimcore/pimcore to 2026.1.3ステージング環境で 2026.1.3 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Replay attack against POST /pimcore-studio/api/class/definition/configuration-view/detail/1/import on staging to confirm patch closes the vectorパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Affected packages
References
- package https://github.com/pimcore/pimcore
- web https://github.com/pimcore/pimcore/security/advisories/GHSA-r2f4-ff2p-xc64
- web https://nvd.nist.gov/vuln/detail/CVE-2026-5394
- web https://github.com/pimcore/pimcore/pull/19108
- web https://github.com/pimcore/pimcore/commit/6df625ff74015dc11f4bbe76170ce45bbd5dd61d
- web https://fluidattacks.com/es/advisories/dragons
- web https://github.com/pimcore/pimcore/releases/tag/v12.3.7
- web https://github.com/advisories/GHSA-r2f4-ff2p-xc64