From 71b7391e6d31d6fe72a7549e05d1b6ae90b6a279 Mon Sep 17 00:00:00 2001 From: SynologyCVE Date: Thu, 17 Jun 2021 15:11:11 +0800 Subject: [PATCH] Add CVE-2021-34811 --- 2021/34xxx/CVE-2021-34811.json | 59 ++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/2021/34xxx/CVE-2021-34811.json b/2021/34xxx/CVE-2021-34811.json index 567b459738f..1a01efe42d3 100644 --- a/2021/34xxx/CVE-2021-34811.json +++ b/2021/34xxx/CVE-2021-34811.json @@ -4,14 +4,67 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-34811", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@synology.com", + "STATE": "PUBLIC", + "DATE_PUBLIC": "2021-06-17T07:11:10.759394" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Download Station", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "3.8.16-3566" + } + ] + } + } + ] + }, + "vendor_name": "Synology" + } + ] + } }, "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." + "value": "Server-Side Request Forgery (SSRF) vulnerability in task management component in Synology Download Station before 3.8.16-3566 allows remote authenticated users to access intranet resources via unspecified vectors." + } + ] + }, + "impact": { + "cvss": { + "baseScore": "5.0", + "vectorString": "AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-918: Server-Side Request Forgery (SSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://www.synology.com/security/advisory/Synology_SA_21_11", + "url": "https://www.synology.com/security/advisory/Synology_SA_21_11", + "refsource": "CONFIRM" } ] }