From cf81ac2ed96c4715ac146c0041255a4071f8d13b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:24:42 +0000 Subject: [PATCH] Publish Advisories GHSA-rqgj-rqfr-5j6f GHSA-rqgj-rqfr-5j6f --- .../GHSA-rqgj-rqfr-5j6f.json | 68 +++++++++++++++++++ .../GHSA-rqgj-rqfr-5j6f.json | 36 ---------- 2 files changed, 68 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json delete mode 100644 advisories/unreviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json diff --git a/advisories/github-reviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json b/advisories/github-reviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json new file mode 100644 index 00000000000..afca6c50308 --- /dev/null +++ b/advisories/github-reviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json @@ -0,0 +1,68 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rqgj-rqfr-5j6f", + "modified": "2025-06-09T22:23:03Z", + "published": "2022-04-14T00:00:19Z", + "aliases": [ + "CVE-2022-26144" + ], + "summary": "MantisBT vulnerable to XSS due to improper escape in manage_plugin_page.php and manage_plugin_uninstall.php", + "details": "An XSS issue was discovered in MantisBT before 2.25.3. Improper escaping of a Plugin name allows execution of arbitrary code (if CSP allows it) in manage_plugin_page.php and manage_plugin_uninstall.php when a crafted plugin is installed.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.25.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.25.2" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26144" + }, + { + "type": "WEB", + "url": "https://github.com/mantisbt/mantisbt/commit/a7751c3e318011ca1314bc1cfea200d53e0dfff6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, + { + "type": "WEB", + "url": "https://mantisbt.org/bugs/view.php?id=29688" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-09T22:23:03Z", + "nvd_published_at": "2022-04-13T14:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json b/advisories/unreviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json deleted file mode 100644 index 8769280a336..00000000000 --- a/advisories/unreviewed/2022/04/GHSA-rqgj-rqfr-5j6f/GHSA-rqgj-rqfr-5j6f.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-rqgj-rqfr-5j6f", - "modified": "2022-04-21T00:00:40Z", - "published": "2022-04-14T00:00:19Z", - "aliases": [ - "CVE-2022-26144" - ], - "details": "An XSS issue was discovered in MantisBT before 2.25.3. Improper escaping of a Plugin name allows execution of arbitrary code (if CSP allows it) in manage_plugin_page.php and manage_plugin_uninstall.php when a crafted plugin is installed.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26144" - }, - { - "type": "WEB", - "url": "https://mantisbt.org/bugs/view.php?id=29688" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-04-13T14:15:00Z" - } -} \ No newline at end of file