Search

Find a vulnerability

Search criteria

    Related vulnerabilities

    GHSA-473P-56XX-VG67

    Vulnerability from github – Published: 2026-07-06 21:49 – Updated: 2026-07-06 21:49
    VLAI
    Summary
    Kiwi TCMS vulnerable to stored XSS via JavaScript: URI in extra_link field (TestPlan & TestCase)
    Details

    Summary

    In Kiwi TCMS the fields TestCase.extra_link and TestPlan.extra_link were meant to represent URLs to external resources however in versions prior to 16.1 user input was not being sanitized and values were rendered verbatim which represents an opportunity for cross-site scripting exploitation. In version 16.1 these fields are properly sanitized and existing database records which don't validate will be reset to a null value.

    Impact

    Deployments which use the official Docker images and/or unmodified Kiwi TCMS middleware send a Content-Security-Policy header which makes this vulnerability difficult to exploit in practice because this header blocks the browser from executing inline JavaScript. Customized deployments which modify the default security settings may still be vulnerable.

    Show details on source website

    {
      "affected": [
        {
          "package": {
            "ecosystem": "PyPI",
            "name": "kiwitcms"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "last_affected": "12.4"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ]
        }
      ],
      "aliases": [
        "CVE-2026-55630"
      ],
      "database_specific": {
        "cwe_ids": [
          "CWE-79"
        ],
        "github_reviewed": true,
        "github_reviewed_at": "2026-07-06T21:49:41Z",
        "nvd_published_at": null,
        "severity": "LOW"
      },
      "details": "## Summary\n\nIn Kiwi TCMS the fields `TestCase.extra_link` and `TestPlan.extra_link` were meant to represent URLs to external resources however in versions prior to 16.1 user input was not being sanitized and values were rendered verbatim which represents an opportunity for cross-site scripting exploitation. In version 16.1 these fields are properly sanitized and existing database records which don\u0027t validate will be reset to a null value.\n\n\n## Impact\n\nDeployments which use the official Docker images and/or unmodified Kiwi TCMS middleware send a `Content-Security-Policy` header which makes this vulnerability difficult to exploit in practice because this header blocks the browser from executing inline JavaScript. Customized deployments which modify the default security settings may still be vulnerable.",
      "id": "GHSA-473p-56xx-vg67",
      "modified": "2026-07-06T21:49:41Z",
      "published": "2026-07-06T21:49:41Z",
      "references": [
        {
          "type": "WEB",
          "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-473p-56xx-vg67"
        },
        {
          "type": "PACKAGE",
          "url": "https://github.com/kiwitcms/Kiwi"
        },
        {
          "type": "WEB",
          "url": "https://github.com/kiwitcms/Kiwi/releases/tag/v16.1"
        },
        {
          "type": "WEB",
          "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2026/06/24/kiwi-tcms-161"
        }
      ],
      "schema_version": "1.4.0",
      "severity": [
        {
          "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N",
          "type": "CVSS_V3"
        }
      ],
      "summary": "Kiwi TCMS vulnerable to stored XSS via JavaScript: URI in extra_link field (TestPlan \u0026 TestCase)"
    }

    PYSEC-2026-2551

    Vulnerability from pysec - Published: 2026-07-13 15:46 - Updated: 2026-07-13 16:04
    VLAI
    Details

    Summary

    In Kiwi TCMS the fields TestCase.extra_link and TestPlan.extra_link were meant to represent URLs to external resources however in versions prior to 16.1 user input was not being sanitized and values were rendered verbatim which represents an opportunity for cross-site scripting exploitation. In version 16.1 these fields are properly sanitized and existing database records which don't validate will be reset to a null value.

    Impact

    Deployments which use the official Docker images and/or unmodified Kiwi TCMS middleware send a Content-Security-Policy header which makes this vulnerability difficult to exploit in practice because this header blocks the browser from executing inline JavaScript. Customized deployments which modify the default security settings may still be vulnerable.

    Impacted products
    Name purl
    kiwitcms pkg:pypi/kiwitcms

    {
      "affected": [
        {
          "package": {
            "ecosystem": "PyPI",
            "name": "kiwitcms",
            "purl": "pkg:pypi/kiwitcms"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "last_affected": "12.4"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ],
          "versions": [
            "10.0",
            "10.1",
            "10.2",
            "10.3",
            "10.3.999",
            "10.4",
            "10.5",
            "11.0",
            "11.1",
            "11.3",
            "11.4",
            "11.5",
            "11.6",
            "11.7",
            "12.0",
            "12.1",
            "12.2",
            "12.3",
            "12.4",
            "6.10",
            "6.11",
            "6.2.1",
            "6.3",
            "6.4",
            "6.5",
            "6.5.3",
            "6.6",
            "6.7",
            "6.8",
            "6.9",
            "7.0",
            "7.1",
            "7.2",
            "7.2.1",
            "7.3",
            "8.0",
            "8.1",
            "8.1.99",
            "8.2",
            "8.3",
            "8.4",
            "8.5",
            "8.6",
            "8.6.1",
            "8.7",
            "8.8",
            "8.9",
            "9.0",
            "9.999"
          ]
        }
      ],
      "aliases": [
        "CVE-2026-55630",
        "GHSA-473p-56xx-vg67"
      ],
      "details": "## Summary\n\nIn Kiwi TCMS the fields `TestCase.extra_link` and `TestPlan.extra_link` were meant to represent URLs to external resources however in versions prior to 16.1 user input was not being sanitized and values were rendered verbatim which represents an opportunity for cross-site scripting exploitation. In version 16.1 these fields are properly sanitized and existing database records which don\u0027t validate will be reset to a null value.\n\n\n## Impact\n\nDeployments which use the official Docker images and/or unmodified Kiwi TCMS middleware send a `Content-Security-Policy` header which makes this vulnerability difficult to exploit in practice because this header blocks the browser from executing inline JavaScript. Customized deployments which modify the default security settings may still be vulnerable.",
      "id": "PYSEC-2026-2551",
      "modified": "2026-07-13T16:04:27.718301Z",
      "published": "2026-07-13T15:46:28.995169Z",
      "references": [
        {
          "type": "WEB",
          "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-473p-56xx-vg67"
        },
        {
          "type": "PACKAGE",
          "url": "https://github.com/kiwitcms/Kiwi"
        },
        {
          "type": "WEB",
          "url": "https://github.com/kiwitcms/Kiwi/releases/tag/v16.1"
        },
        {
          "type": "WEB",
          "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2026/06/24/kiwi-tcms-161"
        },
        {
          "type": "PACKAGE",
          "url": "https://pypi.org/project/kiwitcms"
        },
        {
          "type": "ADVISORY",
          "url": "https://github.com/advisories/GHSA-473p-56xx-vg67"
        },
        {
          "type": "ADVISORY",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55630"
        }
      ],
      "severity": [
        {
          "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N",
          "type": "CVSS_V3"
        }
      ],
      "summary": "Kiwi TCMS vulnerable to stored XSS via JavaScript: URI in extra_link field (TestPlan \u0026 TestCase)"
    }