Pimcore Web2Print Tools Bundle "Favourite Output Channel Configuration" Missing Function Level Authorization
Description
Pimcore Web2Print Tools Bundle adds tools for web-to-print use cases to Pimcore. Prior to 5.2.2 and 6.1.1, the application fails to enforce proper server-side authorization checks on the API endpoint responsible for managing "Favourite Output Channel Configurations." Testing revealed that an authenticated backend user without explicitely lacking permissions for this feature was still able to successfully invoke the endpoint and modify or retrieve these configurations. This vulnerability is fixed in 5.2.2 and 6.1.1.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
pimcore/web2print-tools-bundlePackagist | >= 6.0.0-RC1, < 6.1.1 | 6.1.1 |
pimcore/web2print-tools-bundlePackagist | < 5.2.2 | 5.2.2 |
Affected products
1- Range: v5.2.2, v6.0.0, v6.0.0-RC1, …
Patches
17714452a04b9[Bug]: Add permission checks in AdminController actions (#108)
1 file changed · +2 −1
src/Controller/AdminController.php+2 −1 modified@@ -38,6 +38,8 @@ class AdminController extends UserAwareController */ public function favoriteOutputDefinitionsTableProxyAction(Request $request) { + $this->checkPermission('web2print_web2print_favourite_output_channels'); + if ($request->request->getString('data')) { $data = json_decode($request->request->getString('data'), true); if ($request->query->getString('xaction') === 'destroy') { @@ -138,7 +140,6 @@ public function favoriteOutputDefinitionsAction(Request $request) */ public function saveOrUpdateFavoriteOutputDefinitionAction(Request $request) { - $configuration = $request->request->getString('configuration'); $id = $request->request->getInt('existing'); $newName = strip_tags($request->request->getString('text'));
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-4wg4-p27p-5q2rghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-23496ghsaADVISORY
- github.com/pimcore/pimcore/security/advisories/GHSA-4wg4-p27p-5q2rghsax_refsource_CONFIRMWEB
- github.com/pimcore/web2print-tools/commit/7714452a04b9f9b077752784af4b8d0b05e464a1ghsax_refsource_MISCWEB
- github.com/pimcore/web2print-tools/pull/108ghsax_refsource_MISCWEB
- github.com/pimcore/web2print-tools/releases/tag/v5.2.2ghsax_refsource_MISCWEB
- github.com/pimcore/web2print-tools/releases/tag/v6.1.1ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.