---
id: CVE-2026-49992
title: Kimai is an open-source time tracking application
summary: >-
  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 exp…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-352
vendor: kimai
product: kimai
affected:
  - kimai < 2.58.0
patched:
  - kimai/kimai 2.58.0
published: '2026-09-11'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:22:16.503'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-49992'
references:
  - url: 'https://github.com/kimai/kimai/security/advisories/GHSA-pgcc-vfmc-7cw5'
    label: security-advisories@github.com
  - url: 'https://www.kimai.org/en/security/ghsa-pgcc-vfmc-7cw5'
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-pgcc-vfmc-7cw5'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
epss: 0.00223
epssPercentile: 0.11521
aliases:
  - GHSA-pgcc-vfmc-7cw5
ecosystem: composer
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T16:14:41.401741Z'
cvssSource: cna
ingestedAt: '2026-07-14T00:31:48.598Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-49992)

Affected packages:

- `kimai/kimai <= 2.57.0`

Patched in:

- `kimai/kimai 2.58.0`

Source: https://github.com/advisories/GHSA-pgcc-vfmc-7cw5
