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

68 lines
2.2 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
2019-03-18 04:33:16 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2014-10067",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "paypal-ipn 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": [
2018-05-29 13:21:43 -04:00
{
2019-03-18 04:33:16 +00:00
"lang": "eng",
"value": "paypal-ipn before 3.0.0 uses the `test_ipn` parameter (which is set by the PayPal IPN simulator) to determine if it should use the production PayPal site or the sandbox. With a bit of time, an attacker could craft a request using the simulator that would fool any application which does not explicitly check for test_ipn in production."
2018-05-29 13:21:43 -04:00
}
2019-03-18 04:33:16 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Authentication"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/andzdroid/paypal-ipn/issues/11",
"refsource": "MISC",
"url": "https://github.com/andzdroid/paypal-ipn/issues/11"
},
{
"name": "https://nodesecurity.io/advisories/26",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/26"
}
]
}
}