diff --git a/advisories/unreviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json b/advisories/github-reviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json similarity index 52% rename from advisories/unreviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json rename to advisories/github-reviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json index 29c46cd226e..2494d4cd168 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json +++ b/advisories/github-reviewed/2022/05/GHSA-9xp2-5fr9-7mwm/GHSA-9xp2-5fr9-7mwm.json @@ -1,19 +1,68 @@ { "schema_version": "1.4.0", "id": "GHSA-9xp2-5fr9-7mwm", - "modified": "2025-04-11T03:34:29Z", + "modified": "2025-04-12T01:03:32Z", "published": "2022-05-13T01:13:09Z", "aliases": [ "CVE-2010-1615" ], + "summary": "Moodle vulnerable to SQL injection", "details": "Multiple SQL injection vulnerabilities in Moodle 1.8.x before 1.8.12 and 1.9.x before 1.9.8 allow remote attackers to execute arbitrary SQL commands via vectors related to (1) the add_to_log function in mod/wiki/view.php in the wiki module, or (2) \"data validation in some forms elements\" related to lib/form/selectgroups.php.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.8.0" + }, + { + "fixed": "1.8.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "moodle/moodle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.9.0" + }, + { + "fixed": "1.9.8" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-1615" }, + { + "type": "PACKAGE", + "url": "https://github.com/moodle/moodle" + }, { "type": "WEB", "url": "http://cvs.moodle.org/moodle/lib/form/selectgroups.php?r1=1.2.4.2&r2=1.2.4.3" @@ -29,10 +78,6 @@ { "type": "WEB", "url": "http://moodle.org/security" - }, - { - "type": "WEB", - "url": "http://www.vupen.com/english/advisories/2010/1107" } ], "database_specific": { @@ -40,8 +85,8 @@ "CWE-89" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-12T01:03:32Z", "nvd_published_at": "2010-04-29T21:30:00Z" } } \ No newline at end of file