cvelist/2017/16xxx/CVE-2017-16226.json
2019-03-18 00:41:22 +00:00

73 lines
2.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2017-16226",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "static-eval node module node module",
"version": {
"version_data": [
{
"version_value": "<=1.1.1"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The static-eval module is intended to evaluate statically-analyzable expressions. In affected versions, untrusted user input is able to access the global function constructor, effectively allowing arbitrary code execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Input Validation (CWE-20)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://nodesecurity.io/advisories/548",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/548"
},
{
"name": "https://maustin.net/articles/2017-10/static_eval",
"refsource": "MISC",
"url": "https://maustin.net/articles/2017-10/static_eval"
},
{
"name": "https://github.com/substack/static-eval/pull/18",
"refsource": "MISC",
"url": "https://github.com/substack/static-eval/pull/18"
}
]
}
}