CVE Catalog

CVE-2026-55630

UnknownCVSS 0.0
Published: Translated: NVD NIST

Summary

Kiwi TCMS is an open source test management system. Prior to 16.1, TestCase.extra_link and TestPlan.extra_link accepted unsanitized user input and rendered stored values verbatim, creating an opportunity for cross-site scripting. Official Docker images and unmodified Kiwi TCMS middleware send a Content-Security-Policy header that blocks inline JavaScript, making exploitation difficult in default deployments, while customized deployments that weaken those security settings may remain vulnerable. Version 16.1 properly sanitizes both fields and resets existing database records that do not validate to null. This issue is fixed in version 16.1.

Risk Assessment

In default deployments, the risk is limited by the Content-Security-Policy header, but in environments with weakened security settings an attacker can execute scripts in the victim's browser. This may lead to session theft or other actions in the context of an authenticated user.

Recommendation

Update Kiwi TCMS to version 16.1 or later, which sanitizes the extra_link fields and resets invalid records. Do not weaken the Content-Security-Policy header in your deployments.

Other vulnerabilities in Kiwi TCMS

See all
Original NVD description (English source)

Kiwi TCMS is an open source test management system. Prior to 16.1, TestCase.extra_link and TestPlan.extra_link accepted unsanitized user input and rendered stored values verbatim, creating an opportunity for cross-site scripting. Official Docker images and unmodified Kiwi TCMS middleware send a Content-Security-Policy header that blocks inline JavaScript, making exploitation difficult in default deployments, while customized deployments that weaken those security settings may remain vulnerable. Version 16.1 properly sanitizes both fields and resets existing database records that do not validate to null. This issue is fixed in version 16.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS