---
id: CVE-2023-33977
aliases:
  - GHSA-2fqm-m4r2-fh98
  - PYSEC-2026-1495
title: >-
  kiwitcms vulnerable to stored cross-site scripting via unrestricted file
  upload
summary: >-
  kiwitcms vulnerable to stored cross-site scripting via unrestricted file
  upload
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'
vendor: kiwitcms
product: kiwitcms
ecosystem: pip
affected:
  - kiwitcms < 12.4
patched:
  - kiwitcms 12.4
published: '2023-06-06'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:02.113010094Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-2fqm-m4r2-fh98'
references:
  - url: 'https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-33977'
  - url: >-
      https://github.com/kiwitcms/kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034
  - url: 'https://github.com/kiwitcms/Kiwi'
  - url: 'https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68'
  - url: 'https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87'
  - url: 'https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96'
  - url: 'https://kiwitcms.org/blog/kiwi-tcms-team/2023/06/06/kiwi-tcms-124'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.0087
epssPercentile: 0.57093
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/mnqazi/CVE-2023-33977'
  checkedAt: '2026-09-26T09:05:29.847Z'
exploitAvailable: true
ingestedAt: '2026-07-08T18:25:44.218Z'
---

## Overview

### Impact

Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced upload validators in order to prevent potentially dangerous files from being uploaded and Content-Security-Policy definition to prevent cross-site-scripting attacks. 

The upload validation checks were not 100% robust which left the possibility to circumvent them and upload a potentially dangerous file which allows execution of arbitrary JavaScript in the browser. Additionally we've discovered that Nginx's `proxy_pass` directive will strip some headers negating protections built into Kiwi TCMS when served behind a reverse proxy.

### Patches

- Improved file upload validation code
- Updated Nginx reverse proxy configuration for ***.tenant.kiwitcms.org**

### Workarounds

If serving Kiwi TCMS behind a reverse proxy make sure that additional header values are still passed to the client browser. If they aren't redefine them inside the proxy configuration. See [etc/nginx.conf#L66-L68](https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68) and [etc/nginx.conf#L87](https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87)

### References

Disclosed by [M Nadeem Qazi](https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/).

## Affected packages

- `kiwitcms < 12.4`

## Remediation

Upgrade to a patched release:

- `kiwitcms 12.4`
