Skip to content

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

Moderate severity GitHub Reviewed Published Jan 15, 2026 in pimcore/pimcore • Updated Jan 15, 2026

Package

composer pimcore/web2print-tools-bundle (Composer)

Affected versions

>= 6.0.0-RC1, <= 6.1
<= 5.2.1

Patched versions

6.1.1
5.2.2

Description

Summary

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 violates the principle of least privilege and constitutes a classic example of Broken Access Control (OWASP Top 10 A01:2021). Because authorization is not validated at the function level, any authenticated user can perform actions intended only for privileged roles, leading to horizontal or vertical privilege escalation.

Detail

The backend user without permission was still able to list, create, update "Favourite Output Channel Configuration" item

Step to Reproduce the issue

login as Admin (full permission) and clicked "Favourite Output Channel Configurations"
Screenshot 2025-12-10 at 8 52 55 PM
Then, captured and saved the request:
-List API
Screenshot 2025-12-10 at 8 55 49 PM
-Create API
Screenshot 2025-12-10 at 9 01 46 PM
-Update API
Screenshot 2025-12-10 at 9 03 00 PM

Next, login a backend user with no permission
Screenshot 2025-12-10 at 9 06 12 PM
The copy the "Cookie" and "X-Pimcore-Csrf-Token"
Screenshot 2025-12-10 at 9 10 47 PM
After that, pasted the copied "Cookie" and "X-Pimcore-Csrf-Token" to captured request

  • List API

Screenshot 2025-12-10 at 9 14 47 PM

- Create API

Screenshot 2025-12-10 at 9 16 43 PM

- Update API

Screenshot 2025-12-10 at 9 19 00 PM

Impact

Successful exploitation allows low-privileged or standard users to view, create, modify that should be restricted to specific administrative or operational roles. Depending on the sensitivity of these configurations (e.g., routing of alerts, reports, or data streams), an attacker could redirect critical outputs, suppress notifications, insert misleading channels, or gain insight into internal workflows. In regulated environments, this may result in compliance violations, operational disruption, or facilitation of further attacks through reconnaissance.

References

@astapc astapc published to pimcore/pimcore Jan 15, 2026
Published by the National Vulnerability Database Jan 15, 2026
Published to the GitHub Advisory Database Jan 15, 2026
Reviewed Jan 15, 2026
Last updated Jan 15, 2026

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

EPSS score

Exploit Prediction Scoring System (EPSS)

This score estimates the probability of this vulnerability being exploited within the next 30 days. Data provided by FIRST.
(0th percentile)

Weaknesses

Improper Access Control

The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. Learn more on MITRE.

CVE ID

CVE-2026-23496

GHSA ID

GHSA-4wg4-p27p-5q2r

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.