From 9589df58542b4e0d87c91c2c4cffee14a5ec133a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:27:58 +0000 Subject: [PATCH] Publish Advisories GHSA-wwjf-gwrv-wh45 GHSA-x87r-37q5-mmr8 GHSA-wwjf-gwrv-wh45 GHSA-x87r-37q5-mmr8 --- .../GHSA-wwjf-gwrv-wh45.json | 127 ++++++++++++++++++ .../GHSA-x87r-37q5-mmr8.json | 126 +++++++++++++++++ .../GHSA-wwjf-gwrv-wh45.json | 42 ------ .../GHSA-x87r-37q5-mmr8.json | 42 ------ 4 files changed, 253 insertions(+), 84 deletions(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json create mode 100644 advisories/github-reviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json diff --git a/advisories/github-reviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json b/advisories/github-reviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json new file mode 100644 index 00000000000..93095cb08e6 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json @@ -0,0 +1,127 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wwjf-gwrv-wh45", + "modified": "2024-11-07T18:26:57Z", + "published": "2024-11-07T15:31:52Z", + "aliases": [ + "CVE-2024-43431" + ], + "summary": "Moodle's IDOR in badges allows deletion of arbitrary badges", + "details": "A vulnerability was found in Moodle. Insufficient capability checks made it possible to delete badges that a user does not have permission to access.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0-beta" + }, + { + "fixed": "4.2.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43431" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304259" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=461199" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639", + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-07T18:26:56Z", + "nvd_published_at": "2024-11-07T14:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json b/advisories/github-reviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json new file mode 100644 index 00000000000..c56f0d65983 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json @@ -0,0 +1,126 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x87r-37q5-mmr8", + "modified": "2024-11-07T18:27:26Z", + "published": "2024-11-07T15:31:52Z", + "aliases": [ + "CVE-2024-43434" + ], + "summary": "Moodle has CSRF risk in Feedback non-respondents report", + "details": "The bulk message sending feature in Moodle's Feedback module's non-respondents report had an incorrect CSRF token check, leading to a CSRF vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0-beta" + }, + { + "fixed": "4.2.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0-beta" + }, + { + "fixed": "4.3.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0-beta" + }, + { + "fixed": "4.4.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43434" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304262" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, + { + "type": "WEB", + "url": "https://moodle.org/mod/forum/discuss.php?d=461203" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-07T18:27:26Z", + "nvd_published_at": "2024-11-07T14:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json b/advisories/unreviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json deleted file mode 100644 index 33967c76f47..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-wwjf-gwrv-wh45/GHSA-wwjf-gwrv-wh45.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wwjf-gwrv-wh45", - "modified": "2024-11-07T15:31:52Z", - "published": "2024-11-07T15:31:52Z", - "aliases": [ - "CVE-2024-43431" - ], - "details": "A vulnerability was found in Moodle. Insufficient capability checks made it possible to delete badges that a user does not have permission to access.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43431" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304259" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=461199" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-07T14:15:15Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json b/advisories/unreviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json deleted file mode 100644 index 428aaeb46a6..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-x87r-37q5-mmr8/GHSA-x87r-37q5-mmr8.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x87r-37q5-mmr8", - "modified": "2024-11-07T15:31:52Z", - "published": "2024-11-07T15:31:52Z", - "aliases": [ - "CVE-2024-43434" - ], - "details": "The bulk message sending feature in Moodle's Feedback module's non-respondents report had an incorrect CSRF token check, leading to a CSRF vulnerability.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43434" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304262" - }, - { - "type": "WEB", - "url": "https://moodle.org/mod/forum/discuss.php?d=461203" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-07T14:15:16Z" - } -} \ No newline at end of file