Publish Advisories

GHSA-jpgw-2r9m-8qfw
GHSA-qxh3-jgvh-x55j
This commit is contained in:
advisory-database[bot]
2023-07-05 22:41:36 +00:00
parent 5511596d9b
commit 8a517808ca
2 changed files with 154 additions and 0 deletions
@@ -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
}
}
@@ -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
}
}