From 0a6a5f2e763af17e293cf471f17f809379a5d441 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:37:10 +0000 Subject: [PATCH] Add CVE-2022-39283 for GHSA-6cf9-3328-qrvh Add CVE-2022-39283 for GHSA-6cf9-3328-qrvh --- 2022/39xxx/CVE-2022-39283.json | 82 +++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 6 deletions(-) diff --git a/2022/39xxx/CVE-2022-39283.json b/2022/39xxx/CVE-2022-39283.json index 15c757fc309..0148a11b70c 100644 --- a/2022/39xxx/CVE-2022-39283.json +++ b/2022/39xxx/CVE-2022-39283.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-39283", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "FreeRDP may read and display out of bounds data " }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "FreeRDP", + "version": { + "version_data": [ + { + "version_value": "<= 2.8.0" + } + ] + } + } + ] + }, + "vendor_name": "FreeRDP" + } + ] + } + }, + "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": "FreeRDP is a free remote desktop protocol library and clients. All FreeRDP based clients when using the `/video` command line switch might read uninitialized data, decode it as audio/video and display the result. FreeRDP based server implementations are not affected. This issue has been patched in version 2.8.1. If you cannot upgrade do not use the `/video` switch.\n" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-125: Out-of-bounds Read" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-6cf9-3328-qrvh", + "refsource": "CONFIRM", + "url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-6cf9-3328-qrvh" + }, + { + "name": "https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1", + "refsource": "MISC", + "url": "https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1" + } + ] + }, + "source": { + "advisory": "GHSA-6cf9-3328-qrvh", + "discovery": "UNKNOWN" } } \ No newline at end of file