PatchSiren cyber security CVE debrief
CVE-2026-52823 kimai CVE debrief
CVE-2026-52823 is a vulnerability in Kimai, an open-source time tracking application. The vulnerability allows a remote attacker to cause a logged-in user to perform unauthorized actions on their timesheets, such as stopping a running timesheet or restarting a historical entry, without the user's consent. This can lead to corrupted time records, billing, reports, approvals, and audits. The issue is fixed in version 2.58.0.
- Vendor
- kimai
- Product
- Unknown
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-23
Who should care
Defenders responsible for Kimai instances should assess exposure and apply the fix, as the vulnerability can lead to corrupted time records and billing. Users of Kimai should also be aware of the vulnerability and take steps to protect themselves.
Why it matters
CVE-2026-52823 is a vulnerability in Kimai that allows remote attackers to perform unauthorized actions on timesheets, leading to corrupted time records and billing. Defenders should prioritize verifying exposure and applying the fix.
- Corruption of time records and billing due to unauthorized actions.
- Potential disruption of business operations due to corrupted data.
- Need for defenders to verify exposure and apply the fix.
- Possible impact on audits and approvals due to corrupted data.
Technical summary
The vulnerability is caused by the TimesheetController exposing GET /api/timesheets/{id}/stop and GET /api/timesheets/{id}/restart, which reuse an authenticated browser session and perform state-changing operations through GET requests without a request-forgery defense. This allows a remote attacker to cause a logged-in user to request either route from attacker-controlled content, stopping a running timesheet or restarting a historical entry to create and start a new timesheet without the user's consent.
Defensive priority
Defenders should prioritize verifying exposure and applying the fix, as the vulnerability can lead to corrupted time records and billing.
Recommended defensive actions
- Verify exposure by checking if the Kimai instance is vulnerable to the described attacks.
- Apply the fix by upgrading to version 2.58.0 or later.
- Monitor timesheets and billing for any suspicious activity.
- Implement additional security measures, such as request-forgery defenses, to prevent similar attacks.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability is caused by the TimesheetController exposing GET /api/timesheets/{id}/stop and GET /api/timesheets/{id}/restart, which reuse an authenticated browser session and perform state-changing operations through GET requests without a request-forgery defense.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-52823 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-52823
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-52823 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-52823
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/kimai/kimai/commit/31a8f887a5cda517db7b4320a7ad997c87d08601
-
Source reference
Unverified legacy reference
URL: https://github.com/kimai/kimai/pull/5952
-
Source reference
Unverified legacy reference
URL: https://github.com/kimai/kimai/releases/tag/2.58.0
-
Source reference
Unverified legacy reference
URL: https://github.com/kimai/kimai/security/advisories/GHSA-r8vr-m544-qh4h
-
Source reference
Unverified legacy reference
URL: https://www.kimai.org/en/security/ghsa-r8vr-m544-qh4h
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.