From 88beea71b5d8cac95c1f230b21c7c39dd22d8432 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:13:08 +0000 Subject: [PATCH] Publish Advisories GHSA-rmcp-9fhq-58pv GHSA-rmcp-9fhq-58pv --- .../GHSA-rmcp-9fhq-58pv.json | 103 ++++++++++++++++++ .../GHSA-rmcp-9fhq-58pv.json | 40 ------- 2 files changed, 103 insertions(+), 40 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json diff --git a/advisories/github-reviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json b/advisories/github-reviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json new file mode 100644 index 00000000000..6f9c503726a --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rmcp-9fhq-58pv", + "modified": "2024-12-06T22:11:48Z", + "published": "2024-10-05T00:34:19Z", + "aliases": [ + "CVE-2024-47913" + ], + "summary": "Improper permissions handling in MediaWiki AbuseFilter", + "details": "An issue was discovered in the AbuseFilter extension for MediaWiki before 1.39.9, 1.40.x and 1.41.x before 1.41.3, and 1.42.x before 1.42.2. An API caller can match a filter condition against AbuseFilter logs even if the caller is not authorized to view the log details for the filter.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mediawiki/abuse-filter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.39.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "mediawiki/abuse-filter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.40.0" + }, + { + "fixed": "1.41.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "mediawiki/abuse-filter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.42.0" + }, + { + "fixed": "1.42.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47913" + }, + { + "type": "WEB", + "url": "https://gerrit.wikimedia.org/r/c/mediawiki/extensions/AbuseFilter/+/1076855" + }, + { + "type": "PACKAGE", + "url": "https://github.com/wikimedia/mediawiki-extensions-AbuseFilter" + }, + { + "type": "WEB", + "url": "https://phabricator.wikimedia.org/T372998" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-532" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-06T22:11:48Z", + "nvd_published_at": "2024-10-04T22:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json b/advisories/unreviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json deleted file mode 100644 index 98347c86f81..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-rmcp-9fhq-58pv/GHSA-rmcp-9fhq-58pv.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-rmcp-9fhq-58pv", - "modified": "2024-12-06T21:30:37Z", - "published": "2024-10-05T00:34:19Z", - "aliases": [ - "CVE-2024-47913" - ], - "details": "An issue was discovered in the AbuseFilter extension for MediaWiki before 1.39.9, 1.40.x and 1.41.x before 1.41.3, and 1.42.x before 1.42.2. An API caller can match a filter condition against AbuseFilter logs even if the caller is not authorized to view the log details for the filter.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47913" - }, - { - "type": "WEB", - "url": "https://gerrit.wikimedia.org/r/c/mediawiki/extensions/AbuseFilter/+/1076855" - }, - { - "type": "WEB", - "url": "https://phabricator.wikimedia.org/T372998" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-532" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-04T22:15:02Z" - } -} \ No newline at end of file