cvelist/2022/1xxx/CVE-2022-1619.json

90 lines
2.3 KiB
JSON
Raw Normal View History

2022-05-07 10:01:21 +00:00
{
2022-05-08 10:46:00 +01:00
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2022-1619",
"STATE": "PUBLIC",
"TITLE": "Heap-based Buffer Overflow in function cmdline_erase_chars in vim/vim"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "vim/vim",
"version": {
"version_data": [
{
"version_affected": "<",
2022-05-09 06:38:28 +01:00
"version_value": "8.2.4899"
2022-05-08 10:46:00 +01:00
}
]
}
}
]
},
"vendor_name": "vim"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2022-05-09 06:38:28 +01:00
"value": "Heap-based Buffer Overflow in function cmdline_erase_chars in GitHub repository vim/vim prior to 8.2.4899. This vulnerabilities are capable of crashing software, modify memory, and possible remote execution"
2022-05-08 10:46:00 +01:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.0"
2022-05-07 10:01:21 +00:00
}
2022-05-08 10:46:00 +01:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-122 Heap-based Buffer Overflow"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/b3200483-624e-4c76-a070-e246f62a7450",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/b3200483-624e-4c76-a070-e246f62a7450"
},
{
"name": "https://github.com/vim/vim/commit/ef02f16609ff0a26ffc6e20263523424980898fe",
"refsource": "MISC",
"url": "https://github.com/vim/vim/commit/ef02f16609ff0a26ffc6e20263523424980898fe"
}
]
},
"source": {
"advisory": "b3200483-624e-4c76-a070-e246f62a7450",
"discovery": "EXTERNAL"
}
2022-05-09 06:38:28 +01:00
}