cvelist/2016/10xxx/CVE-2016-10534.json
2019-03-18 00:37:38 +00:00

68 lines
2.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2016-10534",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "electron-packager node module",
"version": {
"version_data": [
{
"version_value": ">= 5.2.1 <= 6.0.0 || >=6.0.0 <= 6.0.2"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "electron-packager is a command line tool that packages Electron source code into `.app` and `.exe` packages. along with Electron. The `--strict-ssl` command line option in electron-packager >= 5.2.1 <= 6.0.0 || >=6.0.0 <= 6.0.2 defaults to false if not explicitly set to true. This could allow an attacker to perform a man in the middle attack."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Certificate Validation (CWE-295)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/electron-userland/electron-packager/issues/333",
"refsource": "MISC",
"url": "https://github.com/electron-userland/electron-packager/issues/333"
},
{
"name": "https://nodesecurity.io/advisories/104",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/104"
}
]
}
}