diff --git a/2017/12xxx/CVE-2017-12078.json b/2017/12xxx/CVE-2017-12078.json index 30a2ebc9613..ffeb329fc41 100644 --- a/2017/12xxx/CVE-2017-12078.json +++ b/2017/12xxx/CVE-2017-12078.json @@ -1,8 +1,33 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@synology.com", + "DATE_PUBLIC" : "2018-06-08T00:00:00", "ID" : "CVE-2017-12078", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Synology Router Manager (SRM)", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_value" : "1.1.6-6931" + } + ] + } + } + ] + }, + "vendor_name" : "Synology" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +36,44 @@ "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" : "Command injection vulnerability in EZ-Internet in Synology Router Manager (SRM) before 1.1.6-6931 allows remote authenticated users to execute arbitrary command via the username parameter." + } + ] + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "NETWORK", + "availabilityImpact" : "HIGH", + "baseScore" : 7.2, + "baseSeverity" : "HIGH", + "confidentialityImpact" : "HIGH", + "integrityImpact" : "HIGH", + "privilegesRequired" : "HIGH", + "scope" : "UNCHANGED", + "userInteraction" : "NONE", + "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version" : "3.0" + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Improper Neutralization of Special Elements used in a Command (CWE-77)" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://www.synology.com/en-global/support/security/Synology_SA_17_79", + "refsource" : "CONFIRM", + "url" : "https://www.synology.com/en-global/support/security/Synology_SA_17_79" } ] }