CyberRota Analysis
AI-GeneratedThe Pimcore Studio Backend Bundle is vulnerable to a time-based blind SQL injection that allows authenticated users to extract sensitive information, including the admin password hash, through improperly sanitized input in the DateFilter column key parameter. This vulnerability affects versions prior to 2025.4.6 and 2026.1.6, and organizations using these versions should prioritize patching to mitigate the risk of unauthorized data access. Immediate action is recommended for all users of the affected software to secure their systems against potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.