зеркало из https://github.com/golang/vulndb.git
71 строка
2.1 KiB
JSON
71 строка
2.1 KiB
JSON
{
|
|
"dataType": "CVE_RECORD",
|
|
"dataVersion": "5.0",
|
|
"cveMetadata": {
|
|
"cveId": "CVE-2023-24531"
|
|
},
|
|
"containers": {
|
|
"cna": {
|
|
"providerMetadata": {
|
|
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc"
|
|
},
|
|
"title": "Output of \"go env\" does not sanitize values in cmd/go",
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Command go env is documented as outputting a shell script containing the Go environment. However, go env doesn't sanitize values, so executing its output as a shell script can cause various bad bahaviors, including executing arbitrary commands or inserting new environment variables. This issue is relatively minor because, in general, if an attacker can set arbitrary environment variables on a system, they have better attack vectors than making \"go env\" print them out."
|
|
}
|
|
],
|
|
"affected": [
|
|
{
|
|
"vendor": "Go toolchain",
|
|
"product": "cmd/go",
|
|
"collectionURL": "https://pkg.go.dev",
|
|
"packageName": "cmd/go",
|
|
"versions": [
|
|
{
|
|
"version": "0",
|
|
"lessThan": "1.21.0-0",
|
|
"status": "affected",
|
|
"versionType": "semver"
|
|
}
|
|
],
|
|
"defaultStatus": "unaffected"
|
|
}
|
|
],
|
|
"problemTypes": [
|
|
{
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"description": "CWE-138: Improper Neutralization of Special Elements"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"url": "https://go.dev/cl/488375"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/493535"
|
|
},
|
|
{
|
|
"url": "https://go.dev/issue/58508"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-dev/c/ixHOFpSbajE/m/8EjlbKVWAwAJ"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-2962"
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Hunter Wittenborn (https://hunterwittenborn.com/)"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |