From 5db79f8ad879e2cc9ff4c40e303030583e31db5a Mon Sep 17 00:00:00 2001 From: Ken Lee Date: Wed, 31 Oct 2018 22:39:13 +0800 Subject: [PATCH] Synology-SA-18:36 Added CVE-2018-13281. Signed-off-by: Ken Lee --- 2018/13xxx/CVE-2018-13281.json | 68 ++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 3 deletions(-) diff --git a/2018/13xxx/CVE-2018-13281.json b/2018/13xxx/CVE-2018-13281.json index 9c8ff67848c..921318cec04 100644 --- a/2018/13xxx/CVE-2018-13281.json +++ b/2018/13xxx/CVE-2018-13281.json @@ -1,8 +1,33 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@synology.com", + "DATE_PUBLIC" : "2018-10-31T00:00:00", "ID" : "CVE-2018-13281", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "DiskStation Manager (DSM)", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_value" : "6.2-23739-2" + } + ] + } + } + ] + }, + "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" : "Information exposure vulnerability in SYNO.Core.ACL in Synology DiskStation Manager (DSM) before 6.2-23739-2 allows remote authenticated users to determine the existence and obtain the metadata of arbitrary files via the file_path parameter." + } + ] + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "NETWORK", + "availabilityImpact" : "NONE", + "baseScore" : 4.3, + "baseSeverity" : "MEDIUM", + "confidentialityImpact" : "LOW", + "integrityImpact" : "NONE", + "privilegesRequired" : "LOW", + "scope" : "UNCHANGED", + "userInteraction" : "NONE", + "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version" : "3.0" + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Information Exposure (CWE-200)" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://www.synology.com/en-global/support/security/Synology_SA_18_36", + "refsource" : "CONFIRM", + "url" : "https://www.synology.com/en-global/support/security/Synology_SA_18_36" } ] }