CVE Catalog

CVE-2026-52828

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

A teamlead can modify global export templates used by all users and administrators, potentially leading to data disclosure or corruption in exports. This violates the integrity of export configuration and may affect data confidentiality.

Recommendation

Update Kimai to version 2.58.0 or later. Until patched, consider restricting ROLE_TEAMLEAD permissions or monitoring changes to global export templates.

Other vulnerabilities in Kimai

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS