cvelist/2020/8xxx/CVE-2020-8244.json

62 lines
1.9 KiB
JSON
Raw Normal View History

2020-01-28 19:01:25 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-8244",
2020-08-30 15:01:18 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "bl",
"version": {
"version_data": [
{
"version_value": "Fixed in 4.0.3, 3.0.1 and 2.2.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Buffer Over-read (CWE-126)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/966347",
"url": "https://hackerone.com/reports/966347"
}
]
2020-01-28 19:01:25 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-08-30 15:01:18 +00:00
"value": "A buffer over-read vulnerability exists in bl <4.0.3, <3.0.1 and <2.2.1 which could allow an attacker to supply user input (even typed) that if it ends up in consume() argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory via regular .slice() calls."
2020-01-28 19:01:25 +00:00
}
]
}
}