From 314c72110b186d562ac046ca009d74999aadd74f Mon Sep 17 00:00:00 2001 From: Dhaval Kapil Date: Mon, 10 Oct 2022 18:27:20 -0700 Subject: [PATCH] Publish CVE-2022-35289 --- 2022/35xxx/CVE-2022-35289.json | 63 ++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 6 deletions(-) diff --git a/2022/35xxx/CVE-2022-35289.json b/2022/35xxx/CVE-2022-35289.json index 6cce770b7f9..716c06be7cf 100644 --- a/2022/35xxx/CVE-2022-35289.json +++ b/2022/35xxx/CVE-2022-35289.json @@ -1,17 +1,68 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-assign@fb.com", + "DATE_ASSIGNED": "2022-07-06", "ID": "CVE-2022-35289", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Facebook", + "product": { + "product_data": [ + { + "product_name": "Hermes", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "prior to commit 5b6255ae049fa4641791e47fad994e8e8c4da374" + } + ] + } + } + ] + } + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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 write-what-where condition in hermes caused by an integer overflow, prior to commit 5b6255ae049fa4641791e47fad994e8e8c4da374 allows attackers to potentially execute arbitrary code 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-680: Integer Overflow to Buffer Overflow" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://github.com/facebook/hermes/commit/5b6255ae049fa4641791e47fad994e8e8c4da374", + "url": "https://github.com/facebook/hermes/commit/5b6255ae049fa4641791e47fad994e8e8c4da374" + }, + { + "refsource": "CONFIRM", + "name": "https://www.facebook.com/security/advisories/CVE-2022-35289", + "url": "https://www.facebook.com/security/advisories/CVE-2022-35289" } ] }