From fa1a662106ef2d84ad1a5c7e6abe34e0a6cddc1a 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:03:42 +0000 Subject: [PATCH] Publish Advisories GHSA-4hmr-39vp-xfrr GHSA-5r85-6h7f-rg3r GHSA-pxg4-xjp7-w9c5 GHSA-wr88-x8cm-7cgq GHSA-4hmr-39vp-xfrr GHSA-5r85-6h7f-rg3r GHSA-pxg4-xjp7-w9c5 GHSA-wr88-x8cm-7cgq --- .../GHSA-4hmr-39vp-xfrr.json | 122 ++++++++++++++++++ .../GHSA-5r85-6h7f-rg3r.json | 122 ++++++++++++++++++ .../GHSA-pxg4-xjp7-w9c5.json | 122 ++++++++++++++++++ .../GHSA-wr88-x8cm-7cgq.json | 122 ++++++++++++++++++ .../GHSA-4hmr-39vp-xfrr.json | 40 ------ .../GHSA-5r85-6h7f-rg3r.json | 40 ------ .../GHSA-pxg4-xjp7-w9c5.json | 40 ------ .../GHSA-wr88-x8cm-7cgq.json | 40 ------ 8 files changed, 488 insertions(+), 160 deletions(-) create mode 100644 advisories/github-reviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json diff --git a/advisories/github-reviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json b/advisories/github-reviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json new file mode 100644 index 00000000000..bb3d1cd8b7a --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4hmr-39vp-xfrr", + "modified": "2025-02-24T22:02:27Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26525" + ], + "summary": "Moodle has an arbitrary file read risk through pdfTeX", + "details": "Insufficient sanitizing in the TeX notation filter resulted in an arbitrary file read risk on sites where pdfTeX is available (such as \nthose with TeX Live installed).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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-26525" + }, + { + "type": "WEB", + "url": "https://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84136" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466141" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-552" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:02:26Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json b/advisories/github-reviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json new file mode 100644 index 00000000000..14cb0b39cc2 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5r85-6h7f-rg3r", + "modified": "2025-02-24T22:02:18Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26527" + ], + "summary": "Moodle's non-searchable tags can still be discovered on the tag search page and in the tags block", + "details": "Tags not expected to be visible to a user could still be discovered by them via the tag search page or in the tags block.", + "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": "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-26527" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466143" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-83941" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1230" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:02:18Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json b/advisories/github-reviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json new file mode 100644 index 00000000000..05312162a36 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pxg4-xjp7-w9c5", + "modified": "2025-02-24T22:02:23Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26526" + ], + "summary": "Moodle's feedback response viewing and deletions did not respect Separate Groups mode", + "details": "Separate Groups mode restrictions were not factored into permission checks before allowing viewing or deletion of responses in Feedback \nactivities.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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-26526" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466142" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-79976" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:02:23Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json b/advisories/github-reviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json new file mode 100644 index 00000000000..a233fd30a69 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json @@ -0,0 +1,122 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wr88-x8cm-7cgq", + "modified": "2025-02-24T22:02:53Z", + "published": "2025-02-24T21:31:44Z", + "aliases": [ + "CVE-2025-26529" + ], + "summary": "Moodle has a stored XSS risk in admin live log", + "details": "Description information displayed in the site administration live log 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:H/I:H/A:H" + } + ], + "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-26529" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=466145" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84145" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-02-24T22:02:53Z", + "nvd_published_at": "2025-02-24T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json b/advisories/unreviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json deleted file mode 100644 index bbcca8c6119..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-4hmr-39vp-xfrr/GHSA-4hmr-39vp-xfrr.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4hmr-39vp-xfrr", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26525" - ], - "details": "Insufficient sanitizing in the TeX notation filter resulted in an \narbitrary file read risk on sites where pdfTeX is available (such as \nthose with TeX Live installed).", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26525" - }, - { - "type": "WEB", - "url": "https://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84136" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466141" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-552" - ], - "severity": "HIGH", - "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-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json b/advisories/unreviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json deleted file mode 100644 index 5d4a66f9e10..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-5r85-6h7f-rg3r/GHSA-5r85-6h7f-rg3r.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5r85-6h7f-rg3r", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26527" - ], - "details": "Tags not expected to be visible to a user could still be discovered by them via the tag search page or in the tags block.", - "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-2025-26527" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466143" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-83941" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-1230" - ], - "severity": "MODERATE", - "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-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json b/advisories/unreviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json deleted file mode 100644 index 7e198d0852c..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-pxg4-xjp7-w9c5/GHSA-pxg4-xjp7-w9c5.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-pxg4-xjp7-w9c5", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26526" - ], - "details": "Separate Groups mode restrictions were not factored into permission \nchecks before allowing viewing or deletion of responses in Feedback \nactivities.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26526" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466142" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-79976" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "MODERATE", - "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-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json b/advisories/unreviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json deleted file mode 100644 index a04f35a2641..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-wr88-x8cm-7cgq/GHSA-wr88-x8cm-7cgq.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wr88-x8cm-7cgq", - "modified": "2025-02-24T21:31:44Z", - "published": "2025-02-24T21:31:44Z", - "aliases": [ - "CVE-2025-26529" - ], - "details": "Description information displayed in the site administration live log \nrequired 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:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26529" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=466145" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84145" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-02-24T20:15:33Z" - } -} \ No newline at end of file