Vulnerability Description
Kimai versions from 2.61.0 before 2.63.0 fail to disable admin-only work-contract preferences for low-privilege users in the PATCH /api/users/{id}/preferences endpoint. Although the web interface gates these employment-contract fields behind the contract_other_profile admin permission, the WorkContractPreferenceSubscriber (introduced in 2.61.0) registers the preferences as enabled without a permission check, so an authenticated regular user can use the API to modify their own admin-only work-contract data. The issue is fixed in 2.63.0 by applying the same permission check to the API endpoint.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/kimai/kimai/security/advisories/GHSA-5mpc-5cg2-g99r
- https://www.vulncheck.com/advisories/kimai-2.61.0-before-2.63.0-authentication-b
FAQ
What is CVE-2026-84805?
CVE-2026-84805 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Kimai versions from 2.61.0 before 2.63.0 fail to disable admin-only work-contract preferences for low-privilege users in the PATCH /api/users/{id}/preferences endpoint. Although the web interface gate...
How severe is CVE-2026-84805?
CVE-2026-84805 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-84805?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.