CVE-2026-49292 PUBLISHED

Kiwi TCMS: The /init-db/ page renders and responds to requests after first use

Assigner: GitHub_M
Reserved: 28.05.2026 Published: 17.09.2026 Updated: 17.09.2026

Kiwi TCMS is an open source test management system. Prior to 16.0, the unauthenticated /init-db/ page handled by InitDBView in tcms/core/views.py remains reachable after initial setup and proxies repeated requests to Kiwi/manage.py migrate. The migration command is reentrant, so repeated access reports that no migrations are available and does not cause data loss, alter application state, reveal confidential information, or produce a documented availability impact. This issue is fixed in version 16.0.

Metrics

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

Product Status

Vendor kiwitcms
Product Kiwi
Versions
  • Version < 16.0 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE