diff --git a/2020/14xxx/CVE-2020-14333.json b/2020/14xxx/CVE-2020-14333.json index d387b2fce00..4776e88989e 100644 --- a/2020/14xxx/CVE-2020-14333.json +++ b/2020/14xxx/CVE-2020-14333.json @@ -4,15 +4,68 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-14333", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psampaio@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The ovirt Project", + "product": { + "product_data": [ + { + "product_name": "ovirt-engine", + "version": { + "version_data": [ + { + "version_value": "4.4 and earlier" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14333", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14333", + "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 Ovirt Engine's web interface in ovirt 4.4 and earlier, where it did not filter user-controllable parameters completely, resulting in a reflected cross-site scripting attack. This flaw allows an attacker to leverage a phishing attack, steal an unsuspecting user's cookies or other confidential information, or impersonate them within the application's context." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "6.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}