From 8e1c55270d852b77b674ce5f1c4cd1ba6beaa43b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:25:16 +0000 Subject: [PATCH] Add CVE-2022-36043 for GHSA-rjhv-mj4g-j4p5 Add CVE-2022-36043 for GHSA-rjhv-mj4g-j4p5 --- 2022/36xxx/CVE-2022-36043.json | 87 +++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2022/36xxx/CVE-2022-36043.json b/2022/36xxx/CVE-2022-36043.json index c3dfd97acef..de697e227cd 100644 --- a/2022/36xxx/CVE-2022-36043.json +++ b/2022/36xxx/CVE-2022-36043.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36043", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Rizin Double Free in bobj.c when using qnx binary plugin" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "rizin", + "version": { + "version_data": [ + { + "version_value": "<= 0.4.0" + } + ] + } + } + ] + }, + "vendor_name": "rizinorg" + } + ] + } + }, + "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": "Rizin is a UNIX-like reverse engineering framework and command-line toolset. Versions 0.4.0 and prior are vulnerable to a double free in bobj.c:rz_bin_reloc_storage_free() when freeing relocations generated from qnx binary plugin. A user opening a malicious qnx binary could be affected by this vulnerability, allowing an attacker to execute code on the user's machine. Commit number a3d50c1ea185f3f642f2d8180715f82d98840784 contains a patch for this issue.\n" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-415: Double Free" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/rizinorg/rizin/security/advisories/GHSA-rjhv-mj4g-j4p5", + "refsource": "CONFIRM", + "url": "https://github.com/rizinorg/rizin/security/advisories/GHSA-rjhv-mj4g-j4p5" + }, + { + "name": "https://github.com/rizinorg/rizin/issues/2964", + "refsource": "MISC", + "url": "https://github.com/rizinorg/rizin/issues/2964" + }, + { + "name": "https://github.com/rizinorg/rizin/commit/a3d50c1ea185f3f642f2d8180715f82d98840784", + "refsource": "MISC", + "url": "https://github.com/rizinorg/rizin/commit/a3d50c1ea185f3f642f2d8180715f82d98840784" + } + ] + }, + "source": { + "advisory": "GHSA-rjhv-mj4g-j4p5", + "discovery": "UNKNOWN" } } \ No newline at end of file