Cyber Resilience

CVE-2026-23492

HighPublic PoC

Published: 14 January 2026

Published
14 January 2026
Modified
20 January 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0043 34.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-23492 is a high-severity SQL Injection (CWE-89) vulnerability in Pimcore Pimcore. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-23492 is a SQL injection vulnerability (CWE-89) affecting Pimcore, an open-source Data & Experience Management Platform. Versions prior to 12.3.1 and 11.5.14 contain an incomplete patch in the Admin Search Find API, building on mitigations from CVE-2023-30848 that removed SQL comments (--) and caught syntax errors. This fix is insufficient, enabling blind SQL injection via payloads that bypass those checks and allow inference of database information through the admin interface.

An authenticated attacker with low privileges (PR:L) can exploit this vulnerability remotely (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation leads to database information disclosure via blind techniques and carries high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), as reflected in its CVSS v3.1 base score of 8.8 (S:U).

Pimcore addresses this issue in versions 12.3.1 and 11.5.14. Mitigation details are provided in the patching commit at https://github.com/pimcore/pimcore/commit/25ad8674886f2b938243cbe13e33e204a2e35cc3 and the GitHub security advisory at https://github.com/pimcore/pimcore/security/advisories/GHSA-qvr7-7g55-69xj.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Pimcore is an Open Source Data & Experience Management Platform. Prior to 12.3.1 and 11.5.14, an incomplete SQL injection patch in the Admin Search Find API allows an authenticated attacker to perform blind SQL injection. Although CVE-2023-30848 attempted to mitigate…

more

SQL injection by removing SQL comments (--) and catching syntax errors, the fix is insufficient. Attackers can still inject SQL payloads that do not rely on comments and infer database information via blind techniques. This vulnerability affects the admin interface and can lead to database information disclosure. This vulnerability is fixed in 12.3.1 and 11.5.14.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in web admin API directly enables remote exploitation of the application (T1190) and unauthorized access to database contents (T1213.006).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-27617Same product: Pimcore Pimcore
CVE-2024-11956Same product: Pimcore Pimcore
CVE-2026-23493Same product: Pimcore Pimcore
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89

Affected Assets

pimcore
pimcore
≤ 11.5.14 · 12.0.0 — 12.3.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents blind SQL injection in Pimcore's Admin Search Find API by validating and sanitizing user inputs against malicious payloads.

prevent

Mandates timely patching of the incomplete SQL injection fix, requiring upgrade to Pimcore 12.3.1 or 11.5.14 to eliminate the vulnerability.

detect

Identifies SQL injection vulnerabilities like CVE-2026-23492 through automated scanning of web application APIs such as Pimcore's admin interface.

References