From c7b3d843a68de92b4dbf74161fbb425b7d92d84a Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Wed, 4 Jan 2023 08:34:25 -0700 Subject: [PATCH] 5e6f325c-ba54-4bf0-b050-dca048fd3fd9 --- 2023/0xxx/CVE-2023-0049.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0049.json b/2023/0xxx/CVE-2023-0049.json index 6cf196b20cb..94261cc1b3f 100644 --- a/2023/0xxx/CVE-2023-0049.json +++ b/2023/0xxx/CVE-2023-0049.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0049", - "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-0049", + "STATE": "PUBLIC", + "TITLE": "Out-of-bounds Read in vim/vim" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "vim/vim", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "9.0.1143" + } + ] + } + } + ] + }, + "vendor_name": "vim" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.1143." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-125 Out-of-bounds Read" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/5e6f325c-ba54-4bf0-b050-dca048fd3fd9", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/5e6f325c-ba54-4bf0-b050-dca048fd3fd9" + }, + { + "name": "https://github.com/vim/vim/commit/7b17eb4b063a234376c1ec909ee293e42cff290c", + "refsource": "MISC", + "url": "https://github.com/vim/vim/commit/7b17eb4b063a234376c1ec909ee293e42cff290c" + } + ] + }, + "source": { + "advisory": "5e6f325c-ba54-4bf0-b050-dca048fd3fd9", + "discovery": "EXTERNAL" + } } \ No newline at end of file