Intel

AIKIDO-2026-390883

kimai/kimai is vulnerable to Missing Authorization

Missing AuthorizationGHSA-mc86-77vp-82g3 Published Yesterday

27

Low Risk

This Affects:

PHPkimai/kimai
0.0.1 - 2.64.0
Fixed in 2.65.0
Are you affected? Scan for Free

TL;DR

The team access management API allows revoking a team's access to activities, projects, and customers while checking only the team-editing permission. Granting access requires both the team-editing right and the entity permission-management right, but the revocation endpoints omit the permission-management check. An authenticated user with team-editing rights can remove team access to entities they are not authorized to manage. The fix requires the same permission-management validation for revocation that assignment already demands.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you grant users team-editing rights without the corresponding entity permission-management rights.

Background info

kimai/kimai is vulnerable to Missing Authorization in versions 0.0.1 - 2.64.0.

How to fix this

Upgrade the kimai/kimai library to the patch version.