---
id: CVE-2023-30613
aliases:
  - GHSA-fwcf-753v-fgcj
  - PYSEC-2026-1498
title: Unrestricted file upload in kiwi TCMS
summary: Unrestricted file upload in kiwi TCMS
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N'
vendor: kiwitcms
product: kiwitcms
ecosystem: pip
affected:
  - kiwitcms < 12.2
patched:
  - kiwitcms 12.2
published: '2023-04-24'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-fwcf-753v-fgcj'
references:
  - url: 'https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-30613'
  - url: 'https://github.com/kiwitcms/Kiwi'
  - url: 'https://huntr.com/bounties/c30d3503-600d-4d00-9571-98826a51f12c'
  - url: 'https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c'
  - url: 'https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122'
tags:
  - osv
  - pip
epss: 0.01024
epssPercentile: 0.62066
ingestedAt: '2026-07-08T18:25:49.149Z'
---

## Overview

### Impact
Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. In earlier versions there is no control over what kinds of files can be uploaded. Thus a malicious actor may upload an `.exe` file or a file containing embedded JavaScript and trick others into clicking on these files causing vulnerable browsers to execute malicious code on another computer or attempting XSS attacks.

Stored XSS attacks via file uploads have been fixed in earlier versions of Kiwi TCMS, see [GHSA-2wcr-87wf-cf9j](https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j). This advisory deals with prohibiting users to upload potentially compromised files in the first place.


### Patches
Kiwi TCMS v12.2 comes with functionality that allows administrators to configure additional upload validator functions which give them more control over what file types are accepted for upload. By default `.exe` are denied. Other files containing the `<script>` tag, regardless of their type are also denied b/c they are a path to XSS attacks.



### Workarounds
Upgrade to version 12.2 or later.

### References
Originally reported by [Ahmed Rabeaa Mosaa](https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c).

## Affected packages

- `kiwitcms < 12.2`

## Remediation

Upgrade to a patched release:

- `kiwitcms 12.2`
