From 90b21cd79b5e41a787751dca205cb3ef95d95ca3 Mon Sep 17 00:00:00 2001 From: Dhaval Kapil Date: Wed, 9 Sep 2020 11:57:12 -0700 Subject: [PATCH] Publishing CVE-2020-1913 --- 2020/1xxx/CVE-2020-1913.json | 56 ++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/2020/1xxx/CVE-2020-1913.json b/2020/1xxx/CVE-2020-1913.json index 9e2ddd6c192..61dc36a040a 100644 --- a/2020/1xxx/CVE-2020-1913.json +++ b/2020/1xxx/CVE-2020-1913.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-1913", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cve-assign@fb.com", + "STATE": "PUBLIC", + "DATE_ASSIGNED": "2020-09-09" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Facebook", + "product": { + "product_data": [ + { + "product_name": "Hermes", + "version": { + "version_data": [ + { + "version_value": "commit prior to 2c7af7ec481ceffd0d14ce2d7c045e475fd71dc6" + } + ] + } + } + ] + } + } + ] + } }, "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": "An Integer signedness error in the JavaScript Interpreter in Facebook Hermes prior to commit 2c7af7ec481ceffd0d14ce2d7c045e475fd71dc6 allows attackers to cause a denial of service attack or a potential RCE via crafted JavaScript. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-195: Signed to Unsigned Conversion Error" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.facebook.com/security/advisories/cve-2020-1913", + "url": "https://www.facebook.com/security/advisories/cve-2020-1913" + }, + { + "refsource": "CONFIRM", + "name": "https://github.com/facebook/hermes/commit/2c7af7ec481ceffd0d14ce2d7c045e475fd71dc6", + "url": "https://github.com/facebook/hermes/commit/2c7af7ec481ceffd0d14ce2d7c045e475fd71dc6" } ] }