SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-49992

MEDIUM · CVSS 6.3 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

Versions of the Kimai time tracking application prior to 2.58.0 are vulnerable to authenticated cross-site request forgery (CSRF) attacks, allowing attackers to manipulate team structures and permissions through exposed `GET` routes. This vulnerability can lead to unauthorized changes in team, teamlead, and object-binding relationships if a logged-in user is tricked into visiting a malicious page. Organizations using affected versions should prioritize upgrading to 2.58.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-49992
Severity
MEDIUM
CVSS
6.3
EPSS
0.16%

Original NVD Description

Kimai is an open-source time tracking application. Versions prior to 2.58.0 contain authenticated cross-site request forgery issues in their default team creation shortcuts for projects, customers, and activities. These endpoints are exposed through `GET` routes and directly create or reuse a `Team`, add the current user as teamlead, and bind the target object to that team. As a result, an attacker can trick a logged-in user with the required permissions into visiting a malicious page and cause unauthorized changes to team, teamlead, and object-binding relationships. This is a real authorization-structure modification issue rather than a harmless UI shortcut. Version 2.58.0 patches the issue.