AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-24531

CRITICAL · CVSS 9.8 EPSS 0.84%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-07-02 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. See the original NVD description below for full technical details.

CVE
CVE-2023-24531
Severity
CRITICAL
CVSS
9.8
EPSS
0.84%

Original NVD Description

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.