cvelist/2019/9xxx/CVE-2019-9511.json

102 lines
3.5 KiB
JSON
Raw Normal View History

2019-03-01 12:04:26 -05:00
{
2019-03-17 23:18:22 +00:00
"CVE_data_meta": {
2019-08-13 00:57:51 -04:00
"AKA": "HTTP/2 Data Dribble",
"ASSIGNER": "cert@cert.org",
2019-03-17 23:18:22 +00:00
"ID": "CVE-2019-9511",
2019-08-13 00:57:51 -04:00
"STATE": "PUBLIC",
"TITLE": "Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service"
2019-03-17 23:18:22 +00:00
},
2019-08-13 00:57:51 -04:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Thanks to Jonathan Looney of Netflix for reporting this vulnerability."
}
],
2019-03-17 23:18:22 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2019-08-13 00:57:51 -04:00
"value": "Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service. The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.7"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400 Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "VU#605641",
"refsource": "CERT-VN",
"url": "https://kb.cert.org/vuls/id/605641/"
},
{
"name": "https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md",
"refsource": "MISC",
"url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md"
2019-08-15 20:00:46 +00:00
},
{
"refsource": "UBUNTU",
"name": "USN-4099-1",
"url": "https://usn.ubuntu.com/4099-1/"
2019-03-17 23:18:22 +00:00
}
]
2019-08-13 00:57:51 -04:00
},
"source": {
"discovery": "UNKNOWN"
2019-03-17 23:18:22 +00:00
}
2019-08-15 20:00:46 +00:00
}