From d4479940d0225b237a604f2258262573a833a481 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 10 Apr 2019 22:00:42 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2018/14xxx/CVE-2018-14683.json | 48 +++++++++++++++++++++++- 2019/11xxx/CVE-2019-11072.json | 67 ++++++++++++++++++++++++++++++++++ 2019/11xxx/CVE-2019-11073.json | 18 +++++++++ 2019/11xxx/CVE-2019-11074.json | 18 +++++++++ 2019/8xxx/CVE-2019-8331.json | 5 +++ 5 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 2019/11xxx/CVE-2019-11072.json create mode 100644 2019/11xxx/CVE-2019-11073.json create mode 100644 2019/11xxx/CVE-2019-11074.json diff --git a/2018/14xxx/CVE-2018-14683.json b/2018/14xxx/CVE-2018-14683.json index 4615d895af0..34f17afac73 100644 --- a/2018/14xxx/CVE-2018-14683.json +++ b/2018/14xxx/CVE-2018-14683.json @@ -2,7 +2,30 @@ "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-14683", - "STATE": "RESERVED" + "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", @@ -11,7 +34,28 @@ "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": "PRTG before 19.1.49.1966 has Cross Site Scripting (XSS) in the WEBGUI." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.paessler.com/prtg/history/stable", + "url": "https://www.paessler.com/prtg/history/stable" } ] } diff --git a/2019/11xxx/CVE-2019-11072.json b/2019/11xxx/CVE-2019-11072.json new file mode 100644 index 00000000000..80ab6835826 --- /dev/null +++ b/2019/11xxx/CVE-2019-11072.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-11072", + "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": "lighttpd before 1.4.54 has a signed integer overflow, which might allow remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a malicious HTTP GET request, as demonstrated by mishandling of /%2F? in burl_normalize_2F_to_slash_fix in burl.c." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://redmine.lighttpd.net/issues/2945", + "refsource": "MISC", + "name": "https://redmine.lighttpd.net/issues/2945" + }, + { + "url": "https://github.com/lighttpd/lighttpd1.4/commit/32120d5b8b3203fc21ccb9eafb0eaf824bb59354", + "refsource": "MISC", + "name": "https://github.com/lighttpd/lighttpd1.4/commit/32120d5b8b3203fc21ccb9eafb0eaf824bb59354" + } + ] + } +} \ No newline at end of file diff --git a/2019/11xxx/CVE-2019-11073.json b/2019/11xxx/CVE-2019-11073.json new file mode 100644 index 00000000000..599eafb2c2f --- /dev/null +++ b/2019/11xxx/CVE-2019-11073.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-11073", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2019/11xxx/CVE-2019-11074.json b/2019/11xxx/CVE-2019-11074.json new file mode 100644 index 00000000000..185ced402d4 --- /dev/null +++ b/2019/11xxx/CVE-2019-11074.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-11074", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2019/8xxx/CVE-2019-8331.json b/2019/8xxx/CVE-2019-8331.json index 0d595dc3f78..9666eea63d4 100644 --- a/2019/8xxx/CVE-2019-8331.json +++ b/2019/8xxx/CVE-2019-8331.json @@ -76,6 +76,11 @@ "refsource": "MISC", "name": "https://github.com/twbs/bootstrap/releases/tag/v3.4.1", "url": "https://github.com/twbs/bootstrap/releases/tag/v3.4.1" + }, + { + "refsource": "CONFIRM", + "name": "https://support.f5.com/csp/article/K24383845", + "url": "https://support.f5.com/csp/article/K24383845" } ] }