{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-29405",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2023-04-05T19:36:35.043Z",
        "datePublished": "2023-06-08T20:19:19.267Z",
        "dateUpdated": "2024-08-02T14:07:45.814Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2024-01-04T18:09:23.809Z"
            },
            "title": "Improper sanitization of LDFLAGS with embedded spaces in go command with cgo in cmd/go",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler."
                }
            ],
            "affected": [
                {
                    "vendor": "Go toolchain",
                    "product": "cmd/go",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "cmd/go",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.19.10",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.20.0-0",
                            "lessThan": "1.20.5",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "defaultStatus": "unaffected"
                },
                {
                    "vendor": "Go toolchain",
                    "product": "cmd/cgo",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "cmd/cgo",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.19.10",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.20.0-0",
                            "lessThan": "1.20.5",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/issue/60306"
                },
                {
                    "url": "https://go.dev/cl/501224"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2023-1842"
                },
                {
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/"
                },
                {
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/"
                },
                {
                    "url": "https://security.gentoo.org/glsa/202311-09"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Juho Nurminen of Mattermost"
                }
            ]
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T14:07:45.814Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://go.dev/issue/60306",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://go.dev/cl/501224",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://pkg.go.dev/vuln/GO-2023-1842",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.gentoo.org/glsa/202311-09",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            }
        ]
    }
}