From 09edc2405c55270eaaa26ec7fada43a6c9ba3a8a Mon Sep 17 00:00:00 2001 From: SynologyCVE Date: Thu, 20 Oct 2022 13:36:13 +0800 Subject: [PATCH] Add CVE-2022-27624 --- 2022/27xxx/CVE-2022-27624.json | 59 ++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/2022/27xxx/CVE-2022-27624.json b/2022/27xxx/CVE-2022-27624.json index 151a8675357..614962f345b 100644 --- a/2022/27xxx/CVE-2022-27624.json +++ b/2022/27xxx/CVE-2022-27624.json @@ -4,14 +4,67 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-27624", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@synology.com", + "STATE": "PUBLIC", + "DATE_PUBLIC": "2022-10-20T13:36:13.455161" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "DiskStation Manager (DSM)", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "7.1.1-42962-2" + } + ] + } + } + ] + }, + "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": "A vulnerability regarding improper restriction of operations within the bounds of a memory buffer is found in the packet decryption functionality of Out-of-Band (OOB) Management. This allows remote attackers to execute arbitrary commands via unspecified vectors. The following models with Synology DiskStation Manager (DSM) versions before 7.1.1-42962-2 may be affected: DS3622xs+, FS3410, and HD6500." + } + ] + }, + "impact": { + "cvss": { + "baseScore": "10.0", + "vectorString": "AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://www.synology.com/security/advisory/Synology_SA_22_17", + "url": "https://www.synology.com/security/advisory/Synology_SA_22_17", + "refsource": "CONFIRM" } ] }