Junglewise Threat Intelligence

CVE-2026-45703: Pimcore missing authorization in WordExportBundle

CVE-2026-45703 · Severity: medium · CVSS 6.4 · Published 2026-07-17

Technologies: Pimcore, pimcore/pimcore (Packagist). Vendors: Pimcore, Packagist.

Executive brief

Pimcore is an open-source platform used by businesses to manage data and digital experiences. A security flaw in the Word document export feature allows staff members with basic export permissions to download sensitive documents, emails, and data objects they are not authorized to view. This could lead to the unauthorized disclosure of internal company information or customer data.

Technical details

A missing authorization vulnerability (CWE-862) exists in the WordExportBundle of Pimcore. The TranslationController.php component performs a feature-level check for 'word_export' permissions but fails to verify object-level 'view' permissions on the specific elements being exported. An authenticated backend user can provide arbitrary 'type' and 'id' parameters to the export flow to bypass access controls on pages, snippets, emails, and objects. This allows the extraction of sensitive content that would otherwise be restricted via the standard administrative interface. The vulnerability is resolved in Pimcore versions 11.5.17 (LTS) and 12.3.7 by enforcing isAllowed('view') checks on target elements.

Affected products

  • Pimcore Pimcore < 11.5.17, >= 12.0.0, < 12.3.7

Timeline

  • 2026-05-19: patched: Version 12.3.7 released
  • 2026-05-26: advisory: GitHub Security Advisory published
  • 2026-07-17: disclosed: CVE published to NVD

References

Related threats