From 2658b946ab5e1ce28ad7aa3137e32f409ef81866 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 14:02:44 +0000 Subject: [PATCH] Publish Advisories GHSA-7j8m-fm49-xgmg GHSA-f38c-wxp6-8xjv GHSA-7j8m-fm49-xgmg --- .../GHSA-7j8m-fm49-xgmg.json | 68 +++++++++++++++++++ .../GHSA-f38c-wxp6-8xjv.json | 44 ++++++++++-- .../GHSA-7j8m-fm49-xgmg.json | 31 --------- 3 files changed, 107 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json (53%) delete mode 100644 advisories/unreviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json diff --git a/advisories/github-reviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json b/advisories/github-reviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json new file mode 100644 index 00000000000..9fe5ced2342 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json @@ -0,0 +1,68 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7j8m-fm49-xgmg", + "modified": "2025-05-30T14:01:06Z", + "published": "2022-05-24T17:37:48Z", + "aliases": [ + "CVE-2020-35849" + ], + "summary": "MantisBT Incorrect Authorization for bug_revision_view_page.php check", + "details": "An issue was discovered in MantisBT before 2.24.4. An incorrect access check in bug_revision_view_page.php allows an unprivileged attacker to view the Summary field of private issues, as well as bugnotes revisions, gaining access to potentially confidential information via the bugnote_id parameter.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.24.4" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.24.3" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35849" + }, + { + "type": "WEB", + "url": "https://github.com/mantisbt/mantisbt/commit/e9fd168c519a46c2cd0f3cb835e9ce5dba77fc4d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, + { + "type": "WEB", + "url": "https://mantisbt.org/bugs/view.php?id=27370" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-30T14:01:06Z", + "nvd_published_at": "2020-12-30T19:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json b/advisories/github-reviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json similarity index 53% rename from advisories/unreviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json rename to advisories/github-reviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json index 3374ef12e77..021f1d84485 100644 --- a/advisories/unreviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json +++ b/advisories/github-reviewed/2022/05/GHSA-f38c-wxp6-8xjv/GHSA-f38c-wxp6-8xjv.json @@ -1,19 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-f38c-wxp6-8xjv", - "modified": "2022-05-24T17:40:35Z", + "modified": "2025-05-30T14:01:55Z", "published": "2022-05-24T17:40:35Z", "aliases": [ "CVE-2020-29604" ], + "summary": "MantisBT Missing Authorization access check in bug_actiongroup.php", "details": "An issue was discovered in MantisBT before 2.24.4. A missing access check in bug_actiongroup.php allows an attacker (with rights to create new issues) to use the COPY group action to create a clone, including all bugnotes and attachments, of any private issue (i.e., one having Private view status, or belonging to a private Project) via the bug_arr[] parameter. This provides full access to potentially confidential information.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.24.4" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-29604" }, + { + "type": "WEB", + "url": "https://github.com/mantisbt/mantisbt/commit/b2da7352b0ad31fa5f925eaacb4b2b96a6cec8e8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, { "type": "WEB", "url": "https://mantisbt.org/bugs/view.php?id=27357" @@ -28,8 +62,8 @@ "CWE-862" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-30T14:01:55Z", "nvd_published_at": "2021-01-29T07:15:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json b/advisories/unreviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json deleted file mode 100644 index 8b374a3c6b0..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-7j8m-fm49-xgmg/GHSA-7j8m-fm49-xgmg.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7j8m-fm49-xgmg", - "modified": "2022-05-24T17:37:48Z", - "published": "2022-05-24T17:37:48Z", - "aliases": [ - "CVE-2020-35849" - ], - "details": "An issue was discovered in MantisBT before 2.24.4. An incorrect access check in bug_revision_view_page.php allows an unprivileged attacker to view the Summary field of private issues, as well as bugnotes revisions, gaining access to potentially confidential information via the bugnote_id parameter.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35849" - }, - { - "type": "WEB", - "url": "https://mantisbt.org/bugs/view.php?id=27370" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-12-30T19:15:00Z" - } -} \ No newline at end of file