ghsa-jpgw-2r9m-8qfw
Vulnerability from github
Published
2023-07-05 22:40
Modified
2023-07-05 22:40
Severity ?
Summary
Kiwi TCMS's misconfigured HTTP headers allow stored XSS execution with Firefox
Details
Impact
Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced changes which were meant to serve all uploaded files as plain text in order to prevent browsers from executing potentially dangerous files when such files are accessed directly!
The previous Nginx configuration was incorrect allowing certain browsers like Firefox to ignore the Content-Type: text/plain
header on some occasions thus allowing potentially dangerous scripts to be executed.
Additionally file upload validators and parts of the HTML rendering code have been found to require additional sanitation and improvements.
Patches
- Updated Nginx content type configuration
- Improved file upload validation code to prevent more potentially dangerous uploads
- Sanitization of test plan names used in the
tree_view_html()
function
References
Disclosed by M Nadeem Qazi and Mahshooq Zubair.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "kiwitcms" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "12.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-36809" ], "database_specific": { "cwe_ids": [ "CWE-434", "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2023-07-05T22:40:59Z", "nvd_published_at": "2023-07-05T22:15:09Z", "severity": "HIGH" }, "details": "### Impact\n\nKiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced\nchanges which were meant to serve all uploaded files as plain text in order to prevent browsers from executing potentially dangerous files when such files are accessed directly! \n\nThe previous Nginx configuration was incorrect allowing certain browsers like Firefox to ignore the `Content-Type: text/plain` header on some occasions thus allowing potentially dangerous scripts to be executed. \n\nAdditionally file upload validators and parts of the HTML rendering code have been found to require additional sanitation and improvements.\n\n### Patches\n\n- Updated Nginx content type configuration\n- Improved file upload validation code to prevent more potentially dangerous uploads\n- Sanitization of test plan names used in the `tree_view_html()` function\n\n### References\n\nDisclosed by [M Nadeem Qazi](https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/) and\n[Mahshooq Zubair](https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/).", "id": "GHSA-jpgw-2r9m-8qfw", "modified": "2023-07-05T22:40:59Z", "published": "2023-07-05T22:40:59Z", "references": [ { "type": "WEB", "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36809" }, { "type": "WEB", "url": "https://github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c" }, { "type": "WEB", "url": "https://github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d" }, { "type": "PACKAGE", "url": "https://github.com/kiwitcms/Kiwi" }, { "type": "WEB", "url": "https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8" }, { "type": "WEB", "url": "https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223" }, { "type": "WEB", "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125" }, { "type": "WEB", "url": "https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c" }, { "type": "WEB", "url": "https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Kiwi TCMS\u0027s misconfigured HTTP headers allow stored XSS execution with Firefox" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.