CVE-2026-52819
Published:July 14, 2026
Updated:August 27, 2026
"GET /api/timesheets?user=<id>" (and "users[]=<id>") returns the targeted user's timesheet records to any caller that has the "view_other_timesheet" permission, without verifying that the caller is teamlead of any team containing the target user. The per-record endpoint "GET /api/timesheets/{id}" correctly enforces this check via "TimesheetVoter"/"RolePermissionManager::checkTeamAccessTimesheet" → "checkTeamLeadAccess", but the list endpoint only filters projects/customers by team membership and never validates "t.user". A "ROLE_TEAMLEAD" user can therefore enumerate any user's records — including the "rate" field — as long as those records are on a project with no team scoping (Kimai's default) or on any project that shares any team (membership, not lead) with the requester.
Affected Packages
kimai/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:
6.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Incorrect Authorization