GO-2026-4338

Source
https://pkg.go.dev/vuln/GO-2026-4338
Import Source
https://vuln.go.dev/ID/GO-2026-4338.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2026-4338
Aliases
  • CVE-2025-68119
Published
2026-01-28T19:07:48Z
Modified
2026-01-28T19:41:17.654243Z
Summary
Unexpected code execution when invoking toolchain in cmd/go
Details

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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2026-4338"
}
References
Credits
    • splitline (@splitline) from DEVCORE Research Team

Affected packages

Go / toolchain

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.25.0
Fixed
1.25.6

Ecosystem specific

{
    "imports": [
        {
            "path": "cmd/go"
        }
    ]
}

Database specific

source

"https://vuln.go.dev/ID/GO-2026-4338.json"