VYPR
Moderate severityOSV Advisory· Published Jan 15, 2026· Updated Jan 15, 2026

Pimcore Web2Print Tools Bundle "Favourite Output Channel Configuration" Missing Function Level Authorization

CVE-2026-23496

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.

PackageAffected versionsPatched versions
pimcore/web2print-tools-bundlePackagist
>= 6.0.0-RC1, < 6.1.16.1.1
pimcore/web2print-tools-bundlePackagist
< 5.2.25.2.2

Affected products

1

Patches

1
7714452a04b9

[Bug]: Add permission checks in AdminController actions (#108)

https://github.com/pimcore/web2print-toolsJiaJia JiJan 13, 2026via ghsa
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

News mentions

0

No linked articles in our index yet.