From e27c2b6a2011530c355c6f1c073d0d38eaba3d97 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 2 Nov 2020 23:01:41 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/9xxx/CVE-2020-9861.json | 51 +++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/2020/9xxx/CVE-2020-9861.json b/2020/9xxx/CVE-2020-9861.json index 7b840ab8388..0a27dad09ec 100644 --- a/2020/9xxx/CVE-2020-9861.json +++ b/2020/9xxx/CVE-2020-9861.json @@ -4,14 +4,59 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-9861", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "product-security@apple.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Swift", + "product": { + "product_data": [ + { + "product_name": "Swift 5.1.5 for Linux", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "Swift 5.1.5 for Linux" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Parsing malicious JSON input containing deeply nested \"array\" or \"object\" structures may lead to a Denial of Service" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://forums.swift.org/t/swift-5-1-5-for-linux-jsonserialization-limit-recursion-when-parsing/34514", + "refsource": "MISC", + "name": "https://forums.swift.org/t/swift-5-1-5-for-linux-jsonserialization-limit-recursion-when-parsing/34514" + } + ] }, "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 stack overflow issue existed in Swift for Linux. The issue was addressed with improved input validation for dealing with deeply nested malicious JSON input." } ] }