Description
Kimai before 2.53.0 contains an open redirect vulnerability in the SAML authentication success handler that accepts unvalidated RelayState POST parameters as redirect destinations. Attackers with IdP access can supply malicious RelayState values to redirect authenticated users to attacker-controlled URLs for credential theft or phishing attacks.
Published: 2026-08-25
Score: 0 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kimai versions before 2.53.0 allow an attacker who controls the IdP to supply malicious RelayState values that are not validated by the SAML authentication success handler. This flaw means an authenticated user can be redirected to any attacker‑controlled URL, facilitating phishing attempts or credential theft. The weakness is identified as CWE‑601, the classic open redirect issue.

Affected Systems

The vulnerability affects the Kimai project, specifically all releases prior to version 2.53.0. Users running Kimai 2.52.x or earlier are at risk.

Risk and Exploitability

Because this redirect is triggered after a successful SAML authentication, an adversary must have access to the IdP or privileges to inject RelayState parameters. Once that condition is met, exploitation is straightforward: the user is automatically redirected to a malicious site. The EPSS score is not available and the flaw is not currently listed in the CISA KEV catalog, but the lack of input validation makes the risk significant for environments using untrusted IdPs.

Generated by OpenCVE AI on August 26, 2026 at 01:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Kimai 2.53.0 or newer, which removes the open redirect vulnerability.
  • If upgrading immediately is not feasible, isolate the SAML authentication flow by disabling the ability for the IdP to set RelayState via POST or by hardening the relay state endpoint to allow only trusted values.
  • Monitor logs for SAML authentication events followed by unexpected external redirects, and configure alerts for suspicious navigation patterns to catch potential abuse.

Generated by OpenCVE AI on August 26, 2026 at 01:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description Kimai before 2.53.0 contains an open redirect vulnerability in the SAML authentication success handler that accepts unvalidated RelayState POST parameters as redirect destinations. Attackers with IdP access can supply malicious RelayState values to redirect authenticated users to attacker-controlled URLs for credential theft or phishing attacks.
Title Kimai before 2.53.0 Open Redirect via RelayState
First Time appeared Kimai
Kimai kimai
Weaknesses CWE-601
CPEs cpe:2.3:a:kimai:kimai:*:*:*:*:*:*:*:*
Vendors & Products Kimai
Kimai kimai
References
Metrics cvssV3_1

{'score': 0, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:N'}

cvssV4_0

{'score': 0, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T23:19:05.809Z

Reserved: 2026-08-25T23:14:37.730Z

Link: CVE-2026-80200

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T01:15:04Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')