From 6ae567062ba28d7b01d573355a5f3d2463b16812 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 23 Aug 2019 13:00:50 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/15xxx/CVE-2019-15476.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15477.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15480.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15481.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15482.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15483.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15484.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15485.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15486.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15487.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15488.json | 67 ++++++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15490.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15491.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15492.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15493.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15494.json | 62 +++++++++++++++++++++++++++++++ 2019/15xxx/CVE-2019-15514.json | 62 +++++++++++++++++++++++++++++++ 17 files changed, 1104 insertions(+) create mode 100644 2019/15xxx/CVE-2019-15476.json create mode 100644 2019/15xxx/CVE-2019-15477.json create mode 100644 2019/15xxx/CVE-2019-15480.json create mode 100644 2019/15xxx/CVE-2019-15481.json create mode 100644 2019/15xxx/CVE-2019-15482.json create mode 100644 2019/15xxx/CVE-2019-15483.json create mode 100644 2019/15xxx/CVE-2019-15484.json create mode 100644 2019/15xxx/CVE-2019-15485.json create mode 100644 2019/15xxx/CVE-2019-15486.json create mode 100644 2019/15xxx/CVE-2019-15487.json create mode 100644 2019/15xxx/CVE-2019-15488.json create mode 100644 2019/15xxx/CVE-2019-15490.json create mode 100644 2019/15xxx/CVE-2019-15491.json create mode 100644 2019/15xxx/CVE-2019-15492.json create mode 100644 2019/15xxx/CVE-2019-15493.json create mode 100644 2019/15xxx/CVE-2019-15494.json create mode 100644 2019/15xxx/CVE-2019-15514.json diff --git a/2019/15xxx/CVE-2019-15476.json b/2019/15xxx/CVE-2019-15476.json new file mode 100644 index 00000000000..a7316fed082 --- /dev/null +++ b/2019/15xxx/CVE-2019-15476.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15476", + "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": "Former before 4.2.1 has XSS via a checkbox value." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/formers/former/pull/584", + "refsource": "MISC", + "name": "https://github.com/formers/former/pull/584" + }, + { + "url": "https://github.com/formers/former/releases/tag/4.2.1", + "refsource": "MISC", + "name": "https://github.com/formers/former/releases/tag/4.2.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15477.json b/2019/15xxx/CVE-2019-15477.json new file mode 100644 index 00000000000..54c8c12acae --- /dev/null +++ b/2019/15xxx/CVE-2019-15477.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15477", + "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": "Jooby before 1.6.4 has XSS via the default error handler." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/jooby-project/jooby/pull/1368", + "refsource": "MISC", + "name": "https://github.com/jooby-project/jooby/pull/1368" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15480.json b/2019/15xxx/CVE-2019-15480.json new file mode 100644 index 00000000000..c1da2d3cfab --- /dev/null +++ b/2019/15xxx/CVE-2019-15480.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15480", + "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": "Domoticz 4.10717 has XSS via item.Name." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/domoticz/domoticz/pull/3368", + "refsource": "MISC", + "name": "https://github.com/domoticz/domoticz/pull/3368" + }, + { + "refsource": "MISC", + "name": "https://github.com/domoticz/domoticz/issues/3367", + "url": "https://github.com/domoticz/domoticz/issues/3367" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15481.json b/2019/15xxx/CVE-2019-15481.json new file mode 100644 index 00000000000..cbc9ea234e2 --- /dev/null +++ b/2019/15xxx/CVE-2019-15481.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15481", + "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": "Kimai v2 before 1.1 has XSS via a timesheet description." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/kevinpapst/kimai2/releases/tag/1.1", + "refsource": "MISC", + "name": "https://github.com/kevinpapst/kimai2/releases/tag/1.1" + }, + { + "url": "https://github.com/kevinpapst/kimai2/pull/962", + "refsource": "MISC", + "name": "https://github.com/kevinpapst/kimai2/pull/962" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15482.json b/2019/15xxx/CVE-2019-15482.json new file mode 100644 index 00000000000..f463d6f2ed8 --- /dev/null +++ b/2019/15xxx/CVE-2019-15482.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15482", + "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": "selectize-plugin-a11y before 1.1.0 has XSS via the msg field." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.npmjs.com/package/selectize-plugin-a11y/v/1.1.0", + "refsource": "MISC", + "name": "https://www.npmjs.com/package/selectize-plugin-a11y/v/1.1.0" + }, + { + "url": "https://github.com/SLMNBJ/selectize-plugin-a11y/pull/9", + "refsource": "MISC", + "name": "https://github.com/SLMNBJ/selectize-plugin-a11y/pull/9" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15483.json b/2019/15xxx/CVE-2019-15483.json new file mode 100644 index 00000000000..beec0bfc46b --- /dev/null +++ b/2019/15xxx/CVE-2019-15483.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15483", + "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": "Bolt before 3.6.10 has XSS via a title that is mishandled in the system log." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/bolt/bolt/releases/tag/v3.6.10", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/releases/tag/v3.6.10" + }, + { + "url": "https://github.com/bolt/bolt/pull/7802", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/pull/7802" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15484.json b/2019/15xxx/CVE-2019-15484.json new file mode 100644 index 00000000000..472961a4bb2 --- /dev/null +++ b/2019/15xxx/CVE-2019-15484.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15484", + "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": "Bolt before 3.6.10 has XSS via an image's alt or title field." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/bolt/bolt/releases/tag/v3.6.10", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/releases/tag/v3.6.10" + }, + { + "url": "https://github.com/bolt/bolt/pull/7801", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/pull/7801" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15485.json b/2019/15xxx/CVE-2019-15485.json new file mode 100644 index 00000000000..bb3d8c79956 --- /dev/null +++ b/2019/15xxx/CVE-2019-15485.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15485", + "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": "Bolt before 3.6.10 has XSS via createFolder or createFile in Controller/Async/FilesystemManager.php." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/bolt/bolt/releases/tag/v3.6.10", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/releases/tag/v3.6.10" + }, + { + "url": "https://github.com/bolt/bolt/pull/7800", + "refsource": "MISC", + "name": "https://github.com/bolt/bolt/pull/7800" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15486.json b/2019/15xxx/CVE-2019-15486.json new file mode 100644 index 00000000000..1e05f241c00 --- /dev/null +++ b/2019/15xxx/CVE-2019-15486.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15486", + "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": "django-js-reverse (aka Django JS Reverse) before 0.9.1 has XSS via js_reverse_inline." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/ierror/django-js-reverse/compare/v0.9.0...v0.9.1", + "refsource": "MISC", + "name": "https://github.com/ierror/django-js-reverse/compare/v0.9.0...v0.9.1" + }, + { + "url": "https://github.com/ierror/django-js-reverse/pull/81", + "refsource": "MISC", + "name": "https://github.com/ierror/django-js-reverse/pull/81" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15487.json b/2019/15xxx/CVE-2019-15487.json new file mode 100644 index 00000000000..5205fdf621f --- /dev/null +++ b/2019/15xxx/CVE-2019-15487.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15487", + "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": "DfE School Experience before v16333-GA has XSS via a teacher training URL." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/DFE-Digital/schools-experience/pull/769", + "refsource": "MISC", + "name": "https://github.com/DFE-Digital/schools-experience/pull/769" + }, + { + "url": "https://github.com/DFE-Digital/schools-experience/releases/tag/v16333-GA", + "refsource": "MISC", + "name": "https://github.com/DFE-Digital/schools-experience/releases/tag/v16333-GA" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15488.json b/2019/15xxx/CVE-2019-15488.json new file mode 100644 index 00000000000..ba63bbbc031 --- /dev/null +++ b/2019/15xxx/CVE-2019-15488.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15488", + "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": "Ignite Realtime Openfire before 4.4.1 has reflected XSS via an LDAP setup test." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/igniterealtime/Openfire/compare/cd0a573...5e5d9e5", + "refsource": "MISC", + "name": "https://github.com/igniterealtime/Openfire/compare/cd0a573...5e5d9e5" + }, + { + "url": "https://github.com/igniterealtime/Openfire/pull/1441", + "refsource": "MISC", + "name": "https://github.com/igniterealtime/Openfire/pull/1441" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15490.json b/2019/15xxx/CVE-2019-15490.json new file mode 100644 index 00000000000..56bd023780a --- /dev/null +++ b/2019/15xxx/CVE-2019-15490.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15490", + "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": "openITCOCKPIT before 3.7.1 allows code injection, aka RVID 1-445b21." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1", + "refsource": "MISC", + "name": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15491.json b/2019/15xxx/CVE-2019-15491.json new file mode 100644 index 00000000000..783ad65d896 --- /dev/null +++ b/2019/15xxx/CVE-2019-15491.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15491", + "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": "openITCOCKPIT before 3.7.1 has CSRF, aka RVID 2-445b21." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1", + "refsource": "MISC", + "name": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15492.json b/2019/15xxx/CVE-2019-15492.json new file mode 100644 index 00000000000..e8aa644ea92 --- /dev/null +++ b/2019/15xxx/CVE-2019-15492.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15492", + "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": "openITCOCKPIT before 3.7.1 has reflected XSS, aka RVID 3-445b21." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1", + "refsource": "MISC", + "name": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15493.json b/2019/15xxx/CVE-2019-15493.json new file mode 100644 index 00000000000..d4f62a815ea --- /dev/null +++ b/2019/15xxx/CVE-2019-15493.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15493", + "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": "openITCOCKPIT before 3.7.1 allows deletion of files, aka RVID 4-445b21." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1", + "refsource": "MISC", + "name": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15494.json b/2019/15xxx/CVE-2019-15494.json new file mode 100644 index 00000000000..fa5d8c31981 --- /dev/null +++ b/2019/15xxx/CVE-2019-15494.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15494", + "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": "openITCOCKPIT before 3.7.1 allows SSRF, aka RVID 5-445b21." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1", + "refsource": "MISC", + "name": "https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.7.1" + } + ] + } +} \ No newline at end of file diff --git a/2019/15xxx/CVE-2019-15514.json b/2019/15xxx/CVE-2019-15514.json new file mode 100644 index 00000000000..e87d33e787a --- /dev/null +++ b/2019/15xxx/CVE-2019-15514.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-15514", + "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": "The Privacy > Phone Number feature in the Telegram app 5.10 for Android and iOS provides an incorrect indication that the access level is Nobody, because attackers can find these numbers via the Group Info feature, e.g., by adding a significant fraction of a region's assigned phone numbers." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://docs.google.com/document/d/e/2PACX-1vRx2wO2kj0axlQtv2CDSjPGlRKJOHtucvpOKGFKybh2eVVGZqvt_JJv-2Q11NHn5Y4um_F4-bgA6q5v/pub", + "refsource": "MISC", + "name": "https://docs.google.com/document/d/e/2PACX-1vRx2wO2kj0axlQtv2CDSjPGlRKJOHtucvpOKGFKybh2eVVGZqvt_JJv-2Q11NHn5Y4um_F4-bgA6q5v/pub" + } + ] + } +} \ No newline at end of file