From 5092b9585376c43dad317880d8d695f046c5f00a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:48:07 +0000 Subject: [PATCH] Publish Advisories GHSA-wcx3-63mm-h8x6 GHSA-wcx3-63mm-h8x6 --- .../GHSA-wcx3-63mm-h8x6.json | 111 ++++++++++++++++++ .../GHSA-wcx3-63mm-h8x6.json | 44 ------- 2 files changed, 111 insertions(+), 44 deletions(-) create mode 100644 advisories/github-reviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json delete mode 100644 advisories/unreviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json diff --git a/advisories/github-reviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json b/advisories/github-reviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json new file mode 100644 index 00000000000..0639649b76a --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wcx3-63mm-h8x6", + "modified": "2024-12-04T22:46:01Z", + "published": "2024-05-05T21:30:30Z", + "aliases": [ + "CVE-2024-34500" + ], + "summary": "MediaWiki UnlinkedWikibase Cross-site Scripting vulnerability", + "details": "An issue was discovered in the UnlinkedWikibase extension in MediaWiki before 1.39.6, 1.40.x before 1.40.2, and 1.41.x before 1.41.1. XSS can occur through an interface message. Error messages (in the $err var) are not escaped before being passed to Html::rawElement() in the getError() function in the Hooks class.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "samwilson/unlinked-wikibase" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.39.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "samwilson/unlinked-wikibase" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.40.0" + }, + { + "fixed": "1.40.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "samwilson/unlinked-wikibase" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.41.0" + }, + { + "fixed": "1.41.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34500" + }, + { + "type": "WEB", + "url": "https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UnlinkedWikibase/+/1002175" + }, + { + "type": "PACKAGE", + "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/UnlinkedWikibase.git" + }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FU2FGUXXK6TMV6R52VRECLC6XCSQQISY" + }, + { + "type": "WEB", + "url": "https://phabricator.wikimedia.org/T357203" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-04T22:46:01Z", + "nvd_published_at": "2024-05-05T19:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json b/advisories/unreviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json deleted file mode 100644 index 4086d710e8f..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-wcx3-63mm-h8x6/GHSA-wcx3-63mm-h8x6.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wcx3-63mm-h8x6", - "modified": "2024-12-04T21:30:51Z", - "published": "2024-05-05T21:30:30Z", - "aliases": [ - "CVE-2024-34500" - ], - "details": "An issue was discovered in the UnlinkedWikibase extension in MediaWiki before 1.39.6, 1.40.x before 1.40.2, and 1.41.x before 1.41.1. XSS can occur through an interface message. Error messages (in the $err var) are not escaped before being passed to Html::rawElement() in the getError() function in the Hooks class.", - "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-2024-34500" - }, - { - "type": "WEB", - "url": "https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UnlinkedWikibase/+/1002175" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FU2FGUXXK6TMV6R52VRECLC6XCSQQISY" - }, - { - "type": "WEB", - "url": "https://phabricator.wikimedia.org/T357203" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-05T19:15:07Z" - } -} \ No newline at end of file