- Synchronized data.

This commit is contained in:
CVE Team 2018-01-12 09:05:29 -05:00
parent 18c7dc49dd
commit c5cc7d8917
No known key found for this signature in database
GPG Key ID: 3504EC0FB4B2FE56

View File

@ -1,62 +1,63 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2017-2158",
"ASSIGNER": "vultures@jpcert.or.jp"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Schezo",
"product": {
"product_data": [
{
"product_name": "Lhaplus",
"version": {
"version_data": [
{
"version_value": "Version 1.73 and earlier"
}
]
}
}
]
}
}
]
}
},
"problemtype":{
"problemtype_data":[
{
"description":[
{
"lang": "eng",
"value":"Insufficient Verification of Data Authenticity"
}
]
}
]
},
"references":{
"reference_data":[
{
"url":"http://www7a.biglobe.ne.jp/~schezo/JVN57842148.html"
},
{
"url":"https://jvn.jp/en/jp/JVN57842148/index.html"
}
]
},
"description":{
"description_data":[
{
"lang": "eng",
"value":"Improper verification when expanding ZIP64 archives in Lhaplus versions 1.73 and earlier may lead to unintended contents to be extracted from a specially crafted ZIP64 archive."
}
]
}
}
"CVE_data_meta" : {
"ASSIGNER" : "vultures@jpcert.or.jp",
"ID" : "CVE-2017-2158",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Lhaplus",
"version" : {
"version_data" : [
{
"version_value" : "Version 1.73 and earlier"
}
]
}
}
]
},
"vendor_name" : "Schezo"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Improper verification when expanding ZIP64 archives in Lhaplus versions 1.73 and earlier may lead to unintended contents to be extracted from a specially crafted ZIP64 archive."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Insufficient Verification of Data Authenticity"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "http://www7a.biglobe.ne.jp/~schezo/JVN57842148.html"
},
{
"url" : "https://jvn.jp/en/jp/JVN57842148/index.html"
}
]
}
}