Kiwi TCMS, an open source test management system, allows users to upload attachments to test plans, test cases, etc. In versions of Kiwi TCMS prior to 12.2, 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.
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. There are no known workarounds aside from upgrading.
References
Link | Resource |
---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj | Vendor Advisory |
https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c | Permissions Required |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/ | Release Notes |
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj | Vendor Advisory |
https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c | Permissions Required |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/ | Release Notes |
Configurations
History
21 Nov 2024, 08:00
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.1 |
References | () https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj - Vendor Advisory | |
References | () https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c - Permissions Required | |
References | () https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/ - Release Notes |
Information
Published : 2023-04-24 17:15
Updated : 2024-11-21 08:00
NVD link : CVE-2023-30613
Mitre link : CVE-2023-30613
CVE.ORG link : CVE-2023-30613
JSON object : View
Products Affected
kiwitcms
- kiwi_tcms
CWE
CWE-434
Unrestricted Upload of File with Dangerous Type