diff --git a/advisories/github-reviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json b/advisories/github-reviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json new file mode 100644 index 00000000000..ed8a32fa101 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-69m9-rprc-2x7g", + "modified": "2025-04-25T16:35:47Z", + "published": "2025-04-25T15:31:22Z", + "aliases": [ + "CVE-2025-3628" + ], + "summary": "Moodle reveals student identities through assignment submissions search on anonymous submissions", + "details": "A flaw has was found in Moodle where anonymous assignment submissions can be de-anonymized via search, revealing student identities.", + "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": "4.5.0-beta" + }, + { + "fixed": "4.5.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3628" + }, + { + "type": "WEB", + "url": "https://github.com/moodle/moodle/commit/5c703f7b4944dd0cc940ca20adfd91e6a2d98a66" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-3628" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359706" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=467595" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-25T16:35:47Z", + "nvd_published_at": "2025-04-25T15:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json b/advisories/github-reviewed/2025/04/GHSA-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json new file mode 100644 index 00000000000..135ab709b0e --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json @@ -0,0 +1,130 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8m7c-hm88-2p97", + "modified": "2025-04-25T16:35:00Z", + "published": "2025-04-25T15:31:22Z", + "aliases": [ + "CVE-2025-32045" + ], + "summary": "Moodle shows hidden grades to users without permission on some grade reports", + "details": "A flaw has been identified in Moodle where insufficient capability checks in certain grade reports allowed users without the necessary permissions to access hidden grades.", + "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": "0" + }, + { + "fixed": "4.1.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0-beta" + }, + { + "fixed": "4.5.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32045" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-32045" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356835" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=467086" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-81945" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-25T16:35:00Z", + "nvd_published_at": "2025-04-25T15:15:36Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json b/advisories/github-reviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json new file mode 100644 index 00000000000..52e2ad1a400 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x45j-jq9q-gf3q", + "modified": "2025-04-25T16:35:19Z", + "published": "2025-04-25T15:31:22Z", + "aliases": [ + "CVE-2025-3627" + ], + "summary": "Moodle makes some user data available before completing second factor with MFA enabled", + "details": "A security vulnerability was discovered in Moodle that allows some users to access sensitive information about other students before they finish verifying their identities using two-factor authentication (2FA).", + "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": "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-3627" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-3627" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359692" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://github.com/search?q=repo%3Amoodle%2Fmoodle+MDL-84351&type=commits" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=467594" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-25T16:35:19Z", + "nvd_published_at": "2025-04-25T15:15:36Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json b/advisories/unreviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json deleted file mode 100644 index 24db0441f92..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-69m9-rprc-2x7g/GHSA-69m9-rprc-2x7g.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-69m9-rprc-2x7g", - "modified": "2025-04-25T15:31:22Z", - "published": "2025-04-25T15:31:22Z", - "aliases": [ - "CVE-2025-3628" - ], - "details": "A flaw has was found in Moodle where anonymous assignment submissions can be de-anonymized via search, revealing student identities.", - "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-3628" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2025-3628" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359706" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "severity": "MODERATE", - "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-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json b/advisories/unreviewed/2025/04/GHSA-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json deleted file mode 100644 index 104f1c73aeb..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-8m7c-hm88-2p97/GHSA-8m7c-hm88-2p97.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8m7c-hm88-2p97", - "modified": "2025-04-25T15:31:22Z", - "published": "2025-04-25T15:31:22Z", - "aliases": [ - "CVE-2025-32045" - ], - "details": "A flaw has been identified in Moodle where insufficient capability checks in certain grade reports allowed users without the necessary permissions to access hidden grades.", - "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-32045" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2025-32045" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356835" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-862" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-25T15:15:36Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json b/advisories/unreviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json deleted file mode 100644 index fd9e9ceaf94..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-x45j-jq9q-gf3q/GHSA-x45j-jq9q-gf3q.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x45j-jq9q-gf3q", - "modified": "2025-04-25T15:31:22Z", - "published": "2025-04-25T15:31:22Z", - "aliases": [ - "CVE-2025-3627" - ], - "details": "A security vulnerability was discovered in Moodle that allows some users to access sensitive information about other students before they finish verifying their identities using two-factor authentication (2FA).", - "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-3627" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2025-3627" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359692" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-287" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-25T15:15:36Z" - } -} \ No newline at end of file