CVE-2026-44741
Received Received - Intake

SQL Injection in Pimcore Admin Classic Bundle

Vulnerability report for CVE-2026-44741, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-13
AI Q&A
2026-08-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
pimcore admin_ui_classic_bundle to 2.3.6 (exc)
pimcore admin_ui_classic_bundle to 1.7.18 (exc)
pimcore admin_ui_classic_bundle 2.3.6
pimcore admin_ui_classic_bundle 1.7.18

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product 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. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-44741 is a SQL injection vulnerability in Pimcore's Admin Classic Bundle affecting versions prior to 2.3.6 and 1.7.18. The issue occurs in the translation grid date filter where user-supplied input from a filter JSON is directly inserted into a SQL expression without proper sanitization or parameterization.

Impact Analysis

An authenticated user with translation view permissions could exploit this to execute arbitrary SQL queries. This may lead to data exfiltration, unauthorized data modification, or remote code execution when combined with other vulnerabilities. The impact includes potential loss of confidentiality, integrity, and availability of data.

Compliance Impact

This vulnerability could lead to unauthorized access or exposure of sensitive data, violating GDPR's data protection principles and HIPAA's security requirements. Non-compliance may result in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Update Pimcore's Admin Classic Bundle to version 2.3.6 or 1.7.18 or later to patch the SQL injection vulnerability in the translation grid date filter.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-44741. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart