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

90 lines
2.3 KiB
JSON
Raw Normal View History

2022-05-06 20:01:36 +00:00
{
2022-05-07 20:05:27 +01:00
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2022-1616",
"STATE": "PUBLIC",
"TITLE": "Use after free in append_command in vim/vim"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "vim/vim",
"version": {
"version_data": [
{
"version_affected": "<",
2022-05-08 06:01:03 +01:00
"version_value": "8.2.4895"
2022-05-07 20:05:27 +01:00
}
]
}
}
]
},
"vendor_name": "vim"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2022-05-08 06:01:03 +01:00
"value": "Use after free in append_command in GitHub repository vim/vim prior to 8.2.4895. This vulnerability is capable of crashing software, Bypass Protection Mechanism, Modify Memory, and possible remote execution"
2022-05-07 20:05:27 +01:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.0"
2022-05-06 20:01:36 +00:00
}
2022-05-07 20:05:27 +01:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-416 Use After Free"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/40f1d75f-fb2f-4281-b585-a41017f217e2",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/40f1d75f-fb2f-4281-b585-a41017f217e2"
},
{
"name": "https://github.com/vim/vim/commit/d88934406c5375d88f8f1b65331c9f0cab68cc6c",
"refsource": "MISC",
"url": "https://github.com/vim/vim/commit/d88934406c5375d88f8f1b65331c9f0cab68cc6c"
}
]
},
"source": {
"advisory": "40f1d75f-fb2f-4281-b585-a41017f217e2",
"discovery": "EXTERNAL"
}
2022-05-08 06:01:03 +01:00
}