Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. kimai/kimai
  4. ›
  5. CVE-2026-52819

CVE-2026-52819: Kimai: Teamlead authorization bypass in GET /api/timesheets allows reading other users' timesheet records without being teamlead of the target

July 13, 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.

References

  • github.com/advisories/GHSA-4m8q-55qv-9pwp
  • github.com/kimai/kimai/security/advisories/GHSA-4m8q-55qv-9pwp
  • nvd.nist.gov/vuln/detail/CVE-2026-52819

Code Behaviors & Features

Detect and mitigate CVE-2026-52819 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.57.0

Fixed versions

  • 2.57.0

Solution

Upgrade to version 2.57.0 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

packagist/kimai/kimai/CVE-2026-52819.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 16 Aug 2026 12:17:38 +0000.