Description
Kimai (kimai/kimai) through 2.65.0 contains a business logic / improper authorization vulnerability in the default team creation endpoints. An authenticated user with project permission-management privileges can create or use a customer, project, or activity whose name matches an existing team; because the endpoints POST /api/customers/{id}/team, POST /api/projects/{id}/team, and POST /api/activities/{id}/team reuse an existing team of the same name and add the current user as teamlead without verifying that the user is authorized to manage that team, the attacker gains unauthorized team-lead (administration) rights over the existing team. Fixed in 2.65.0.
Published: 2026-09-02
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized administrative rights over existing teams.
Action: Patch
AI Analysis

Impact

Kimai versions prior to 2.65.0 allow an authenticated user who has project permission‑management privileges to create a team that shares the name of an existing team via the team creation endpoints. The API then reuses the existing team and assigns the calling user as the team lead without checking that the user is allowed to manage that team. The result is that the attacker obtains administrative control over an existing team, enabling them to oversee or manipulate all data associated with that team. The weakness is classified as CWE-266, an improper privilege management vulnerability.

Affected Systems

All installations of Kimai (kimai/kimai) before version 2.65.0 are vulnerable. The vulnerability is present in the default team creation endpoints for customers, projects, and activities.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires that the attacker first authenticate to the system and possess project permission‑management privileges; thus the attack vector is likely internal or requires prior compromise of an authorized account.

Generated by OpenCVE AI on September 2, 2026 at 13:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Kimai to version 2.65.0 or later to apply the vendor fix.
  • If an update cannot be applied immediately, restrict access to the POST /api/*/team endpoints or remove project permission‑management privileges from untrusted users.
  • Audit existing teams to verify that only authorized personnel are listed as team leads.

Generated by OpenCVE AI on September 2, 2026 at 13:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 13: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 (kimai/kimai) through 2.65.0 contains a business logic / improper authorization vulnerability in the default team creation endpoints. An authenticated user with project permission-management privileges can create or use a customer, project, or activity whose name matches an existing team; because the endpoints POST /api/customers/{id}/team, POST /api/projects/{id}/team, and POST /api/activities/{id}/team reuse an existing team of the same name and add the current user as teamlead without verifying that the user is authorized to manage that team, the attacker gains unauthorized team-lead (administration) rights over the existing team. Fixed in 2.65.0.
Title Kimai before 2.65.0 Authentication Bypass via Team Creation
First Time appeared Kimai
Kimai kimai
Weaknesses CWE-266
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-02T12:38:36.545Z

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

Link: CVE-2026-84807

cve-icon Vulnrichment

Updated: 2026-09-02T12:38:30.523Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-02T13:54:48.797

Link: CVE-2026-84807

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T13:45:17Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment