From c78d3da9f7bbfa1ce380a8b78231203e8839013d Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Tue, 2 May 2023 14:24:32 +0000 Subject: [PATCH] fbdeec3c-d197-4a68-a547-7f93fb9594b4 --- 2023/2xxx/CVE-2023-2479.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2479.json b/2023/2xxx/CVE-2023-2479.json index 77699fdcc6d..3076efc12ec 100644 --- a/2023/2xxx/CVE-2023-2479.json +++ b/2023/2xxx/CVE-2023-2479.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2479", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2023-2479", + "STATE": "PUBLIC", + "TITLE": "OS Command Injection in appium/appium-desktop" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "appium/appium-desktop", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "v1.22.3-4" + } + ] + } + } + ] + }, + "vendor_name": "appium" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "OS Command Injection in GitHub repository appium/appium-desktop prior to v1.22.3-4." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-78 Improper Neutralization of Special Elements used in an OS Command" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/fbdeec3c-d197-4a68-a547-7f93fb9594b4", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/fbdeec3c-d197-4a68-a547-7f93fb9594b4" + }, + { + "name": "https://github.com/appium/appium-desktop/commit/12a988aa08b9822e97056a09486c9bebb3aad8fe", + "refsource": "MISC", + "url": "https://github.com/appium/appium-desktop/commit/12a988aa08b9822e97056a09486c9bebb3aad8fe" + } + ] + }, + "source": { + "advisory": "fbdeec3c-d197-4a68-a547-7f93fb9594b4", + "discovery": "EXTERNAL" + } } \ No newline at end of file