Description
Kimai before 2.63.0 contains an improper authorization vulnerability in team access endpoints that allows authenticated users with team edit permissions and read-only access to grant team access to customers, projects, or activities. Attackers can exploit insufficient permission checks by sending POST requests to team access endpoints to modify access control lists for entities they should not be able to modify.
Published: 2026-09-02
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Apply Patch
AI Analysis

Impact

The vulnerability is an improper authorization flaw in Kimai's team access endpoints, allowing authenticated users who possess team-edit permissions and read-only access to grant additional access to customers, projects, or activities. Attackers can leverage this to elevate their privileges within the application, gaining unauthorized read or edit rights to sensitive data. The weakness is classified as CWE‑732, indicating insufficient permissions for the functions being performed.

Affected Systems

The issue affects Kimai installations running any version prior to 2.63.0. Authenticated users with team‑edit or read‑only roles can trigger the exploit regardless of the actual data they are allowed to modify.

Risk and Exploitability

The reported CVSS score of 5.3 categorizes the vulnerability as moderate severity. Because the EPSS is unavailable and the vulnerability is not listed in the CISA KEV catalog, the likelihood of widespread exploitation remains uncertain, but the requirement for authentication limits the attack surface to authorized users who may have legitimate reasons to access the system. Exploitability stems from missing permission checks on POST requests to team access endpoints, allowing privilege escalation within the application.

Generated by OpenCVE AI on September 2, 2026 at 12:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Kimai to version 2.63.0 or later.
  • Revise role permissions to limit team edit rights to trusted administrators.
  • Audit and monitor POST requests to team access endpoints for suspicious activity.

Generated by OpenCVE AI on September 2, 2026 at 12:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description Kimai before 2.63.0 contains an improper authorization vulnerability in team access endpoints that allows authenticated users with team edit permissions and read-only access to grant team access to customers, projects, or activities. Attackers can exploit insufficient permission checks by sending POST requests to team access endpoints to modify access control lists for entities they should not be able to modify.
Title Kimai before 2.63.0 Authorization Bypass via Team Access Endpoints
First Time appeared Kimai
Kimai kimai
Weaknesses CWE-732
CPEs cpe:2.3:a:kimai:kimai:*:*:*:*:*:*:*:*
Vendors & Products Kimai
Kimai kimai
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-02T16:00:48.846Z

Reserved: 2026-09-02T10:19:32.991Z

Link: CVE-2026-84806

cve-icon Vulnrichment

Updated: 2026-09-02T13:42:30.754Z

cve-icon NVD

Status : Deferred

Published: 2026-09-02T12:17:17.593

Modified: 2026-09-02T16:17:33.447

Link: CVE-2026-84806

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T13:00:13Z

Weaknesses
  • CWE-732

    Incorrect Permission Assignment for Critical Resource