{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-56865",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2026-06-23T15:10:49.354Z",
        "datePublished": "2026-08-13T21:58:53.475Z",
        "dateUpdated": "2026-08-14T15:34:17.235Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2026-08-13T21:58:53.475Z"
            },
            "title": "Fix transparency log tile verification bypass in golang.org/x/mod/sumdb/tlog",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected:   rm -r go.sum go.work.sum vendor/ && go mod tidy"
                }
            ],
            "affected": [
                {
                    "vendor": "Go toolchain",
                    "product": "cmd/go",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "cmd/go",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.25.13",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.26.0-0",
                            "lessThan": "1.26.6",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.27.0-0",
                            "lessThan": "1.27.0-rc.3",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "defaultStatus": "unaffected"
                },
                {
                    "vendor": "golang.org/x/mod",
                    "product": "golang.org/x/mod/sumdb/tlog",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "golang.org/x/mod/sumdb/tlog",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "0.40.0",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "tileHashReader.ReadHashes"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-347: Improper Verification of Cryptographic Signature"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/issue/80744"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
                },
                {
                    "url": "https://go.dev/cl/814960"
                },
                {
                    "url": "https://go.dev/cl/815020"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2026-6179"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Filippo Valsorda (Geomys)"
                }
            ]
        },
        "adp": [
            {
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "type": "CWE",
                                "cweId": "CWE-347",
                                "lang": "en",
                                "description": "CWE-347 Improper Verification of Cryptographic Signature"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 8.4,
                            "attackVector": "LOCAL",
                            "baseSeverity": "HIGH",
                            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                            "integrityImpact": "HIGH",
                            "userInteraction": "NONE",
                            "attackComplexity": "LOW",
                            "availabilityImpact": "HIGH",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "HIGH"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-14T15:33:28.143873Z",
                                "id": "CVE-2026-56865",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-14T15:34:17.235Z"
                }
            }
        ]
    }
}