CVE-2026-56864
Received Received - Intake

Malicious Module Content in Go via GOSUMDB Spoofing

Vulnerability report for CVE-2026-56864, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Go Project

Description

A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ && go mod tidy

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
golang go *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a malicious GOSUMDB server that can provide fake module content not recorded in the transparency log. A coordinated GOPROXY and GOSUMDB can trick a client into downloading malicious module content that appears legitimate because the transparency log does not detect the discrepancy.

Detection Guidance

To detect if you have been affected by this vulnerability, run the following commands: rm -r go.sum go.work.sum vendor/ && go mod tidy. This will regenerate checksum files and help identify discrepancies.

Impact Analysis

If exploited, this vulnerability could allow attackers to inject malicious code into your Go projects. This could lead to unauthorized access, data breaches, or compromise of systems relying on those modules. Users should remove go.sum, go.work.sum, and vendor/ directories and run go mod tidy to check for inconsistencies.

Mitigation Strategies

Immediately remove suspicious module content by running rm -r go.sum go.work.sum vendor/ && go mod tidy. Review proxy and transparency log configurations to ensure they are not colluding to serve malicious modules.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56864. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart