From 8a517808ca98a91cc7a19080d4d9db18821eb5ae Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:41:36 +0000 Subject: [PATCH] Publish Advisories GHSA-jpgw-2r9m-8qfw GHSA-qxh3-jgvh-x55j --- .../GHSA-jpgw-2r9m-8qfw.json | 78 +++++++++++++++++++ .../GHSA-qxh3-jgvh-x55j.json | 76 ++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 advisories/github-reviewed/2023/07/GHSA-jpgw-2r9m-8qfw/GHSA-jpgw-2r9m-8qfw.json create mode 100644 advisories/github-reviewed/2023/07/GHSA-qxh3-jgvh-x55j/GHSA-qxh3-jgvh-x55j.json diff --git a/advisories/github-reviewed/2023/07/GHSA-jpgw-2r9m-8qfw/GHSA-jpgw-2r9m-8qfw.json b/advisories/github-reviewed/2023/07/GHSA-jpgw-2r9m-8qfw/GHSA-jpgw-2r9m-8qfw.json new file mode 100644 index 00000000000..14680b8e8c0 --- /dev/null +++ b/advisories/github-reviewed/2023/07/GHSA-jpgw-2r9m-8qfw/GHSA-jpgw-2r9m-8qfw.json @@ -0,0 +1,78 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jpgw-2r9m-8qfw", + "modified": "2023-07-05T22:40:59Z", + "published": "2023-07-05T22:40:59Z", + "aliases": [ + "CVE-2023-36809" + ], + "summary": "Kiwi TCMS's misconfigured HTTP headers allow stored XSS execution with Firefox", + "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/).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "kiwitcms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "12.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw" + }, + { + "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/" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434", + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-07-05T22:40:59Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/07/GHSA-qxh3-jgvh-x55j/GHSA-qxh3-jgvh-x55j.json b/advisories/github-reviewed/2023/07/GHSA-qxh3-jgvh-x55j/GHSA-qxh3-jgvh-x55j.json new file mode 100644 index 00000000000..61fb008bb01 --- /dev/null +++ b/advisories/github-reviewed/2023/07/GHSA-qxh3-jgvh-x55j/GHSA-qxh3-jgvh-x55j.json @@ -0,0 +1,76 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qxh3-jgvh-x55j", + "modified": "2023-07-05T22:40:22Z", + "published": "2023-07-05T22:40:22Z", + "aliases": [ + + ], + "summary": "Connect-CMS Privilege Escalation Vulnerability", + "details": "### Impact\n\nThere is a Privilege Escalation Vulnerability on the management system of Connect-CMS.\nAffercted Version : Connect-CMS 1.7.1, 2.3.1 and earlier\n\n### Patches\n\nversion 1.7.2, 2.3.2\n\n### Workarounds\n\nUpgrade Connect-CMS to latest version\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "opensource-workshop/connect-cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.7.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "opensource-workshop/connect-cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-qxh3-jgvh-x55j" + }, + { + "type": "PACKAGE", + "url": "https://github.com/opensource-workshop/connect-cms" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-07-05T22:40:22Z", + "nvd_published_at": null + } +} \ No newline at end of file