CVE-2026-28685 MEDIUM

CVE-2026-28685: Kimai: API invoice endpoint missing customer-level access control (IDOR)

Vendor Kimai
Product kimai
Weakness CWE-285
Published March 6, 2026
Last update March 9, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

Kimai is a web-based multi-user time-tracking application. Prior to version 2.51.0, "GET /api/invoices/{id}" only checks the role-based view_invoice permission but does not verify the requesting user has access to the invoice's customer. Any user with ROLE_TEAMLEAD (which grants view_invoice) can read all invoices in the system, including those belonging to customers assigned to other teams. This issue has been patched in version 2.51.0.

Key dates

02Disclosure timeline

March 6, 2026 CVE published
March 9, 2026 Record updated