From 2cf06710c92920a5461211338a775515b99a5e4c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:09:04 +0000 Subject: [PATCH] Add CVE-2022-39266 for GHSA-2jjq-x548-rhpv Add CVE-2022-39266 for GHSA-2jjq-x548-rhpv --- 2022/39xxx/CVE-2022-39266.json | 85 +++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 6 deletions(-) diff --git a/2022/39xxx/CVE-2022-39266.json b/2022/39xxx/CVE-2022-39266.json index ff72015d3e3..d9be21a8a9a 100644 --- a/2022/39xxx/CVE-2022-39266.json +++ b/2022/39xxx/CVE-2022-39266.json @@ -1,18 +1,91 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-39266", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "isolated-vm has vulnerable CachedDataOptions in API" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "isolated-vm", + "version": { + "version_data": [ + { + "version_value": "<= 4.3.6" + } + ] + } + } + ] + }, + "vendor_name": "laverdet" + } + ] + } + }, + "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": "isolated-vm is a library for nodejs which gives the user access to v8's Isolate interface. In versions 4.3.6 and prior, if the untrusted v8 cached data is passed to the API through CachedDataOptions, attackers can bypass the sandbox and run arbitrary code in the nodejs process. As of time of publication, there are no known fixed versions or workarounds." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "ADJACENT", + "availabilityImpact": "HIGH", + "baseScore": 9.6, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:A/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-693: Protection Mechanism Failure" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-20: Improper Input Validation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/laverdet/isolated-vm/security/advisories/GHSA-2jjq-x548-rhpv", + "refsource": "CONFIRM", + "url": "https://github.com/laverdet/isolated-vm/security/advisories/GHSA-2jjq-x548-rhpv" + } + ] + }, + "source": { + "advisory": "GHSA-2jjq-x548-rhpv", + "discovery": "UNKNOWN" } } \ No newline at end of file