cvelist/2015/9xxx/CVE-2015-9238.json

68 lines
2.1 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
2019-03-17 23:05:29 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2015-9238",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "secure-compare node module",
"version": {
"version_data": [
{
"version_value": "<=3.0.0"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
2019-03-17 23:05:29 +00:00
"lang": "eng",
"value": "secure-compare 3.0.0 and below do not actually compare two strings properly. compare was actually comparing the first argument with itself, meaning the check passed for any two strings of the same length."
}
2019-03-17 23:05:29 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Incorrect Comparison (CWE-697)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/vdemedes/secure-compare/pull/1",
"refsource": "MISC",
"url": "https://github.com/vdemedes/secure-compare/pull/1"
},
{
"name": "https://nodesecurity.io/advisories/50",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/50"
}
]
}
}