Intel

AIKIDO-2026-569155

kimai/kimai is vulnerable to Information Disclosure

Information DisclosureGHSA-pvc4-crg3-gj44 Published Aug 12, 2026

39

Low Risk

This Affects:

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

TL;DR

The project view reporting export route places its authorization attributes on the report method instead of the controller class, so the export route inherits no permission check. Any authenticated user, including a plain role without project_reporting, can call the export and download the same project overview dataset that the report itself returns 403 for. The exposed data spans customer names, project names, currency, budget type, and aggregate totals across all customers. The fix moves the permission checks to the controller class so the report and its export share the same guards.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

kimai/kimai is vulnerable to Information Disclosure in versions 0.0.1 - 2.63.0.

How to fix this

Upgrade the kimai/kimai library to the patch version.