CVE-2026-52828 Details
Description
Kimai is an open-source time tracking application. Prior to 2.58.0, ExportController::createExportTemplate() and ExportController::editExportTemplate() inherit only the class-level create_export permission, which ROLE_TEAMLEAD receives by default, and omit the create_export_template permission required by the API routes and user interface. A teamlead can directly access the export template creation and editing web routes to create or modify global ExportTemplate records marked available to all users, altering export columns, renderer, format, and output used by other users and administrators. This issue is fixed in version 2.58.0.
A vulnerability in Kimai's ExportController allows users with the ROLE_TEAMLEAD to create and edit global export templates via web routes, bypassing the intended permission requirements. This issue affects Kimai versions through 2.57.0. The vulnerability arises because the web routes only check for the broader 'create_export' permission, which is granted to team leads, instead of the stricter 'create_export_template' permission reserved for administrators. As a result, a team lead can modify export templates that impact all users, including admins.
Users should update to Kimai version 2.58.0 or newer, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/kimai/kimai/commit/31a8f887a5cda517db7b4320a7ad997c87d08601 | [email protected] | Source CodeVendor |
| https://github.com/kimai/kimai/pull/5952 | [email protected] | Source CodeVendor |
| https://github.com/kimai/kimai/releases/tag/2.58.0 | [email protected] | Release NotesVendor |
| https://github.com/kimai/kimai/security/advisories/GHSA-rw46-qg69-vg6h | [email protected] | AdvisoryTechnical DescriptionVendor |
| https://www.kimai.org/en/security/ghsa-rw46-qg69-vg6h | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Kimai | <= 2.57.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion