diff --git a/2021/4xxx/CVE-2021-4019.json b/2021/4xxx/CVE-2021-4019.json index 90d23e6887d..a5186b67a41 100644 --- a/2021/4xxx/CVE-2021-4019.json +++ b/2021/4xxx/CVE-2021-4019.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-4019", - "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-2021-4019", + "STATE": "PUBLIC", + "TITLE": "Heap-based Buffer Overflow in vim/vim" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "vim/vim", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "8.2.3669" + } + ] + } + } + ] + }, + "vendor_name": "vim" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "vim is vulnerable to Heap-based Buffer Overflow" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122 Heap-based Buffer Overflow" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/d8798584-a6c9-4619-b18f-001b9a6fca92", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/d8798584-a6c9-4619-b18f-001b9a6fca92" + }, + { + "name": "https://github.com/vim/vim/commit/bd228fd097b41a798f90944b5d1245eddd484142", + "refsource": "MISC", + "url": "https://github.com/vim/vim/commit/bd228fd097b41a798f90944b5d1245eddd484142" + } + ] + }, + "source": { + "advisory": "d8798584-a6c9-4619-b18f-001b9a6fca92", + "discovery": "EXTERNAL" + } } \ No newline at end of file