CVE-2026-55630 PUBLISHED

Kiwi TCMS: Stored XSS via javascript: URI in extra_link field (TestPlan & TestCase)

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 15.09.2026 Updated: 15.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N
CVSS Score: 0

Product Status

Vendor kiwitcms
Product Kiwi
Versions
  • Version < 16.1 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE