CVE-2026-41498: Kimai has Missing Object-Level Authorization in the Team API
(updated )
The Team API endpoints use #[IsGranted(’edit_team’)] instead of #[IsGranted(’edit’, ’team’)], causing Symfony TeamVoter to abstain from voting. This removes entity-level ownership checks on team operations, allowing any user with the edit_team permission to modify any team, not just teams they are authorized to manage.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-41498 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 →