Description
Pimcore Studio Backend Bundle is the backend bundle for Pimcore Studio. Prior to 2025.4.6 and 2026.1.6, an authenticated user can extract the admin password hash and other database content through time-based blind SQL injection in the DateFilter column key parameter. The POST /pimcore-studio/api/website-settings endpoint and other listing endpoints accept a columnFilters array where the key field is interpolated directly into SQL with manual backtick wrapping, allowing a backtick character to break out of quoting and append arbitrary SQL such as SLEEP() and IF() subqueries. This issue is fixed in versions 2025.4.6 and 2026.1.6.
Published: 2026-07-09
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user can trigger a time-based blind SQL injection in the DateFilter column key parameter of Pimcore Studio Backend Bundle. The unsanitized column key is interpolated directlytick to escape the literal context and inject subqueries such as SLEEP() or IF(). This flaw permits the attacker to exfiltrate database contents, including administrator password hashes, in a sequential manner. The vulnerability is a classic instance of CWE-89 and results in a confident breach of confidentiality.

Affected Systems

The issue is present in Pimcore Studio Backend Bundle versions earlier than 2025.4.6 and 2026.1.6. All other versions are unaffected. The vulnerability manifests through the POST /pimcore-studio/api/website-settings endpoint and other listing endpoints that accept a columnFilters array.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity exploit. EPSS is < 1%, and the vulnerability is not listed in CISA KEV. The attack requires that the user be authenticated to the application, and hinges on the ability to send crafted POST requests to the API endpoints. While the, time-based injection rather than a direct data read, repeated requests can reveal sensitive values. Given the potential to retrieve administrator password hashes, the risk to an environment where privileged users exist is substantial.

Generated by OpenCVE AI on July 29, 2026 at 11:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Pimcore Studio Backend Bundle to version 2025.4.6 or newer, or to 2026.1.6 or newer.
  • Restrict access to the POST /pimcore-studio/api/website-settings endpoint to privileged roles only, ensuring that only authenticated users with appropriate permissions can supply columnFilters.
  • Deploy a database firewall or WAF rule to detect and block suspicious SQL patterns involving backticks and time-based functions such as SLEEP() as an additional safeguard.

Generated by OpenCVE AI on July 29, 2026 at 11:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Pimcore
Pimcore pimcore
Vendors & Products Pimcore
Pimcore pimcore

Thu, 09 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description Pimcore Studio Backend Bundle is the backend bundle for Pimcore Studio. Prior to 2025.4.6 and 2026.1.6, an authenticated user can extract the admin password hash and other database content through time-based blind SQL injection in the DateFilter column key parameter. The POST /pimcore-studio/api/website-settings endpoint and other listing endpoints accept a columnFilters array where the key field is interpolated directly into SQL with manual backtick wrapping, allowing a backtick character to break out of quoting and append arbitrary SQL such as SLEEP() and IF() subqueries. This issue is fixed in versions 2025.4.6 and 2026.1.6.
Title Pimcore: SQL Injection via Column Name in DateFilter allows authenticated user to extract arbitrary database data including admin password hashes
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T13:51:59.895Z

Reserved: 2026-06-16T16:16:32.627Z

Link: CVE-2026-55208

cve-icon Vulnrichment

Updated: 2026-07-10T13:51:33.265Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:00:12Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')