Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. pimcore/pimcore
  4. ›
  5. CVE-2026-23494

CVE-2026-23494: Pimcore is Vulnerable to Broken Access Control: Missing Function Level Authorization on "Static Routes" Listing

January 15, 2026

The application fails to enforce proper server-side authorization checks on the API endpoint responsible for reading or listing static routes. In Pimcore, static routes are custom URL patterns defined via the backend interface or the var/config/staticroutes.php file, including details like regex-based patterns, controllers, variables, and priorities. These routes are registered automatically through the PimcoreStaticRoutesBundle and integrated into the MVC routing system. Testing revealed that an authenticated backend user lacking explicit permissions was able to invoke the endpoint (e.g., GET /api/static-routes) and retrieve sensitive route configurations. This violates OWASP A01:2021 Broken Access Control, as function-level authorization is absent, allowing unauthorized access to internal routing metadata. Without validation, the endpoint exposes route structures, potentially revealing application architecture, endpoints, or custom logic intended for administrative roles only.

References

  • github.com/advisories/GHSA-m3r2-724c-pwgf
  • github.com/pimcore/pimcore
  • github.com/pimcore/pimcore/pull/18893
  • github.com/pimcore/pimcore/releases/tag/v11.5.14
  • github.com/pimcore/pimcore/releases/tag/v12.3.1
  • github.com/pimcore/pimcore/security/advisories/GHSA-m3r2-724c-pwgf
  • nvd.nist.gov/vuln/detail/CVE-2026-23494

Code Behaviors & Features

Detect and mitigate CVE-2026-23494 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 →

Affected versions

All versions before 11.5.14, all versions starting from 12.0.0-RC1 before 12.3.1

Fixed versions

  • 12.3.1
  • 11.5.14

Solution

Upgrade to versions 11.5.14, 12.3.1 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control

Source file

packagist/pimcore/pimcore/CVE-2026-23494.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 18 Feb 2026 12:21:32 +0000.