CVE-2026-52820
Published:July 14, 2026
Updated:August 27, 2026
The Timesheet API "PATCH /api/timesheets/{id}" and "POST /api/timesheets" endpoints accept a user-supplied "project" ID and resolve it through a Symfony "EntityType" whose "query_builder" allows the submitted ID to satisfy the access predicate via an unconditional OR branch. As a result, any authenticated user can re-assign their own timesheet to any project in the database — including projects that belong to teams or customers they have no membership in and cannot otherwise see. The user can then read serialized project/customer details via "GET /api/timesheets/{id}?full=true", leaking metadata (name, currency, customer hierarchy) that would otherwise be filtered out by the team ACL.
Affected Packages
kimai/kimai (PHP):
Affected version(s) >=dev-release-1.12 <2.57.0Fix Suggestion:
Update to version 2.57.0kimai/kimai (PHP):
Affected version(s) >=dev-release-1.12 <2.57.0Fix Suggestion:
Update to version 2.57.0Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key