From 86490ea9dfe2371bcf802772ef1de3bb0bf8c171 Mon Sep 17 00:00:00 2001 From: Wayne Beaton Date: Thu, 19 Dec 2019 12:00:12 -0500 Subject: [PATCH] CVE-2019-17633 Signed-off-by: Wayne Beaton --- 2019/17xxx/CVE-2019-17633.json | 68 ++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 2019/17xxx/CVE-2019-17633.json diff --git a/2019/17xxx/CVE-2019-17633.json b/2019/17xxx/CVE-2019-17633.json new file mode 100644 index 00000000000..acae4806f4e --- /dev/null +++ b/2019/17xxx/CVE-2019-17633.json @@ -0,0 +1,68 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "security@eclipse.org", + "ID": "CVE-2019-17633", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Eclipse Foundation", + "product": { + "product_data": [ + { + "product_name": "Eclipse Che", + "version": { + "version_data": [ + { + "version_value": "6.16.0 to 7.3.0 inclusive" + } + ] + } + } + ] + } + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "This vulnerability was discovered by Michael Grube" + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "For Eclipse Che versions 6.16 to 7.3.0, with both authentication and TLS disabled, visiting a malicious web site could trigger the start of an arbitrary Che workspace. Che with no authentication and no TLS is not usually deployed on a public network but is often used for local installations (e.g. on personal laptops). In that case, even if the Che API is not exposed externally, some javascript running in the local browser is able to send requests to it." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352: Cross-Site Request Forgery (CSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=551596", + "refsource": "CONFIRM", + "url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=551596" + } + ] + } +}