diff --git a/2019/10xxx/CVE-2019-10186.json b/2019/10xxx/CVE-2019-10186.json index c5923a23e5f..2d68fece0e4 100644 --- a/2019/10xxx/CVE-2019-10186.json +++ b/2019/10xxx/CVE-2019-10186.json @@ -4,15 +4,77 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2019-10186", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psampaio@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Moodle Project", + "product": { + "product_data": [ + { + "product_name": "moodle", + "version": { + "version_data": [ + { + "version_value": "3.7.1" + }, + { + "version_value": "3.6.5" + }, + { + "version_value": "3.5.7" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://moodle.org/mod/forum/discuss.php?d=388567#p1566329" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10186", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10186", + "refsource": "CONFIRM" + } + ] }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "A flaw was found in moodle before versions 3.7.1, 3.6.5, 3.5.7. A sesskey (CSRF) token was not being utilised by the XML loading/unloading admin tool." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "6.5/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}