From e5256aa5e6e5464fb94131f4b7261e9631c00d93 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:09:52 +0000 Subject: [PATCH] Publish Advisories GHSA-g88w-v4cq-qgcp GHSA-h697-w4ph-7pcx GHSA-g88w-v4cq-qgcp GHSA-h697-w4ph-7pcx --- .../GHSA-g88w-v4cq-qgcp.json | 122 ++++++++++++++++++ .../GHSA-h697-w4ph-7pcx.json | 122 ++++++++++++++++++ .../GHSA-g88w-v4cq-qgcp.json | 40 ------ .../GHSA-h697-w4ph-7pcx.json | 40 ------ 4 files changed, 244 insertions(+), 80 deletions(-) create mode 100644 advisories/github-reviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json diff --git a/advisories/github-reviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json b/advisories/github-reviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json new file mode 100644 index 00000000000..797c3246d1d --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g88w-v4cq-qgcp", + "modified": "2025-02-24T22:09:03Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26531" + ], + "summary": "Moodle has an IDOR in badges allows disabling of arbitrary badges", + "details": "Insufficient capability checks made it possible to disable badges a user does not have permission to access.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0-beta" + }, + { + "fixed": "4.5.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.16" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26531" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466148" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84239" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:09:03Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json b/advisories/github-reviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json new file mode 100644 index 00000000000..93a5aea5e84 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h697-w4ph-7pcx", + "modified": "2025-02-24T22:08:21Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26528" + ], + "summary": "Moodle has a stored XSS in ddimageortext question type", + "details": "The drag-and-drop onto image (ddimageortext) question type required additional sanitizing to prevent a stored XSS risk.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0-beta" + }, + { + "fixed": "4.5.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.16" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26528" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466144" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-82896" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:08:21Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json b/advisories/unreviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json deleted file mode 100644 index b0ee4a89ad8..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-g88w-v4cq-qgcp/GHSA-g88w-v4cq-qgcp.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g88w-v4cq-qgcp", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26531" - ], - "details": "Insufficient capability checks made it possible to disable badges a user does not have permission to access.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26531" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466148" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84239" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-02-24T20:15:33Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json b/advisories/unreviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json deleted file mode 100644 index dc0a32c40de..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-h697-w4ph-7pcx/GHSA-h697-w4ph-7pcx.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h697-w4ph-7pcx", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26528" - ], - "details": "The drag-and-drop onto image (ddimageortext) question type required additional sanitizing to prevent a stored XSS risk.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26528" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466144" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-82896" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-02-24T20:15:33Z" - } -} \ No newline at end of file