зеркало из https://github.com/golang/vulndb.git
59 строки
1.5 KiB
JSON
59 строки
1.5 KiB
JSON
{
|
|
"id": "GO-2022-0248",
|
|
"published": "2022-07-15T23:07:18Z",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"CVE-2021-3907",
|
|
"GHSA-cqh2-vc2f-q4fh"
|
|
],
|
|
"details": "Manifest path extraction is vulnerable to directory traversal attacks.\n\nThe ExtractPathManifest function permits file paths containing relative\ndirectory components (\"..\"), permitting files to reference arbitrary\nlocations on the filesystem.\n",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "github.com/cloudflare/cfrpki",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "1.4.3"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2022-0248"
|
|
},
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "github.com/cloudflare/cfrpki/validator/pki",
|
|
"symbols": [
|
|
"ExtractPathManifest",
|
|
"SimpleManager.Explore",
|
|
"SimpleManager.ExploreAdd",
|
|
"Validator.AddManifest",
|
|
"Validator.AddResource"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://github.com/cloudflare/cfrpki/commit/eb9cc4db7b7b79e44f56dfaa959fccdfb2af8284"
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"name": "Koen van Hove"
|
|
}
|
|
]
|
|
} |