From b48bdb8e8709ca65c37133379f051ee68d6d7bbc Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 17 Oct 2017 11:05:42 -0400 Subject: [PATCH] - Synchronized data. --- 2014/2xxx/CVE-2014-2277.json | 61 ++++++++++++++++++++++++++++++++-- 2014/2xxx/CVE-2014-2664.json | 58 ++++++++++++++++++++++++++++++-- 2017/12xxx/CVE-2017-12860.json | 2 +- 2017/12xxx/CVE-2017-12861.json | 2 +- 2017/14xxx/CVE-2017-14757.json | 2 +- 2017/14xxx/CVE-2017-14758.json | 2 +- 2017/15xxx/CVE-2017-15514.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15515.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15516.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15517.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15518.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15519.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15520.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15521.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15522.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15523.json | 18 ++++++++++ 2017/15xxx/CVE-2017-15524.json | 18 ++++++++++ 17 files changed, 317 insertions(+), 8 deletions(-) create mode 100644 2017/15xxx/CVE-2017-15514.json create mode 100644 2017/15xxx/CVE-2017-15515.json create mode 100644 2017/15xxx/CVE-2017-15516.json create mode 100644 2017/15xxx/CVE-2017-15517.json create mode 100644 2017/15xxx/CVE-2017-15518.json create mode 100644 2017/15xxx/CVE-2017-15519.json create mode 100644 2017/15xxx/CVE-2017-15520.json create mode 100644 2017/15xxx/CVE-2017-15521.json create mode 100644 2017/15xxx/CVE-2017-15522.json create mode 100644 2017/15xxx/CVE-2017-15523.json create mode 100644 2017/15xxx/CVE-2017-15524.json diff --git a/2014/2xxx/CVE-2014-2277.json b/2014/2xxx/CVE-2014-2277.json index f5450c7d39a..33bafb1b95d 100644 --- a/2014/2xxx/CVE-2014-2277.json +++ b/2014/2xxx/CVE-2014-2277.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2014-2277", - "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,41 @@ "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" : "The make_temporary_filename function in perltidy 20120701-1 and earlier allows local users to obtain sensitive information or write to arbitrary files via a symlink attack, related to use of the tmpnam function." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "http://www.openwall.com/lists/oss-security/2014/03/09/1" + }, + { + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1074720" + }, + { + "url" : "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/130479.html" + }, + { + "url" : "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/130464.html" + }, + { + "url" : "http://www.securityfocus.com/bid/66139" + }, + { + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/92104" } ] } diff --git a/2014/2xxx/CVE-2014-2664.json b/2014/2xxx/CVE-2014-2664.json index bbf7827d6f4..d880f028a02 100644 --- a/2014/2xxx/CVE-2014-2664.json +++ b/2014/2xxx/CVE-2014-2664.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2014-2664", - "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,38 @@ "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" : "Unrestricted file upload vulnerability in the ProfileController::actionUploadPhoto method in protected/controllers/ProfileController.php in X2Engine X2CRM before 4.0 allows remote attackers to execute arbitrary code by uploading a file with an executable extension, then accessing it via a direct request to the file in an unspecified directory." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "http://karmainsecurity.com/KIS-2014-04" + }, + { + "url" : "https://secuniaresearch.flexerasoftware.com//secunia_research/2014-4" + }, + { + "url" : "http://www.securityfocus.com/bid/66506/discuss" + }, + { + "url" : "http://secunia.com/advisories/57315" + }, + { + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/92169" } ] } diff --git a/2017/12xxx/CVE-2017-12860.json b/2017/12xxx/CVE-2017-12860.json index 87c6623cc06..26d467c6b9c 100644 --- a/2017/12xxx/CVE-2017-12860.json +++ b/2017/12xxx/CVE-2017-12860.json @@ -34,7 +34,7 @@ "description_data" : [ { "lang" : "eng", - "value" : "The Epson \"EasyMP\" software (tested on version 2.86) is designed to remotely stream a user's computer to supporting projectors. These devices are authenticated using a unique 4-digit code, displayed on-screen - ensuring only those who can view it are streaming. In addition to the password, each projector (tested on PowerLite Pro G5650W and G6050W) has a hardcoded \"backdoor\" code (2270), which authenticates to all devices." + "value" : "The Epson \"EasyMP\" software is designed to remotely stream a users computer to supporting projectors.These devices are authenticated using a unique 4-digit code, displayed on-screen - ensuring only those who can view it are streaming.In addition to the password, each projector has a hardocded \"backdoor\" code (2270), which authenticates to all devices." } ] }, diff --git a/2017/12xxx/CVE-2017-12861.json b/2017/12xxx/CVE-2017-12861.json index 1569b523a75..8673f7bb834 100644 --- a/2017/12xxx/CVE-2017-12861.json +++ b/2017/12xxx/CVE-2017-12861.json @@ -34,7 +34,7 @@ "description_data" : [ { "lang" : "eng", - "value" : "The Epson \"EasyMP\" software (tested on version 2.86) is designed to remotely stream a user's computer to supporting projectors. These devices are authenticated using a unique 4-digit code, displayed on-screen - ensuring only those who can view it are streaming. All Epson projectors (tested on PowerLite Pro G5650W and G6050W)supporting the \"EasyMP\" software are vulnerable to a brute-force vulnerability, allowing any attacker on the network to remotely control and stream to the vulnerable device." + "value" : "The Epson \"EasyMP\" software is designed to remotely stream a users computer to supporting projectors.These devices are authenticated using a unique 4-digit code, displayed on-screen - ensuring only those who can view it are streaming.All Epson projectors supporting the \"EasyMP\" software are vulnerable to a brute-force vulnerability, allowing any attacker on the network to remotely control and stream to the vulnerable device" } ] }, diff --git a/2017/14xxx/CVE-2017-14757.json b/2017/14xxx/CVE-2017-14757.json index 9a1d5c97024..60a101af4aa 100644 --- a/2017/14xxx/CVE-2017-14757.json +++ b/2017/14xxx/CVE-2017-14757.json @@ -56,7 +56,7 @@ "url" : "https://www.exploit-db.com/exploits/42939/" }, { - "url" : "http://seclists.org/fulldisclosure/2017/Sep/94" + "url" : "http://seclists.org/fulldisclosure/2017/Oct/8" }, { "url" : "https://knowledge.opentext.com/knowledge/llisapi.dll/Open/68982774" diff --git a/2017/14xxx/CVE-2017-14758.json b/2017/14xxx/CVE-2017-14758.json index 87f04e002dd..5d1c77dd94d 100644 --- a/2017/14xxx/CVE-2017-14758.json +++ b/2017/14xxx/CVE-2017-14758.json @@ -56,7 +56,7 @@ "url" : "https://www.exploit-db.com/exploits/42940/" }, { - "url" : "http://seclists.org/fulldisclosure/2017/Sep/93" + "url" : "http://seclists.org/fulldisclosure/2017/Oct/23" }, { "url" : "https://knowledge.opentext.com/knowledge/llisapi.dll/Open/68982774" diff --git a/2017/15xxx/CVE-2017-15514.json b/2017/15xxx/CVE-2017-15514.json new file mode 100644 index 00000000000..895bd6479c7 --- /dev/null +++ b/2017/15xxx/CVE-2017-15514.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15514", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15515.json b/2017/15xxx/CVE-2017-15515.json new file mode 100644 index 00000000000..1f1654b72b9 --- /dev/null +++ b/2017/15xxx/CVE-2017-15515.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15515", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15516.json b/2017/15xxx/CVE-2017-15516.json new file mode 100644 index 00000000000..842bd76114f --- /dev/null +++ b/2017/15xxx/CVE-2017-15516.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15516", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15517.json b/2017/15xxx/CVE-2017-15517.json new file mode 100644 index 00000000000..af09e002d25 --- /dev/null +++ b/2017/15xxx/CVE-2017-15517.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15517", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15518.json b/2017/15xxx/CVE-2017-15518.json new file mode 100644 index 00000000000..6e9a57de6e8 --- /dev/null +++ b/2017/15xxx/CVE-2017-15518.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15518", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15519.json b/2017/15xxx/CVE-2017-15519.json new file mode 100644 index 00000000000..cc7b469c229 --- /dev/null +++ b/2017/15xxx/CVE-2017-15519.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15519", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15520.json b/2017/15xxx/CVE-2017-15520.json new file mode 100644 index 00000000000..4302e2d9e7f --- /dev/null +++ b/2017/15xxx/CVE-2017-15520.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15520", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15521.json b/2017/15xxx/CVE-2017-15521.json new file mode 100644 index 00000000000..c9c1b2b6e3c --- /dev/null +++ b/2017/15xxx/CVE-2017-15521.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15521", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15522.json b/2017/15xxx/CVE-2017-15522.json new file mode 100644 index 00000000000..7675fdab15f --- /dev/null +++ b/2017/15xxx/CVE-2017-15522.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15522", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15523.json b/2017/15xxx/CVE-2017-15523.json new file mode 100644 index 00000000000..1274207d8e3 --- /dev/null +++ b/2017/15xxx/CVE-2017-15523.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15523", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +} diff --git a/2017/15xxx/CVE-2017-15524.json b/2017/15xxx/CVE-2017-15524.json new file mode 100644 index 00000000000..5c8fe096fe4 --- /dev/null +++ b/2017/15xxx/CVE-2017-15524.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-15524", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "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." + } + ] + } +}