diff --git a/advisories/github-reviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json b/advisories/github-reviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json new file mode 100644 index 00000000000..549f706a582 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json @@ -0,0 +1,130 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-88xj-97gf-7wpq", + "modified": "2025-04-25T16:51:41Z", + "published": "2025-04-25T15:31:23Z", + "aliases": [ + "CVE-2025-3635" + ], + "summary": "Moodle has a CSRF risk in user tours manager that allows tour duplication", + "details": "A security vulnerability was discovered in Moodle that allows anyone to duplicate existing tours without needing to log in due to a lack of protection against cross-site request forgery (CSRF) attacks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.18" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0-beta" + }, + { + "fixed": "4.5.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3635" + }, + { + "type": "WEB", + "url": "https://github.com/moodle/moodle/commit/dbd723f81c07423d4082d54cd1d90b1b68c44379" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-3635" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359709" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=467597" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-04-25T16:51:40Z", + "nvd_published_at": "2025-04-25T15:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json b/advisories/github-reviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json new file mode 100644 index 00000000000..3590e93a7c2 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json @@ -0,0 +1,134 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-chmf-m33p-ph8m", + "modified": "2025-04-25T16:52:03Z", + "published": "2025-04-25T15:31:23Z", + "aliases": [ + "CVE-2025-3636" + ], + "summary": "Moodle allows IDOR in RSS block, which allows access to additional RSS feeds", + "details": "A flaw was found in Moodle. This vulnerability allows unauthorized users to access and view RSS feeds due to insufficient capability checks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.18" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0-beta" + }, + { + "fixed": "4.5.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3636" + }, + { + "type": "WEB", + "url": "https://github.com/moodle/moodle/commit/0bd97209ac5e217dbec236c73e4f6fdcaee1c737" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-3636" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359726" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=467598" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84499" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-25T16:52:02Z", + "nvd_published_at": "2025-04-25T15:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json b/advisories/unreviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json deleted file mode 100644 index 9f5a1acc803..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-88xj-97gf-7wpq/GHSA-88xj-97gf-7wpq.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-88xj-97gf-7wpq", - "modified": "2025-04-25T15:31:23Z", - "published": "2025-04-25T15:31:23Z", - "aliases": [ - "CVE-2025-3635" - ], - "details": "A security vulnerability was discovered in Moodle that allows anyone to duplicate existing tours without needing to log in due to a lack of protection against cross-site request forgery (CSRF) attacks.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3635" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2025-3635" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359709" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-25T15:15:37Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json b/advisories/unreviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json deleted file mode 100644 index e8981899623..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-chmf-m33p-ph8m/GHSA-chmf-m33p-ph8m.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-chmf-m33p-ph8m", - "modified": "2025-04-25T15:31:23Z", - "published": "2025-04-25T15:31:23Z", - "aliases": [ - "CVE-2025-3636" - ], - "details": "A flaw was found in Moodle. This vulnerability allows unauthorized users to access and view RSS feeds due to insufficient capability checks.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3636" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2025-3636" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359726" - }, - { - "type": "WEB", - "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-84499" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-639" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-25T15:15:37Z" - } -} \ No newline at end of file