Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
Network-reachable API with low complexity and no user interaction, but a valid editor account is required (PR:L); high integrity from schema/file creation, low confidentiality from exception leakage, no availability impact.
Primary rating from Vendor (github).
CVSS VectorVendor: github
Lifecycle Timeline
2DescriptionCVE.org
Pimcore is an Open Source Data & Experience Management Platform. Prior to 2025.4.6 and 2026.1.6, the Studio API class definition creation endpoint POST /pimcore-studio/api/class/definition/configuration-view/detail/create is guarded by the objects permission instead of the classes permission, allowing a standard editor-level user to create class definitions without admin privileges. Class definition creation generates new database tables and PHP class files on the server, and missing API-layer UID format validation allows malformed UIDs to reach model-layer validation and return internal exceptions. This issue is fixed in versions 2025.4.6 and 2026.1.6.
AnalysisAI
Broken authorization in Pimcore's Studio API lets a standard editor-level user create class definitions without administrative rights, because the POST /pimcore-studio/api/class/definition/configuration-view/detail/create endpoint checks the 'objects' permission rather than the 'classes' permission. Because class-definition creation writes new database tables and PHP class files to the server, this permission gap grants low-privileged users significant control over the application's data model and codebase, and absent API-layer UID validation malformed UIDs reach model-layer validation and surface internal exceptions. No public exploit identified at time of analysis; the flaw is fixed in 2025.4.6 and 2026.1.6.
Technical ContextAI
Pimcore is a PHP-based open-source Data & Experience Management Platform (PIM/DXP) whose 'Studio' backend bundle exposes a REST API for administering the object model. In Pimcore, class definitions are schema-level artifacts: creating one dynamically generates backing database tables and auto-generated PHP class files on the server filesystem, so the ability to create them is normally reserved for administrators via the dedicated 'classes' permission. The root cause maps to CWE-285 (Improper Authorization): the create endpoint was wired to the 'objects' permission - the routine content-editing capability every editor holds - instead of the privileged 'classes' permission, collapsing an admin-only operation to editor scope. A secondary weakness is a missing API-layer input validation step on the UID format, which lets malformed UIDs pass through to model-layer validation and produce internal exceptions rather than being rejected cleanly at the boundary.
RemediationAI
Vendor-released patch: upgrade the Pimcore studio-backend-bundle to 2025.4.6 (https://github.com/pimcore/studio-backend-bundle/releases/tag/v2025.4.6) if on the 2025.x line, or to 2026.1.6 (https://github.com/pimcore/studio-backend-bundle/releases/tag/v2026.1.6) if on the 2026.x line; the corrective change is tracked in PR #1886 and commit d1a4788c0f159c360d550c34256c8abbbd633ae0, and details are in advisory GHSA-f97c-ph8j-8vff. If immediate patching is not possible, the practical compensating control is to tightly restrict which accounts hold editor-level access and audit the user/role list, since exploitation depends on holding an editor session; where feasible, block or restrict access to the POST /pimcore-studio/api/class/definition/configuration-view/detail/create endpoint at a reverse proxy or WAF for non-administrative users, accepting the side effect that any legitimate non-admin workflow touching that route will break. Also monitor for unexpected new class definitions, database tables, or generated PHP class files as a detective control. These mitigations reduce but do not eliminate exposure and are inferior to applying the fixed release.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-285 – Improper Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42695
GHSA-f97c-ph8j-8vff