cvelist/2020/11xxx/CVE-2020-11937.json
2020-08-12 17:01:33 +00:00

131 lines
4.4 KiB
JSON

{
"CVE_data_meta": {
"AKA": "",
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2020-06-11T05:13:00.000Z",
"ID": "CVE-2020-11937",
"STATE": "PUBLIC",
"TITLE": "Resource exhaustion vulnerability in whoopsie"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "whoopsie",
"version": {
"version_data": [
{
"platform": "",
"version_affected": "<",
"version_name": "0.2.52",
"version_value": "0.2.52.5ubuntu0.5"
},
{
"platform": "",
"version_affected": "<",
"version_name": "0.2.62",
"version_value": "0.2.62ubuntu0.5"
},
{
"platform": "",
"version_affected": "<",
"version_name": "0.2.69",
"version_value": "0.2.69ubuntu0.1"
}
]
}
}
]
},
"vendor_name": "Canonical"
}
]
}
},
"configuration": [],
"credit": [
{
"lang": "eng",
"value": "Seong-Joong Kim"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In whoopsie, parse_report() from whoopsie.c allows a local attacker to cause a denial of service via a crafted file. The DoS is caused by resource exhaustion due to a memory leak. Fixed in 0.2.52.5ubuntu0.5, 0.2.62ubuntu0.5 and 0.2.69ubuntu0.1."
}
]
},
"exploit": [],
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400 Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://launchpad.net/bugs/1881982",
"refsource": "CONFIRM",
"url": "https://launchpad.net/bugs/1881982"
},
{
"name": "https://usn.ubuntu.com/4450-1",
"refsource": "CONFIRM",
"url": "https://usn.ubuntu.com/4450-1"
},
{
"name": "https://github.com/sungjungk/whoopsie_killer",
"refsource": "CONFIRM",
"url": "https://github.com/sungjungk/whoopsie_killer"
},
{
"refsource": "UBUNTU",
"name": "USN-4450-1",
"url": "https://usn.ubuntu.com/4450-1/"
}
]
},
"solution": [],
"source": {
"advisory": "https://usn.ubuntu.com/4450-1",
"defect": [
"https://launchpad.net/bugs/1881982"
],
"discovery": "EXTERNAL"
},
"work_around": []
}