Lucene search

K
vulnrichmentGoVULNRICHMENT: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
github.com
2
cve-2023-24531
go env
sanitization
shell script
environment variables
arbitrary commands

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:gotoolchain:cmd\\/go:*:*:*:*:*:*:*:*"
    ],
    "vendor": "gotoolchain",
    "product": "cmd\\/go",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "1.21.0-0",
        "versionType": "semver"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total