CVE-2026-28685 PUBLISHED

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

Assigner: GitHub_M
Reserved: 02.03.2026 Published: 06.03.2026 Updated: 06.03.2026

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.

Metrics

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

Product Status

Vendor kimai
Product kimai
Versions
  • Version < 2.51.0 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE