From 848b1d03f975af9968e67f443ac95bbeb7d30f1f Mon Sep 17 00:00:00 2001 From: "mrehak@redhat.com" Date: Thu, 2 Jan 2020 13:25:30 +0100 Subject: [PATCH] CVE-2019-14863 --- 2019/14xxx/CVE-2019-14863.json | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 2019/14xxx/CVE-2019-14863.json diff --git a/2019/14xxx/CVE-2019-14863.json b/2019/14xxx/CVE-2019-14863.json new file mode 100644 index 00000000000..4161e756d91 --- /dev/null +++ b/2019/14xxx/CVE-2019-14863.json @@ -0,0 +1,74 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-14863", + "ASSIGNER": "mrehak@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "angular:", + "version": { + "version_data": [ + { + "version_value": "all angular versions before 1.5.0-beta.0" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14863", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14863", + "refsource": "CONFIRM" + }, + { + "url": "https://snyk.io/vuln/npm:angular:20150807" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "There is a vulnerability in all angular versions before 1.5.0-beta.0, where after escaping the context of the web application, the web application delivers data to its users along with other trusted dynamic content, without validating it." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "7.1/CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N", + "version": "3.0" + } + ] + ] + } +}