Merge branch 'DWF-CVE-2017-1000246' of https://github.com/kurtseifried/cvelist

This commit is contained in:
CVE Team 2017-11-16 22:30:25 -05:00
commit 6e6c5e3f32
No known key found for this signature in database
GPG Key ID: 3504EC0FB4B2FE56

View File

@ -0,0 +1,62 @@
{
"CVE_data_meta": {
"ASSIGNER": "kurt@seifried.org",
"DATE_ASSIGNED": "2017-08-22T17:29:33.475589",
"ID": "CVE-2017-1000246",
"REQUESTER": "predrag.gruevski@gmail.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pysaml2",
"version": {
"version_data": [
{
"version_value": "4.4.0 and older"
}
]
}
}
]
},
"vendor_name": "pysaml2"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Python package pysaml2 version 4.4.0 and earlier reuses the initialization vector across encryptions in the IDP server, resulting in weak encryption of data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Initialization vector (IV) reuse"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/rohe/pysaml2/issues/417"
}
]
}
}