Skip to main content

Kiwi TCMS EUVDEUVD-2026-78673

| CVE-2026-54724 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-07-06 https://github.com/kiwitcms/Kiwi GHSA-hmj5-jm8h-h9fh PYSEC-2026-2552
6.1
CVSS 3.1 · Vendor: https://github.com/kiwitcms/Kiwi
Share

Severity by source

Vendor (https://github.com/kiwitcms/Kiwi) PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

Network-accessible unauthenticated endpoint; user click required; scope change reflects cross-domain redirect; only indirect confidentiality and integrity impact via phishing, no availability impact.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (https://github.com/kiwitcms/Kiwi).

CVSS VectorVendor: https://github.com/kiwitcms/Kiwi

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Patch available
Sep 15, 2026 - 17:18 EUVD
Analysis Generated
Jul 06, 2026 - 22:42 vuln.today

DescriptionCVE.org

Summary

An open redirect vulnerability in the account confirmation endpoint allows an unauthenticated attacker to craft a URL hosted on a legitimate Kiwi TCMS instance that redirects victims to an arbitrary external domain. The attack surface is particularly relevant for phishing campaigns targeting Kiwi TCMS users, as the malicious link originates from a trusted organizational hostname.

Impact

This is an open redirect vulnerability (CWE-601). Any unauthenticated attacker can exploit it against any user of a Kiwi TCMS deployment.

The primary risk is phishing. Because Kiwi TCMS is typically deployed as an internal tool for engineering and QA teams, a redirect from the organization's own hostname carries high implicit trust. An attacker can use this endpoint to:

  • Redirect victims to a credential-harvesting page styled to match the Kiwi TCMS or corporate SSO login.
  • Bypass email security filters and link-reputation checks that allowlist the organization's domain.
  • Distribute malware via a convincing "confirm your account" lure.

AnalysisAI

Open redirect in Kiwi TCMS's account confirmation endpoint allows unauthenticated remote attackers to craft URLs hosted on a legitimate organizational Kiwi TCMS instance that silently redirect victims to arbitrary external domains. All deployments running versions prior to v16.1 are affected, with no authentication required from the attacker - only a victim click. The primary threat is high-trust phishing: because the malicious link originates from the organization's own hostname, it bypasses email security filters and link-reputation checks, enabling convincing credential-harvesting or malware delivery campaigns targeting engineering and QA staff. No active exploitation is confirmed (not in CISA KEV), and no public exploit code has been identified at time of analysis.

Technical ContextAI

Kiwi TCMS is a Django-based open-source test case management system distributed via PyPI (CPE: pkg:pip/kiwitcms). The vulnerability is a CWE-601 (URL Redirection to Untrusted Site) flaw in the account confirmation endpoint, where a redirect target URL parameter is accepted without validation or allowlisting of permissible destinations. Django applications commonly implement post-confirmation redirects via query parameters (e.g., ?next=) that, if unsanitized, allow any absolute URL - including external ones - to be injected. The CVSS scope change (S:C) reflects that the impact crosses a trust boundary: a request handled by the Kiwi TCMS server ultimately delivers the victim's browser to an attacker-controlled domain, affecting a system component outside the vulnerable application's authorization scope.

RemediationAI

The primary fix is to upgrade Kiwi TCMS to v16.1 or later via pip (pip install --upgrade kiwitcms); this is the vendor-released patch confirmed by the GitHub release tag at https://github.com/kiwitcms/Kiwi/releases/tag/v16.1 and the advisory at https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-hmj5-jm8h-h9fh. If immediate upgrade is not possible, restrict access to the account confirmation endpoint at the network perimeter or reverse proxy layer to limit exposure to trusted internal networks only - this reduces the phishing attack surface by preventing external actors from crafting externally deliverable redirect URLs, though it does not eliminate the vulnerability for insider-threat or already-networked attacker scenarios. Additionally, operators can configure email security gateways to flag or quarantine messages containing links to the Kiwi TCMS instance's confirmation endpoint path as a temporary compensating control.

CVE-2017-1000117 HIGH POC
8.8 Oct 05

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL ca

CVE-2024-52875 HIGH POC
8.8 Jan 31

GFI Kerio Control versions 9.2.5 through 9.4.5 contain an HTTP response splitting vulnerability in the dest parameter of

CVE-2016-5385 HIGH POC
8.1 Jul 19

PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect

CVE-2013-2248 MEDIUM POC
5.8 Jul 20

Multiple open redirect vulnerabilities in Apache Struts 2.0.0 through 2.3.15 allow remote attackers to redirect users to

CVE-2012-6499 MEDIUM POC
5.8 Jan 12

Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows

CVE-2015-2863 MEDIUM POC
4.3 Jul 20

Open redirect vulnerability in Kaseya Virtual System Administrator (VSA) 7.x before 7.0.0.29, 8.x before 8.0.0.18, 9.0 b

CVE-2017-3528 MEDIUM POC
5.4 Apr 24

Vulnerability in the Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (li

CVE-2012-0518 MEDIUM
4.7 Oct 16

Unspecified vulnerability in the Oracle Application Server Single Sign-On component in Oracle Fusion Middleware 10.1.4.3

CVE-2024-21641 MEDIUM POC
6.5 Jan 05

Flarum is open source discussion platform software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exp

CVE-2015-5354 MEDIUM POC
5.8 Jul 01

Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites

CVE-2015-5461 MEDIUM POC
6.4 Jul 08

Open redirect vulnerability in the Redirect function in stageshow_redirect.php in the StageShow plugin before 5.0.9 for

CVE-2024-22891 CRITICAL POC
9.8 Mar 01

Nteract v.0.28.0 was discovered to contain a remote code execution (RCE) vulnerability via the Markdown link. Rated crit

Share

EUVD-2026-78673 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy