Publish Advisories

GHSA-4rrc-5vp6-m3f6
GHSA-qgrr-f26j-87vf
GHSA-4rrc-5vp6-m3f6
GHSA-qgrr-f26j-87vf
This commit is contained in:
advisory-database[bot]
2025-05-29 15:47:35 +00:00
parent f2a2697b3a
commit 21d9ff73a0
4 changed files with 141 additions and 66 deletions
@@ -0,0 +1,72 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4rrc-5vp6-m3f6",
"modified": "2025-05-29T15:45:07Z",
"published": "2022-05-24T17:25:22Z",
"aliases": [
"CVE-2020-16266"
],
"summary": "MantisBT XSS issue on the view_all_bug_page.php ",
"details": "An XSS issue was discovered in MantisBT before 2.24.2. Improper escaping on view_all_bug_page.php allows a remote attacker to inject arbitrary HTML into the page by saving it into a text Custom Field, leading to possible code execution in the browser of any user subsequently viewing the issue (if CSP settings allow it).",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "mantisbt/mantisbt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.1.0"
},
{
"fixed": "2.24.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.24.1"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16266"
},
{
"type": "WEB",
"url": "https://github.com/mantisbt/mantisbt/commit/9ef8f23a8119221d010251112b1255630a46d903"
},
{
"type": "PACKAGE",
"url": "https://github.com/mantisbt/mantisbt"
},
{
"type": "WEB",
"url": "https://mantisbt.org/blog/archives/mantisbt/665"
},
{
"type": "WEB",
"url": "https://mantisbt.org/bugs/view.php?id=27056"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-05-29T15:45:07Z",
"nvd_published_at": "2020-08-12T13:15:00Z"
}
}
@@ -0,0 +1,69 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qgrr-f26j-87vf",
"modified": "2025-05-29T15:45:30Z",
"published": "2022-05-24T17:29:50Z",
"aliases": [
"CVE-2020-25288"
],
"summary": "MantisBT XXS where a Custom Field with a crafted Regular Expression property is used",
"details": "An issue was discovered in MantisBT before 2.24.3. When editing an Issue in a Project where a Custom Field with a crafted Regular Expression property is used, improper escaping of the corresponding form input's pattern attribute allows HTML injection and, if CSP settings permit, execution of arbitrary JavaScript.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "mantisbt/mantisbt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.23.0"
},
{
"fixed": "2.24.3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25288"
},
{
"type": "WEB",
"url": "https://github.com/mantisbt/mantisbt/commit/221cf323f16a9738a5b27aaba94758f11281d85c"
},
{
"type": "PACKAGE",
"url": "https://github.com/mantisbt/mantisbt"
},
{
"type": "WEB",
"url": "https://mantisbt.org/bugs/view.php?id=27275"
},
{
"type": "WEB",
"url": "http://github.com/mantisbt/mantisbt/commit/221cf323f16a9738a5b27aaba94758f11281d85c"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-05-29T15:45:29Z",
"nvd_published_at": "2020-09-30T21:15:00Z"
}
}
@@ -1,33 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4rrc-5vp6-m3f6",
"modified": "2022-05-24T17:25:22Z",
"published": "2022-05-24T17:25:22Z",
"aliases": [
"CVE-2020-16266"
],
"details": "An XSS issue was discovered in MantisBT before 2.24.2. Improper escaping on view_all_bug_page.php allows a remote attacker to inject arbitrary HTML into the page by saving it into a text Custom Field, leading to possible code execution in the browser of any user subsequently viewing the issue (if CSP settings allow it).",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16266"
},
{
"type": "WEB",
"url": "https://mantisbt.org/blog/archives/mantisbt/665"
},
{
"type": "WEB",
"url": "https://mantisbt.org/bugs/view.php?id=27056"
}
],
"database_specific": {
"cwe_ids": [],
"severity": "LOW",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-08-12T13:15:00Z"
}
}
@@ -1,33 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qgrr-f26j-87vf",
"modified": "2022-05-24T17:29:50Z",
"published": "2022-05-24T17:29:50Z",
"aliases": [
"CVE-2020-25288"
],
"details": "An issue was discovered in MantisBT before 2.24.3. When editing an Issue in a Project where a Custom Field with a crafted Regular Expression property is used, improper escaping of the corresponding form input's pattern attribute allows HTML injection and, if CSP settings permit, execution of arbitrary JavaScript.",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25288"
},
{
"type": "WEB",
"url": "https://mantisbt.org/bugs/view.php?id=27275"
},
{
"type": "WEB",
"url": "http://github.com/mantisbt/mantisbt/commit/221cf323f16a9738a5b27aaba94758f11281d85c"
}
],
"database_specific": {
"cwe_ids": [],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-09-30T21:15:00Z"
}
}