CyberRota Analysis
AI-GeneratedThe Kimai time tracking application allows users with the ROLE_TEAMLEAD permission to access and modify global export templates without the necessary create_export_template permission, potentially impacting all users by altering shared export configurations. This vulnerability could lead to unauthorized changes in export settings, affecting data integrity and user access. Organizations using Kimai versions prior to 2.58.0 should prioritize upgrading to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.