Cyber Resilience

CVE-2023-53957

Kimai 1.30.10

Public PoC
Published
19 December 2025
Modified
19 February 2026
Patch / advisory
CVSS Score v4 8.5
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0052 41th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2023-53957 is a high-severity Sensitive Cookie with Improper SameSite Attribute (CWE-1275) vulnerability in Kimai Kimai. Its CVSS base score is 8.5 (High).

Operationally, ranked at the 41th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2023-53957 is a SameSite cookie vulnerability in Kimai version 1.30.10, a PHP-based time-tracking application. The flaw allows attackers to steal user session cookies by exploiting improper cookie attributes, specifically through a crafted PHP script that captures and writes session cookie data to a file on the server. This issue is rated critical with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-1275.

Any unauthenticated attacker with network access can exploit this vulnerability remotely with low complexity and no privileges required. By tricking victims into executing the crafted PHP script—potentially via social engineering or cross-site scripting—the attacker can capture valid session cookies, enabling session hijacking and unauthorized access to the victim's account in Kimai.

Advisories and references recommend mitigation through patching. The Kimai GitHub release page for tag 1.30.10 likely details fixes for this issue, urging users to upgrade to a patched version. An exploit is publicly available on Exploit-DB (ID 51278), and VulnCheck's advisory highlights the SameSite cookie misconfiguration leading to session hijacking, emphasizing immediate updates to prevent exploitation.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Kimai 1.30.10 contains a SameSite cookie vulnerability that allows attackers to steal user session cookies through malicious exploitation. Attackers can trick victims into executing a crafted PHP script that captures and writes session cookie information to a file, enabling potential…

more

session hijacking.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-44298Same product: Kimai Kimai
CVE-2026-23626Same product: Kimai Kimai
CVE-2024-4596Same product: Kimai Kimai
CVE-2026-28685Same product: Kimai Kimai
CVE-2024-29200Same product: Kimai Kimai
CVE-2026-40486Same product: Kimai Kimai
CVE-2026-42267Same product: Kimai Kimai
CVE-2026-40479Same product: Kimai Kimai
CVE-2026-41498Same product: Kimai Kimai
CVE-2023-46245Same product: Kimai Kimai

Affected Assets

kimai
kimai
1.30.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2

Mitigating Controls (NIST 800-53 r5) AI

Establishing secure configuration settings for web components includes requiring appropriate SameSite attributes on sensitive cookies.

Proper SameSite settings on session cookies directly help protect the authenticity of communications sessions against cross-site misuse.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 mostly match
prevents

Secure configuration baselines and enforcement directly require proper SameSite settings on sensitive cookies.

PR.PS-06 mostly match
prevents

Secure SDLC practices include coding standards and reviews that mandate correct SameSite attributes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing SameSite attributes but does not prevent the weakness.

prevents

Application security requirements can mandate SameSite attributes on sensitive cookies.

prevents

Secure coding standards directly require proper SameSite settings to prevent CSRF.

References