CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

GHSA-2xgg-2x8h-8xw4: Kimai: Improper Authorization in Project, Customer, and Activity Rate Edit Endpoints Allows Cross-Scope Rate Manipulation

mediumCVE-2026-52826
Summary Kimai 2.56.0 contains an authenticated improper authorization vulnerability in the Web rate editing flows for projects, customers, and activities. A user who can edit one authorized parent object can combine that authorized parent ID with the rate ID of a different, unauthorized parent object and thereby modify the unauthorized rate record. This affects ProjectRate, CustomerRate, and ActivityRate editing. The issue is caused by missing parent-child consistency validation and allows cross-project, cross-customer, or cross-activity tampering of billing-related configuration. Details The issue affects the following Web routes: - GET/POST /en/admin/project/{id}/rate/{rate} - GET/POST /en/admin/customer/{id}/rate/{rate} - GET/POST /en/admin/activity/{id}/rate/{rate} In both cases, the parent object and the rate object are resolved independently from user-controlled route parameters. The controller only checks whether the current user may edit the parent object referenced by {id}, but it does not verify that the child rate object referenced by {rate} actually belongs to that same parent. In these controllers, there is no validation such as: - $rate->getProject() === $project - $rate->getCustomer() === $customer - $rate->getActivity() === $activity This missing binding check is especially notable because the API delete endpoints already enforce the expected parent-child relationship. This shows that parent-child consistency is already a recognized invariant in the application design, but the Web edit endpoints fail to enforce it for projects, customers, and activities. *A PoC was provided, but removed for security reasons.* Impact This vulnerability allows authenticated users to tamper with billing-related rate configuration outside their authorized project, customer, or activity scope. An attacker can modify rate values belonging to other teams or business domains, which can affect time-based settlement, inherited pricing, cost calculations, budget re

Details

Source
GitHub Security Advisories (INTL · database · site)
Severity
medium
Published
2026-07-14
Last updated
2026-07-14
Exploitation
Not in CISA KEV at last sync

Original advisory: https://github.com/advisories/GHSA-2xgg-2x8h-8xw4

Referenced CVEs

CVECSIRTS overviewExternal
CVE-2026-52826coverage & exploitation statusNVD · CVE.org

More from GitHub Security Advisories