Module Bypass Vulnerability in Go Tools Affecting GOPROXY
CVE-2026-56865

8.4HIGH

Key Information:

Vendor
CVE Published:
13 August 2026

What is CVE-2026-56865?

A vulnerability in GOPROXY allows malicious entities to forge sumdb tiles, enabling them to bypass GOSUMDB checks. This can lead to the installation of attacker-controlled module content within local Go module caches. Despite previous concerns, measures have been implemented to ensure all tiles are now verified against their parent tiles, preventing unauthorized modifications. To mitigate the risk, affected users should regenerate their module files by running 'rm -r go.sum go.work.sum vendor/ && go mod tidy'.

Affected Version(s)

cmd/go 0 < 1.25.13

cmd/go 1.26.0-0 < 1.26.6

cmd/go 1.27.0-0 < 1.27.0-rc.3

References

CVSS V3.1

Score:
8.4
Severity:
HIGH
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

Filippo Valsorda (Geomys)
.