Command go env is documented as outputting a shell script containing the Go environment. However, go env doesnt 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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Golang-1.10 | Ubuntu | trusty/esm | * |
Golang-1.17 | Ubuntu | jammy | * |
Golang-1.18 | Ubuntu | esm-apps/bionic | * |
Golang-1.18 | Ubuntu | esm-apps/xenial | * |
Golang-1.18 | Ubuntu | focal | * |
Golang-1.18 | Ubuntu | jammy | * |
Golang-1.20 | Ubuntu | mantic | * |
Golang-1.21 | Ubuntu | mantic | * |
Golang-1.22 | Ubuntu | mantic | * |