All the vulnerabilites related to kiwitcms - Kiwi
cve-2023-33977
Vulnerability from cvelistv5
Published
2023-06-06 18:03
Modified
2024-08-02 15:54
Severity ?
EPSS score ?
Summary
Stored cross site scripting (XSS) via unrestricted file upload in Kiwi TCMS
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98 | x_refsource_CONFIRM | |
https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034 | x_refsource_MISC | |
https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68 | x_refsource_MISC | |
https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87 | x_refsource_MISC | |
https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/ | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T15:54:14.195Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87" }, { "name": "https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system for both manual and automated testing. 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\u0027ve discovered that Nginx\u0027s `proxy_pass` directive will strip some headers negating protections built into Kiwi TCMS when served behind a reverse proxy. This issue has been addressed in version 12.4. Users are advised to upgrade. Users unable to upgrade who are serving Kiwi TCMS behind a reverse proxy should make sure that additional header values are still passed to the client browser. If they aren\u0027t redefining them inside the proxy configuration." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-06-06T18:03:18.882Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87" }, { "name": "https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/" } ], "source": { "advisory": "GHSA-2fqm-m4r2-fh98", "discovery": "UNKNOWN" }, "title": "Stored cross site scripting (XSS) via unrestricted file upload in Kiwi TCMS" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-33977", "datePublished": "2023-06-06T18:03:18.882Z", "dateReserved": "2023-05-24T13:46:35.955Z", "dateUpdated": "2024-08-02T15:54:14.195Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-30544
Vulnerability from cvelistv5
Published
2023-04-24 16:26
Modified
2024-08-02 14:28
Severity ?
EPSS score ?
Summary
Kiwi TCMS may allow user to update email address to unverified one
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7x6q-3v3m-cwjg | x_refsource_CONFIRM | |
https://huntr.dev/bounties/1714df73-e639-4d64-ab25-ced82dad9f85/ | x_refsource_MISC | |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/ | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T14:28:51.914Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7x6q-3v3m-cwjg", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7x6q-3v3m-cwjg" }, { "name": "https://huntr.dev/bounties/1714df73-e639-4d64-ab25-ced82dad9f85/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/1714df73-e639-4d64-ab25-ced82dad9f85/" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.2" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system. In versions of Kiwi TCMS prior to 12.2, users were able to update their email addresses via the `My profile` admin page. This page allowed them to change the email address registered with their account without the ownership verification performed during account registration. Operators of Kiwi TCMS should upgrade to v12.2 or later to receive a patch. No known workarounds exist." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-283", "description": "CWE-283: Unverified Ownership", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-863", "description": "CWE-863: Incorrect Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-04-24T16:26:08.626Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7x6q-3v3m-cwjg", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7x6q-3v3m-cwjg" }, { "name": "https://huntr.dev/bounties/1714df73-e639-4d64-ab25-ced82dad9f85/", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/1714df73-e639-4d64-ab25-ced82dad9f85/" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/", "tags": [ "x_refsource_MISC" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/" } ], "source": { "advisory": "GHSA-7x6q-3v3m-cwjg", "discovery": "UNKNOWN" }, "title": "Kiwi TCMS may allow user to update email address to unverified one" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-30544", "datePublished": "2023-04-24T16:26:08.626Z", "dateReserved": "2023-04-12T15:19:33.767Z", "dateUpdated": "2024-08-02T14:28:51.914Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-32686
Vulnerability from cvelistv5
Published
2023-05-27 03:58
Modified
2024-08-02 15:25
Severity ?
EPSS score ?
Summary
kiwitcms vulnerable to stored XSS via unrestricted files upload
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7 | x_refsource_CONFIRM | |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/05/22/kiwi-tcms-123/ | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T15:25:36.788Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/05/22/kiwi-tcms-123/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/05/22/kiwi-tcms-123/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.3" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system for both manual and automated testing. 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. The upload validation checks were not robust enough which left the possibility of an attacker to circumvent them and upload a potentially dangerous file. Exploiting this flaw, a combination of files could be uploaded so that they work together to circumvent the existing Content-Security-Policy and allow execution of arbitrary JavaScript in the browser. This issue has been patched in version 12.3." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-434", "description": "CWE-434: Unrestricted Upload of File with Dangerous Type", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-05-27T03:58:10.152Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/05/22/kiwi-tcms-123/", "tags": [ "x_refsource_MISC" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/05/22/kiwi-tcms-123/" } ], "source": { "advisory": "GHSA-x7c2-7wvg-jpx7", "discovery": "UNKNOWN" }, "title": "kiwitcms vulnerable to stored XSS via unrestricted files upload" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-32686", "datePublished": "2023-05-27T03:58:10.152Z", "dateReserved": "2023-05-11T16:33:45.732Z", "dateUpdated": "2024-08-02T15:25:36.788Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-25156
Vulnerability from cvelistv5
Published
2023-02-15 00:00
Modified
2024-08-02 11:18
Severity ?
EPSS score ?
Summary
Kiwi TCMS has no protection against brute-force attacks on login page
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T11:18:35.351Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://huntr.dev/bounties/2b1a9be9-45e9-490b-8de0-26a492e79795/" }, { "tags": [ "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/02/15/kiwi-tcms-120/" }, { "tags": [ "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7968-h4m4-ghm9" }, { "tags": [ "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/0ed213fa0ddb7a6dc77e3c3b99e8fc90ccdaf46f" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "kiwi", "vendor": "kiwitcms", "versions": [ { "lessThan": "12.0", "status": "affected", "version": "12.0", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS, an open source test management system, does not impose rate limits in versions prior to 12.0. This makes it easier to attempt brute-force attacks against the login page. Users should upgrade to v12.0 or later to receive a patch. As a workaround, users may install and configure a rate-limiting proxy in front of Kiwi TCMS." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-770", "description": "CWE-770 Allocation of Resources Without Limits or Throttling", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-02-15T00:00:00", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "url": "https://huntr.dev/bounties/2b1a9be9-45e9-490b-8de0-26a492e79795/" }, { "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/02/15/kiwi-tcms-120/" }, { "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7968-h4m4-ghm9" }, { "url": "https://github.com/kiwitcms/Kiwi/commit/0ed213fa0ddb7a6dc77e3c3b99e8fc90ccdaf46f" } ], "source": { "advisory": "GHSA-7968-h4m4-ghm9", "defect": [ "GHSA-7968-h4m4-ghm9" ], "discovery": "UNKNOWN" }, "title": "Kiwi TCMS has no protection against brute-force attacks on login page", "x_generator": { "engine": "Vulnogram 0.0.9" } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-25156", "datePublished": "2023-02-15T00:00:00", "dateReserved": "2023-02-03T00:00:00", "dateUpdated": "2024-08-02T11:18:35.351Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-25171
Vulnerability from cvelistv5
Published
2023-02-15 00:00
Modified
2024-08-02 11:18
Severity ?
EPSS score ?
Summary
Kiwi TCMS has denial of service vulnerability on Password reset page
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T11:18:36.151Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/02/15/kiwi-tcms-120/" }, { "tags": [ "x_transferred" ], "url": "https://huntr.dev/bounties/3b712cb6-3fa3-4f71-8562-7a7016c6262e" }, { "tags": [ "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7j9h-3jxf-3vrf" }, { "tags": [ "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/761305d04f5910ba14cc04d1255a8f1afdbb87f3" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "kiwi", "vendor": "kiwitcms", "versions": [ { "lessThan": "12.0", "status": "affected", "version": "12.0", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS, an open source test management system, does not impose rate limits in versions prior to 12.0. This makes it easier to attempt denial-of-service attacks against the Password reset page. An attacker could potentially send a large number of emails if they know the email addresses of users in Kiwi TCMS. Additionally that may strain SMTP resources. Users should upgrade to v12.0 or later to receive a patch. As potential workarounds, users may install and configure a rate-limiting proxy in front of Kiwi TCMS and/or configure rate limits on their email server when possible." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-770", "description": "CWE-770 Allocation of Resources Without Limits or Throttling", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-02-15T00:00:00", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/02/15/kiwi-tcms-120/" }, { "url": "https://huntr.dev/bounties/3b712cb6-3fa3-4f71-8562-7a7016c6262e" }, { "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-7j9h-3jxf-3vrf" }, { "url": "https://github.com/kiwitcms/Kiwi/commit/761305d04f5910ba14cc04d1255a8f1afdbb87f3" } ], "source": { "advisory": "GHSA-7j9h-3jxf-3vrf", "defect": [ "GHSA-7j9h-3jxf-3vrf" ], "discovery": "UNKNOWN" }, "title": "Kiwi TCMS has denial of service vulnerability on Password reset page", "x_generator": { "engine": "Vulnogram 0.0.9" } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-25171", "datePublished": "2023-02-15T00:00:00", "dateReserved": "2023-02-03T00:00:00", "dateUpdated": "2024-08-02T11:18:36.151Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-30613
Vulnerability from cvelistv5
Published
2023-04-24 16:29
Modified
2024-08-02 14:28
Severity ?
EPSS score ?
Summary
Kiwi TCMS unrestricted file upload vulnerability
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj | x_refsource_CONFIRM | |
https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c | x_refsource_MISC | |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/ | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T14:28:51.910Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj" }, { "name": "https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.2" } ] } ], "descriptions": [ { "lang": "en", "value": "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.\n\nKiwi 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 `\u003cscript\u003e` 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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-434", "description": "CWE-434: Unrestricted Upload of File with Dangerous Type", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-04-24T16:29:16.202Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj" }, { "name": "https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/c30d3503-600d-4d00-9571-98826a51f12c" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/", "tags": [ "x_refsource_MISC" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/04/23/kiwi-tcms-122/" } ], "source": { "advisory": "GHSA-fwcf-753v-fgcj", "discovery": "UNKNOWN" }, "title": "Kiwi TCMS unrestricted file upload vulnerability" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-30613", "datePublished": "2023-04-24T16:29:16.202Z", "dateReserved": "2023-04-13T13:25:18.831Z", "dateUpdated": "2024-08-02T14:28:51.910Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-22451
Vulnerability from cvelistv5
Published
2023-01-02 15:56
Modified
2024-08-02 10:13
Severity ?
EPSS score ?
Summary
Weak password requirements in Kiwi TCMS
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g | x_refsource_CONFIRM | |
https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985 | x_refsource_MISC | |
https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73 | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T10:13:48.362Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985" }, { "name": "https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c= 11.6" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system. In version 11.6 and prior, when users register new accounts and/or change passwords, there is no validation in place which would prevent them from picking an easy to guess password. This issue is resolved by providing defaults for the `AUTH_PASSWORD_VALIDATORS` configuration setting. As of version 11.7, the password can\u2019t be too similar to other personal information, must contain at least 10 characters, can\u2019t be a commonly used password, and can\u2019t be entirely numeric. As a workaround, an administrator may reset all passwords in Kiwi TCMS if they think a weak password may have been chosen. " } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-521", "description": "CWE-521: Weak Password Requirements", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-01-02T15:56:43.003Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985" }, { "name": "https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73" } ], "source": { "advisory": "GHSA-496x-2jqf-hp7g", "discovery": "UNKNOWN" }, "title": "Weak password requirements in Kiwi TCMS" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-22451", "datePublished": "2023-01-02T15:56:43.003Z", "dateReserved": "2022-12-29T03:00:40.877Z", "dateUpdated": "2024-08-02T10:13:48.362Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-36809
Vulnerability from cvelistv5
Published
2023-07-05 21:02
Modified
2024-10-24 18:16
Severity ?
EPSS score ?
Summary
Kiwi TCMS's misconfigured HTTP headers allow stored XSS execution with Firefox
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw | x_refsource_CONFIRM | |
https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/ | x_refsource_MISC | |
https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/ | x_refsource_MISC | |
https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125/ | x_refsource_MISC | |
https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c | x_refsource_MISC | |
https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T17:01:09.481Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw" }, { "name": "https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/" }, { "name": "https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125/" }, { "name": "https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c" }, { "name": "https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:kiwitcms:kiwi_tcms:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "kiwi_tcms", "vendor": "kiwitcms", "versions": [ { "lessThan": "12.5", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-36809", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-10-24T17:59:24.169848Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-10-24T18:16:23.913Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS, an open source test management system allows users to upload attachments to test plans, test cases, etc. Versions of Kiwi TCMS prior to 12.5 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 had been found to require additional sanitation and improvements. Version 12.5 fixes this vulnerability with updated Nginx content type configuration, improved file upload validation code to prevent more potentially dangerous uploads, and Sanitization of test plan names used in the `tree_view_html()` function." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-434", "description": "CWE-434: Unrestricted Upload of File with Dangerous Type", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-07-05T21:02:37.602Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-jpgw-2r9m-8qfw" }, { "name": "https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/511489dd-ba38-4806-9029-b28ab2830aa8/" }, { "name": "https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/", "tags": [ "x_refsource_MISC" ], "url": "https://huntr.dev/bounties/c6eeb346-fa99-4d41-bc40-b68f8d689223/" }, { "name": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125/", "tags": [ "x_refsource_MISC" ], "url": "https://kiwitcms.org/blog/kiwi-tcms-team/2023/07/04/kiwi-tcms-125/" }, { "name": "https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c", "tags": [ "x_refsource_MISC" ], "url": "https://www.github.com/kiwitcms/kiwi/commit/195ea53eaaf360c19227c864cc0fe58910032c3c" }, { "name": "https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d", "tags": [ "x_refsource_MISC" ], "url": "https://www.github.com/kiwitcms/kiwi/commit/ffb00450be52fe11a82a2507632c2328cae4ec9d" } ], "source": { "advisory": "GHSA-jpgw-2r9m-8qfw", "discovery": "UNKNOWN" }, "title": "Kiwi TCMS\u0027s misconfigured HTTP headers allow stored XSS execution with Firefox" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-36809", "datePublished": "2023-07-05T21:02:37.602Z", "dateReserved": "2023-06-27T15:43:18.383Z", "dateUpdated": "2024-10-24T18:16:23.913Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-27489
Vulnerability from cvelistv5
Published
2023-03-29 18:30
Modified
2024-08-02 12:09
Severity ?
EPSS score ?
Summary
Stored cross site scripting via SVG file upload in Kiwi TCMS
References
▼ | URL | Tags |
---|---|---|
https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j | x_refsource_CONFIRM | |
https://github.com/kiwitcms/Kiwi/commit/6617cee0fb70cc394b7be6bbc86ef84e6e9de077 | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T12:09:43.559Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/6617cee0fb70cc394b7be6bbc86ef84e6e9de077", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/6617cee0fb70cc394b7be6bbc86ef84e6e9de077" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c 12.1" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system for both manual and automated testing. Kiwi TCMS accepts SVG files uploaded by users which could potentially contain JavaScript code. If SVG images are viewed directly, i.e. not rendered in an HTML page, this JavaScript code could execute. This vulnerability has been fixed by configuring Kiwi TCMS to serve with the Content-Security-Policy HTTP header which blocks inline JavaScript in all modern browsers. This configuration change is provided in version 12.1 and users are advised to upgrade. Users unable to upgrade may set their Content-Security-Policy HTTP header manually." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-03-29T18:30:18.232Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/6617cee0fb70cc394b7be6bbc86ef84e6e9de077", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/commit/6617cee0fb70cc394b7be6bbc86ef84e6e9de077" } ], "source": { "advisory": "GHSA-2wcr-87wf-cf9j", "discovery": "UNKNOWN" }, "title": "Stored cross site scripting via SVG file upload in Kiwi TCMS" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-27489", "datePublished": "2023-03-29T18:30:18.232Z", "dateReserved": "2023-03-01T19:03:56.634Z", "dateUpdated": "2024-08-02T12:09:43.559Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-30628
Vulnerability from cvelistv5
Published
2023-04-24 21:17
Modified
2024-08-02 14:28
Severity ?
EPSS score ?
Summary
Kiwi TCMS has command injection vulnerability in changelog.yml CI workflow
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T14:28:51.955Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-cw6r-6ccx-5hwx", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-cw6r-6ccx-5hwx" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/834c86dfd1b2492ccad7ebbfd6304bfec895fed2", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/commit/834c86dfd1b2492ccad7ebbfd6304bfec895fed2" }, { "name": "https://github.com/kiwitcms/enterprise/commit/e39f7e156fdaf6fec09a15ea6f4e8fec8cdbf751", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/enterprise/commit/e39f7e156fdaf6fec09a15ea6f4e8fec8cdbf751" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/37bfb87696093ce0393160e2725949185cc0651d/.github/workflows/changelog.yml#L18", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kiwitcms/Kiwi/blob/37bfb87696093ce0393160e2725949185cc0651d/.github/workflows/changelog.yml#L18" }, { "name": "https://securitylab.github.com/research/github-actions-untrusted-input/", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://securitylab.github.com/research/github-actions-untrusted-input/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kiwi", "vendor": "kiwitcms", "versions": [ { "status": "affected", "version": "\u003c= 12.2" } ] } ], "descriptions": [ { "lang": "en", "value": "Kiwi TCMS is an open source test management system. In kiwitcms/Kiwi v12.2 and prior and kiwitcms/enterprise v12.2 and prior,\nthe `changelog.yml` workflow is vulnerable to command injection attacks because of using an untrusted `github.head_ref` field. The `github.head_ref` value is an attacker-controlled value. Assigning the value to `zzz\";echo${IFS}\"hello\";#` can lead to command injection. Since the permission is not restricted, the attacker has a write-access to the repository. Commit 834c86dfd1b2492ccad7ebbfd6304bfec895fed2 of the kiwitcms/Kiwi repository and commit e39f7e156fdaf6fec09a15ea6f4e8fec8cdbf751 of the kiwitcms/enterprise repository contain a fix for this issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-78", "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-04-24T21:17:32.896Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-cw6r-6ccx-5hwx", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-cw6r-6ccx-5hwx" }, { "name": "https://github.com/kiwitcms/Kiwi/commit/834c86dfd1b2492ccad7ebbfd6304bfec895fed2", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/commit/834c86dfd1b2492ccad7ebbfd6304bfec895fed2" }, { "name": "https://github.com/kiwitcms/enterprise/commit/e39f7e156fdaf6fec09a15ea6f4e8fec8cdbf751", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/enterprise/commit/e39f7e156fdaf6fec09a15ea6f4e8fec8cdbf751" }, { "name": "https://github.com/kiwitcms/Kiwi/blob/37bfb87696093ce0393160e2725949185cc0651d/.github/workflows/changelog.yml#L18", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kiwitcms/Kiwi/blob/37bfb87696093ce0393160e2725949185cc0651d/.github/workflows/changelog.yml#L18" }, { "name": "https://securitylab.github.com/research/github-actions-untrusted-input/", "tags": [ "x_refsource_MISC" ], "url": "https://securitylab.github.com/research/github-actions-untrusted-input/" } ], "source": { "advisory": "GHSA-cw6r-6ccx-5hwx", "discovery": "UNKNOWN" }, "title": "Kiwi TCMS has command injection vulnerability in changelog.yml CI workflow" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-30628", "datePublished": "2023-04-24T21:17:32.896Z", "dateReserved": "2023-04-13T13:25:18.833Z", "dateUpdated": "2024-08-02T14:28:51.955Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }