Lucene search

K
cvelistGoCVELIST:CVE-2023-24531
HistoryJul 02, 2024 - 7:51 p.m.

CVE-2023-24531 Output of "go env" does not sanitize values in cmd/go

2024-07-0219:51:48
Go
www.cve.org
2
cve-2023-24531
go env
shell script
environment variables

EPSS

0

Percentile

15.8%

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.

CNA 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"
  }
]