From c0305af09cbb7196d2caf5ee65d38137db967665 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:39:30 +0000 Subject: [PATCH] Publish Advisories GHSA-2828-9vh6-9m6j GHSA-mg54-p2wj-5ph7 GHSA-mg54-p2wj-5ph7 --- .../GHSA-2828-9vh6-9m6j.json | 22 +++- .../GHSA-mg54-p2wj-5ph7.json | 118 ++++++++++++++++++ .../GHSA-mg54-p2wj-5ph7.json | 38 ------ 3 files changed, 137 insertions(+), 41 deletions(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json diff --git a/advisories/github-reviewed/2020/08/GHSA-2828-9vh6-9m6j/GHSA-2828-9vh6-9m6j.json b/advisories/github-reviewed/2020/08/GHSA-2828-9vh6-9m6j/GHSA-2828-9vh6-9m6j.json index 4616f7810b9..b2e8ef95bbe 100644 --- a/advisories/github-reviewed/2020/08/GHSA-2828-9vh6-9m6j/GHSA-2828-9vh6-9m6j.json +++ b/advisories/github-reviewed/2020/08/GHSA-2828-9vh6-9m6j/GHSA-2828-9vh6-9m6j.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-2828-9vh6-9m6j", - "modified": "2021-09-23T19:00:16Z", + "modified": "2024-11-18T22:38:24Z", "published": "2020-08-21T16:25:48Z", "aliases": [ "CVE-2020-6173" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" } ], "affected": [ @@ -25,10 +29,10 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "0.7.2" }, { - "last_affected": "0.13.0" + "fixed": "0.12.2" } ] } @@ -48,6 +52,18 @@ "type": "WEB", "url": "https://github.com/theupdateframework/tuf/issues/973" }, + { + "type": "WEB", + "url": "https://github.com/theupdateframework/python-tuf/pull/974" + }, + { + "type": "WEB", + "url": "https://github.com/theupdateframework/python-tuf/commit/2977188139d065ff3356c3cb4aec60c582b57e0e" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tuf/PYSEC-2020-146.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/theupdateframework/tuf" diff --git a/advisories/github-reviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json b/advisories/github-reviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json new file mode 100644 index 00000000000..3d4c5901f1f --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json @@ -0,0 +1,118 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mg54-p2wj-5ph7", + "modified": "2024-11-18T22:37:41Z", + "published": "2024-11-18T12:30:43Z", + "aliases": [ + "CVE-2024-48901" + ], + "summary": "moodle: IDOR when fetching report schedules", + "details": "A vulnerability was found in Moodle. Additional checks are required to ensure users can only access the schedule of a report if they have permission to edit that report.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0" + }, + { + "fixed": "4.2.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.0" + }, + { + "fixed": "4.3.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0" + }, + { + "fixed": "4.4.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48901" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318817" + }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-18T22:37:41Z", + "nvd_published_at": "2024-11-18T12:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json b/advisories/unreviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json deleted file mode 100644 index 8fd832daf4e..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-mg54-p2wj-5ph7/GHSA-mg54-p2wj-5ph7.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-mg54-p2wj-5ph7", - "modified": "2024-11-18T18:30:55Z", - "published": "2024-11-18T12:30:43Z", - "aliases": [ - "CVE-2024-48901" - ], - "details": "A vulnerability was found in Moodle. Additional checks are required to ensure users can only access the schedule of a report if they have permission to edit that report.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48901" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318817" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-285" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-18T12:15:18Z" - } -} \ No newline at end of file