From 3d1902759feb51245c496954aa547c5bd64c8a71 Mon Sep 17 00:00:00 2001 From: Ken Lee Date: Tue, 5 Jun 2018 17:58:58 +0800 Subject: [PATCH] Synology-SA-18:09 Added CVE-2018-8923. Signed-off-by: Ken Lee --- 2018/8xxx/CVE-2018-8923.json | 68 ++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 3 deletions(-) diff --git a/2018/8xxx/CVE-2018-8923.json b/2018/8xxx/CVE-2018-8923.json index 702e62fa65b..7270c5ca950 100644 --- a/2018/8xxx/CVE-2018-8923.json +++ b/2018/8xxx/CVE-2018-8923.json @@ -1,8 +1,33 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@synology.com", + "DATE_PUBLIC" : "2018-06-05T00:00:00", "ID" : "CVE-2018-8923", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "File Station", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_value" : "1.1.4-0122" + } + ] + } + } + ] + }, + "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" : "Cross-site scripting (XSS) vulnerability in Attachment Preview in Synology File Station before 1.1.4-0122 allows remote authenticated users to inject arbitrary web script or HTML via malicious attachments." + } + ] + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "NETWORK", + "availabilityImpact" : "LOW", + "baseScore" : 6.5, + "baseSeverity" : "MEDIUM", + "confidentialityImpact" : "LOW", + "integrityImpact" : "LOW", + "privilegesRequired" : "LOW", + "scope" : "CHANGED", + "userInteraction" : "REQUIRED", + "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", + "version" : "3.0" + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Improper Neutralization of Input During Web Page Generation (CWE-79)" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://www.synology.com/zh-tw/support/security/Synology_SA_18_09", + "refsource" : "CONFIRM", + "url" : "https://www.synology.com/zh-tw/support/security/Synology_SA_18_09" } ] }