cvelist/2020/6xxx/CVE-2020-6836.json

72 lines
2.5 KiB
JSON
Raw Normal View History

2020-01-11 01:01:05 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-6836",
"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": [
{
"lang": "eng",
"value": "grammar-parser.jison in the hot-formula-parser package before 3.0.1 for Node.js is vulnerable to arbitrary code injection. The package fails to sanitize values passed to the parse function and concatenates them in an eval call. If a value of the formula is taken from user-controlled input, it may allow attackers to run arbitrary commands on the server."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.npmjs.com/advisories/1439",
"refsource": "MISC",
"name": "https://www.npmjs.com/advisories/1439"
},
{
"url": "https://github.com/handsontable/formula-parser/commit/396b089738d4bf30eb570a4fe6a188affa95cd5e",
"refsource": "MISC",
"name": "https://github.com/handsontable/formula-parser/commit/396b089738d4bf30eb570a4fe6a188affa95cd5e"
2020-01-22 06:01:08 +00:00
},
{
"refsource": "MISC",
"name": "https://blog.truesec.com/2020/01/17/reverse-shell-through-a-node-js-math-parser/",
"url": "https://blog.truesec.com/2020/01/17/reverse-shell-through-a-node-js-math-parser/"
2020-01-11 01:01:05 +00:00
}
]
}
}