Lack of data validation In golang-1.15
Description
Unexpected code execution when invoking toolchain in cmd/go Downloading and building modules with malicious version strings can cause local code execution.
On systems with Mercurial (hg) installed, downloading modules from non-standard sources (e.g., custom domains) can cause unexpected code execution due to how external VCS commands are constructed. This issue can also be triggered by providing a malicious version string to the toolchain.
On systems with Git installed, downloading and building modules with malicious version strings can allow an attacker to write to arbitrary files on the filesystem. This can only be triggered by explicitly providing the malicious version strings to the toolchain and does not affect usage of @latest or bare module paths.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
debian 13 | - | ||
debian 14 | 1.25.6-1 | ||
go | 1.25.6 | ||
rpm rhel8 | - | - | |
rpm rhel10 | - | - | |
rpm rhel9 | - | - |
Aliases
References