Description
Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. Versions prior to 2.3.6 and 1.7.18 have a SQL injection vulnerability in Pimcore's translation grid date filter — the user-supplied `property` field from the filter JSON is interpolated directly into a `UNIX_TIMESTAMP(DATE(FROM_UNIXTIME(...)))` SQL expression without parameterization or allowlist validation. Versiosn 2.3.6 and 1.7.18 fix the issue.
Published: 2026-08-12
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Pimcore's Admin Classic Bundle allows a SQL injection attack through the translation grid date filter when the user supplies an unsanitized "property" value. The parameter is directly inserted into a "UNIX_TIMESTAMP(DATE(FROM_UNIXTIME(...)))" SQL expression without any validation or parameterization, enabling an attacker to inject arbitrary SQL. This flaw can give an attacker unauthorized read or write access to the database, effectively leading to remote code execution or data compromise. The vulnerability is classified as CWE‑89.

Affected Systems

Products affected are Pimcore’s Admin Classic Bundle versions earlier than 2.3.6 and 1.7.18. The issue exists in the backend UI that handles translation grid filtering. Upgrading to the fixed releases 2.3.6 or 1.7.18 removes the vulnerability.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, and the EPSS score is not available, suggesting limited publicly known exploitation data. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is through the backend administrative interface; thus an attacker would need access to the admin UI to supply the malicious property value. Successful exploitation would give the attacker the ability to execute arbitrary database queries, potentially compromising data integrity, confidentiality, and availability.

Generated by OpenCVE AI on August 12, 2026 at 23:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Pimcore Admin Classic Bundle to version 2.3.6 or 1.7.18 to apply the fix.
  • Restrict access to the backend admin interface to trusted administrators and enforce strong authentication.
  • Continuously monitor database logs for anomalous query patterns that may indicate injection attempts.

Generated by OpenCVE AI on August 12, 2026 at 23:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-h4ph-crvj-9h92 Pimcore Admin Classic Bundle Vulnerable to SQL Injection in Translation Grid Date Filter via Unsanitized Property Parameter
History

Wed, 12 Aug 2026 20:00:00 +0000

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

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 12 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Description Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. Versions prior to 2.3.6 and 1.7.18 have a SQL injection vulnerability in Pimcore's translation grid date filter — the user-supplied `property` field from the filter JSON is interpolated directly into a `UNIX_TIMESTAMP(DATE(FROM_UNIXTIME(...)))` SQL expression without parameterization or allowlist validation. Versiosn 2.3.6 and 1.7.18 fix the issue.
Title Pimcore Admin Classic Bundle Vulnerable to SQL Injection in Translation Grid Date Filter via Unsanitized Property Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T17:56:20.692Z

Reserved: 2026-05-07T18:04:17.310Z

Link: CVE-2026-44741

cve-icon Vulnrichment

Updated: 2026-08-12T17:56:17.972Z

cve-icon NVD

Status : Received

Published: 2026-08-12T18:17:29.823

Modified: 2026-08-12T18:17:29.823

Link: CVE-2026-44741

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:30:10Z

Weaknesses
  • CWE-89

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