cvelist/2019/7xxx/CVE-2019-7152.json

62 lines
1.9 KiB
JSON
Raw Normal View History

2019-01-28 18:04:30 -05:00
{
2019-03-17 23:20:33 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-7152",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2019-01-28 19:09:44 -05:00
{
2019-03-17 23:20:33 +00:00
"lang": "eng",
"value": "A heap-based buffer over-read was discovered in wasm::WasmBinaryBuilder::processFunctions() in wasm/wasm-binary.cpp (when calling wasm::WasmBinaryBuilder::getFunctionIndexName) in Binaryen 1.38.22. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by wasm-opt."
2019-01-28 19:09:44 -05:00
}
2019-03-17 23:20:33 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/WebAssembly/binaryen/issues/1880",
"refsource": "MISC",
"url": "https://github.com/WebAssembly/binaryen/issues/1880"
}
]
}
}