cvelist/2014/10xxx/CVE-2014-10068.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
2019-03-18 00:35:17 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2014-10068",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "inert 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": [
2018-05-29 13:21:43 -04:00
{
2019-03-18 00:35:17 +00:00
"lang": "eng",
"value": "The inert directory handler in inert node module before 1.1.1 always allows files in hidden directories to be served, even when `showHidden` is false."
2018-05-29 13:21:43 -04:00
}
2019-03-18 00:35:17 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Path Traversal (CWE-22)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/hapijs/inert/pull/15",
"refsource": "MISC",
"url": "https://github.com/hapijs/inert/pull/15"
},
{
"name": "https://github.com/hapijs/inert/commit/e8f99f94da4cb08e8032eda984761c3f111e3e82",
"refsource": "MISC",
"url": "https://github.com/hapijs/inert/commit/e8f99f94da4cb08e8032eda984761c3f111e3e82"
},
{
"name": "https://nodesecurity.io/advisories/14",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/14"
}
]
}
}