#VU101963 OS Command Injection in Go programming language - CVE-2023-24531
Published: December 27, 2024
Go programming language
Description
The vulnerability allows a local user to execute arbitrary shell commands on the target system.
The vulnerability exists due to improper input validation when handling output of environment variables. A local user can execute arbitrary commands on the system by setting specially crafted values to environment variables and making "go env" print them out.