SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-52828

MEDIUM · CVSS 5.3 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-52828
Severity
MEDIUM
CVSS
5.3
EPSS
0.36%

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.