Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-52828
Published:July 14, 2026
Updated:August 27, 2026
The "ExportController" web routes for creating and editing export templates are gated only by the class-level "create_export" permission, which is granted to "ROLE_TEAMLEAD" by default. The corresponding API routes and UI button visibility correctly require the stricter "create_export_template" permission, which is granted only to "ROLE_ADMIN" and "ROLE_SUPER_ADMIN". A TEAMLEAD user can directly access the template create/edit routes to create or modify global export templates that are visible to all users including administrators.
Affected Packages
kimai/kimai (PHP):
Affected version(s) >=dev-release-1.12 <2.58.0
Fix Suggestion:
Update to version 2.58.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Missing Authorization