From 100d45216afa4dcd98816251f89498acfc4c9855 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Wed, 17 Aug 2022 20:36:38 +0100 Subject: [PATCH] 71180988-1ab6-4311-bca8-e9a879b06765 --- 2022/2xxx/CVE-2022-2862.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/2xxx/CVE-2022-2862.json b/2022/2xxx/CVE-2022-2862.json index 289ce451a42..d40804513d3 100644 --- a/2022/2xxx/CVE-2022-2862.json +++ b/2022/2xxx/CVE-2022-2862.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-2862", - "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-2022-2862", + "STATE": "PUBLIC", + "TITLE": "Use After Free in vim/vim" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "vim/vim", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "9.0.0220" + } + ] + } + } + ] + }, + "vendor_name": "vim" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Use After Free in GitHub repository vim/vim prior to 9.0.0220." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.6, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-416 Use After Free" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/71180988-1ab6-4311-bca8-e9a879b06765", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/71180988-1ab6-4311-bca8-e9a879b06765" + }, + { + "name": "https://github.com/vim/vim/commit/1889f499a4f248cd84e0e0bf6d0d820016774494", + "refsource": "MISC", + "url": "https://github.com/vim/vim/commit/1889f499a4f248cd84e0e0bf6d0d820016774494" + } + ] + }, + "source": { + "advisory": "71180988-1ab6-4311-bca8-e9a879b06765", + "discovery": "EXTERNAL" + } } \ No newline at end of file