CVE-2026-23495: Pimcore's Admin Classic Bundle is Missing Function Level Authorization on "Predefined Properties" Listing
The API endpoint for listing Predefined Properties in the Pimcore platform lacks adequate server-side authorization checks. Predefined Properties are configurable metadata definitions (e.g., name, key, type, default value) used across documents, assets, and objects to standardize custom attributes and improve editorial workflows, as documented in Pimcore’s official properties guide. Testing confirmed that an authenticated backend user without explicit permissions for property management could successfully call the endpoint and retrieve the complete list of these configurations. This exemplifies Broken Access Control (OWASP Top 10 A01:2021), enabling unauthorized access to administrative features and potentially violating role-based access controls inherent to Pimcore’s multi-user environment.
References
- github.com/advisories/GHSA-hqrp-m84v-2m2f
- github.com/pimcore/admin-ui-classic-bundle/commit/98095949fbeaf11cdf4cadb2989d7454e1b88909
- github.com/pimcore/admin-ui-classic-bundle/releases/tag/v1.7.16
- github.com/pimcore/admin-ui-classic-bundle/releases/tag/v2.2.3
- github.com/pimcore/pimcore
- github.com/pimcore/pimcore/security/advisories/GHSA-hqrp-m84v-2m2f
- nvd.nist.gov/vuln/detail/CVE-2026-23495
Code Behaviors & Features
Detect and mitigate CVE-2026-23495 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →