From 041519314bfdae4c36dde7090c0a9fc109ae3c2f Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 12 Apr 2020 14:01:12 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/11xxx/CVE-2020-11709.json | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 2020/11xxx/CVE-2020-11709.json diff --git a/2020/11xxx/CVE-2020-11709.json b/2020/11xxx/CVE-2020-11709.json new file mode 100644 index 00000000000..204b7cea273 --- /dev/null +++ b/2020/11xxx/CVE-2020-11709.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-11709", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "cpp-httplib through 0.5.8 does not filter \\r\\n in parameters passed into the set_redirect and set_header functions, which creates possibilities for CRLF injection and HTTP response splitting in some specific contexts." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/yhirose/cpp-httplib/issues/425", + "refsource": "MISC", + "name": "https://github.com/yhirose/cpp-httplib/issues/425" + }, + { + "url": "https://gist.github.com/shouc/a9330df817128bc4c4132abf3de09495", + "refsource": "MISC", + "name": "https://gist.github.com/shouc/a9330df817128bc4c4132abf3de09495" + } + ] + } +} \ No newline at end of file