From 26852eec67c0201a5b506e766daa4ee4e237caf6 Mon Sep 17 00:00:00 2001 From: Hasnain Lakhani Date: Wed, 18 Aug 2021 16:32:51 -0700 Subject: [PATCH] Adding CVE-2021-24038 --- 2021/24xxx/CVE-2021-24038.json | 66 ++++++++++++++++++++++++++++++---- 1 file changed, 60 insertions(+), 6 deletions(-) diff --git a/2021/24xxx/CVE-2021-24038.json b/2021/24xxx/CVE-2021-24038.json index 6f003802830..2ea599d5c9f 100644 --- a/2021/24xxx/CVE-2021-24038.json +++ b/2021/24xxx/CVE-2021-24038.json @@ -1,17 +1,71 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-assign@fb.com", + "DATE_ASSIGNED": "2021-07-20", "ID": "CVE-2021-24038", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Facebook", + "product": { + "product_data": [ + { + "product_name": "Oculus Desktop", + "version": { + "version_data": [ + { + "version_affected": "!>=", + "version_value": "31.1.0.67.507" + }, + { + "version_affected": "<", + "version_value": "31.1.0.67.507" + }, + { + "version_affected": "!<=", + "version_value": "1.39" + } + ] + } + } + ] + } + } + ] + } + }, + "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": "Due to a bug with management of handles in OVRServiceLauncher.exe, an attacker could expose a privileged process handle to an unprivileged process, leading to local privilege escalation. This issue affects Oculus Desktop versions after 1.39 and prior to 31.1.0.67.507." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-269: Improper Privilege Management" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.facebook.com/security/advisories/cve-2021-24038", + "url": "https://www.facebook.com/security/advisories/cve-2021-24038" } ] }