mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
79 lines
2.7 KiB
JSON
79 lines
2.7 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2020-36560",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Due to improper path sanitization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE 29: Path Traversal: \"\\..\\filename\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "github.com/artdarek/go-unzip",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "github.com/artdarek/go-unzip",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.0.0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://github.com/artdarek/go-unzip/pull/2",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/artdarek/go-unzip/pull/2"
|
|
},
|
|
{
|
|
"url": "https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0"
|
|
},
|
|
{
|
|
"url": "https://snyk.io/research/zip-slip-vulnerability",
|
|
"refsource": "MISC",
|
|
"name": "https://snyk.io/research/zip-slip-vulnerability"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2020-0034",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2020-0034"
|
|
}
|
|
]
|
|
}
|
|
} |