зеркало из https://github.com/golang/vulndb.git
67 строки
1.8 KiB
JSON
67 строки
1.8 KiB
JSON
{
|
|
"dataType": "CVE_RECORD",
|
|
"dataVersion": "5.0",
|
|
"cveMetadata": {
|
|
"cveId": "CVE-2020-36560"
|
|
},
|
|
"containers": {
|
|
"cna": {
|
|
"providerMetadata": {
|
|
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc"
|
|
},
|
|
"title": "Path traversal in github.com/artdarek/go-unzip",
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Due to improper path sanitization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory."
|
|
}
|
|
],
|
|
"affected": [
|
|
{
|
|
"vendor": "github.com/artdarek/go-unzip",
|
|
"product": "github.com/artdarek/go-unzip",
|
|
"collectionURL": "https://pkg.go.dev",
|
|
"packageName": "github.com/artdarek/go-unzip",
|
|
"versions": [
|
|
{
|
|
"version": "0",
|
|
"lessThan": "1.0.0",
|
|
"status": "affected",
|
|
"versionType": "semver"
|
|
}
|
|
],
|
|
"programRoutines": [
|
|
{
|
|
"name": "Unzip.Extract"
|
|
}
|
|
],
|
|
"defaultStatus": "unaffected"
|
|
}
|
|
],
|
|
"problemTypes": [
|
|
{
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"description": "CWE 29: Path Traversal: \"\\..\\filename\""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"url": "https://github.com/artdarek/go-unzip/pull/2"
|
|
},
|
|
{
|
|
"url": "https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0"
|
|
},
|
|
{
|
|
"url": "https://snyk.io/research/zip-slip-vulnerability"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2020-0034"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |