CyberRota Analysis
AI-GeneratedKiwi TCMS versions prior to 16.1 are vulnerable to cross-site scripting due to unsanitized user input in the TestCase.extra_link and TestPlan.extra_link fields. While default deployments using official Docker images are protected by a Content-Security-Policy that blocks inline JavaScript, customized setups that alter these security settings may still be at risk. Organizations using Kiwi TCMS should prioritize upgrading to version 16.1 to mitigate this vulnerability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.