Insufficient verification of data authenticity in Go programming language - CVE-2026-56864
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote attacker to serve malicious module content to clients.
The vulnerability exists due to improper verification in cmd/go and golang.org/x/mod/sumdb when validating module content from a GOSUMDB and coordinating GOPROXY. A remote attacker can operate a malicious GOSUMDB with a coordinating GOPROXY to serve malicious module content to clients.
Exploitation requires control of both the checksum database and a coordinating module proxy.