CVE-2026-41498 LOW

CVE-2026-41498: Kimai: Team API Missing Object-Level Authorization

Vendor Kimai
Product kimai
Weakness CWE-862 · Missing authorization
Published May 8, 2026
Last update May 8, 2026

CVSS base score

3.3/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

Kimai is an open-source time tracking application. Prior to version 2.54.0, the Team API endpoints use #[IsGranted('edit_team')] instead of #[IsGranted('edit', 'team')], causing Symfony TeamVoter to abstain from voting. This removes entity-level ownership checks on team operations, allowing any user with the edit_team permission to modify any team, not just teams they are authorized to manage. This issue has been patched in version 2.54.0.

Key dates

02Disclosure timeline

May 8, 2026 CVE published
May 8, 2026 Record updated

Related vulnerabilities

04Related CVE