{ "schema_version": "1.4.0", "id": "GHSA-v8rp-6xcv-fwgh", "modified": "2026-07-02T20:55:22Z", "published": "2026-07-02T20:55:22Z", "aliases": [ "CVE-2026-49292" ], "summary": "Kiwi TCMS's /init-db/ page renders and responds to requests after first use", "details": "Kiwi TCMS provides the /init-db/ page as part of its setup mechanism for administrators who prefer a browser instead of the command line. In previous versions of Kiwi TCMS this page still renders and responds to requests even after first use.\n\n### Impact\n\nThe /init-db/ page does not require any user authentication because it is the first setup operation that needs to be executed in order for Kiwi TCMS to function. Database initialization happens before there are any user accounts available!\n\nWhile that looks serious at first the /init-db/ page is merely a proxy behind the `/Kiwi/manage.py migrate` command, which itself is designed to be reentrant. In the case of repeated access to the /init-db/ page after first use the output is:\n```\nRunning migrations:\n No migrations to apply.\n```\nas shown on the screenshots below:\n\n\"2222\"\n\n\"3333\"\n\n- There is no data loss because migrations result in a no-op if they are already applied!\n- No application state is altered because all state changes have already been applied! \n- No confidential information revealed because database migrations only report status on migrations which are clearly visible in source code!\n\n### Remediation\n\nThe /init-db/ page has been modified to short-circuit itself if migrations have already been applied, resulting in a no-op on the webUI layer as well.", "severity": [ { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "kiwitcms" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "12.4" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-v8rp-6xcv-fwgh" }, { "type": "PACKAGE", "url": "https://github.com/kiwitcms/Kiwi" } ], "database_specific": { "cwe_ids": [ "CWE-862" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2026-07-02T20:55:22Z", "nvd_published_at": null } }