diff --git a/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json b/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json new file mode 100644 index 00000000000..13659e9c068 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8g5h-gjwq-w5ch", + "modified": "2024-06-04T17:34:49Z", + "published": "2024-05-31T21:30:55Z", + "aliases": [ + "CVE-2024-34007" + ], + "summary": "Moodle Logout CSRF in admin/tool/mfa/auth.php", + "details": "The logout option within MFA did not include the necessary token to avoid the risk of users inadvertently being logged out via CSRF.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0" + }, + { + "fixed": "4.3.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34007" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=458396" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-80877" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-04T17:34:49Z", + "nvd_published_at": "2024-05-31T21:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json b/advisories/github-reviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json new file mode 100644 index 00000000000..a3671de7037 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gwf6-q6c2-94p3", + "modified": "2024-06-04T17:35:49Z", + "published": "2024-05-31T21:30:55Z", + "aliases": [ + "CVE-2024-34009" + ], + "summary": "Moodle ReCAPTCHA can be bypassed on the login page", + "details": "Insufficient checks whether ReCAPTCHA was enabled made it possible to bypass the checks on the login page. This did not affect other pages where ReCAPTCHA is utilized.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0" + }, + { + "fixed": "4.3.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34009" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=458398" + }, + { + "type": "WEB", + "url": "http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-81463" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-04T17:35:49Z", + "nvd_published_at": "2024-05-31T21:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json b/advisories/unreviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json deleted file mode 100644 index 0fa12b9fd11..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8g5h-gjwq-w5ch", - "modified": "2024-05-31T21:30:55Z", - "published": "2024-05-31T21:30:55Z", - "aliases": [ - "CVE-2024-34007" - ], - "details": "The logout option within MFA did not include the necessary token to avoid the risk of users inadvertently being logged out via CSRF.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34007" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=458396" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-31T21:15:09Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json b/advisories/unreviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json deleted file mode 100644 index 8236b364d5c..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-gwf6-q6c2-94p3/GHSA-gwf6-q6c2-94p3.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-gwf6-q6c2-94p3", - "modified": "2024-05-31T21:30:55Z", - "published": "2024-05-31T21:30:55Z", - "aliases": [ - "CVE-2024-34009" - ], - "details": "Insufficient checks whether ReCAPTCHA was enabled made it possible to bypass the checks on the login page. This did not affect other pages where ReCAPTCHA is utilized.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34009" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=458398" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-20" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-31T21:15:09Z" - } -} \ No newline at end of file