cvelist/2017/14xxx/CVE-2017-14775.json

72 lines
2.2 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
2019-03-18 00:56:31 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2017-14775",
"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": [
2017-10-16 12:31:07 -04:00
{
2019-03-18 00:56:31 +00:00
"lang": "eng",
"value": "Laravel before 5.5.10 mishandles the remember_me token verification process because DatabaseUserProvider does not have constant-time token comparison."
2017-10-16 12:31:07 -04:00
}
2019-03-18 00:56:31 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/laravel/framework/releases/tag/v5.5.10",
"refsource": "CONFIRM",
"url": "https://github.com/laravel/framework/releases/tag/v5.5.10"
},
{
"name": "https://github.com/laravel/framework/pull/21320",
"refsource": "CONFIRM",
"url": "https://github.com/laravel/framework/pull/21320"
},
{
"name": "https://laravel-news.com/laravel-v5-5-11",
"refsource": "CONFIRM",
"url": "https://laravel-news.com/laravel-v5-5-11"
}
]
}
}