2020-01-21 23:01:29 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
2020-06-17 16:56:02 +01:00
"ASSIGNER" : "report@snyk.io" ,
"DATE_PUBLIC" : "2020-06-17T15:55:59.675355Z" ,
2020-01-21 23:01:29 +00:00
"ID" : "CVE-2020-7664" ,
2020-06-17 16:56:02 +01:00
"STATE" : "PUBLIC" ,
"TITLE" : "Arbitrary File Write via Archive Extraction (Zip Slip)"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "github.com/unknwon/cae/zip" ,
"version" : {
"version_data" : [
{
"version_affected" : ">=" ,
"version_value" : "0"
}
]
}
}
]
} ,
"vendor_name" : "n/a"
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "Arbitrary File Write via Archive Extraction (Zip Slip)"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
2020-06-17 17:01:32 +00:00
"refsource" : "MISC" ,
"url" : "https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMUNKNWONCAEZIP-570383" ,
"name" : "https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMUNKNWONCAEZIP-570383"
2020-06-17 16:56:02 +01:00
}
]
2020-01-21 23:01:29 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2020-07-07 11:56:20 +01:00
"value" : "In all versions of the package github.com/unknwon/cae/zip, the ExtractTo function doesn't securely escape file paths in zip archives which include leading or non-leading \"..\". This allows an attacker to add or replace files system-wide."
2020-01-21 23:01:29 +00:00
}
]
2020-06-17 16:56:02 +01:00
} ,
"impact" : {
"cvss" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:U/RC:C" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "NONE"
}
2020-06-24 08:44:21 +01:00
} ,
"credit" : [
{
"lang" : "eng" ,
"value" : "Georgios Gkitsas of Snyk Security Team"
}
]
}