CVE-2026-23492

Pimcore SQLi: When a 'Fix' is Just a Band-Aid

Amit Schendel
Amit Schendel
Senior Security Researcher

Jan 15, 2026·6 min read·3 visits

Executive Summary (TL;DR)

Pimcore tried to fix an SQL injection in 2023 by deleting double dashes (`--`) and hiding error messages. It didn't work. CVE-2026-23492 is the result: a high-severity Blind SQL Injection in the Admin Search Find API that allows attackers to exfiltrate the entire database using time-based payloads. If you run Pimcore < 11.5.14 or < 12.3.1, patch immediately.

A critical Blind SQL Injection vulnerability in Pimcore's Admin Search API caused by a failed attempt to patch a previous vulnerability (CVE-2023-30848). Developers relied on a blacklist approach—stripping SQL comments—and error suppression, leaving the core injection flaw wide open to authenticated attackers.

Fix Analysis (1)

Technical Appendix

CVSS Score
8.8/ 10
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Probability
0.04%
Top 100% most exploited

Affected Systems

Pimcore < 11.5.14Pimcore >= 12.0.0-RC1, < 12.3.1

Affected Versions Detail

Product
Affected Versions
Fixed Version
Pimcore
Pimcore
< 11.5.1411.5.14
Pimcore
Pimcore
>= 12.0.0-RC1, < 12.3.112.3.1
AttributeDetail
CWECWE-89 (SQL Injection)
CVSS v3.18.8 (High)
Attack VectorNetwork (Authenticated)
Vulnerability TypeBlind SQL Injection (Boolean/Time-based)
Previous FailIncomplete fix for CVE-2023-30848
StatusPatched
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.

Vulnerability Timeline

Original incomplete fix (CVE-2023-30848) committed
2023-04-25
CVE-2026-23492 Disclosed
2026-01-14
Patches released for v11 and v12
2026-01-14

Subscribe to updates

Get the latest CVE analysis reports delivered to your inbox.