{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-45289",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2023-10-06T17:06:26.221Z",
        "datePublished": "2024-03-05T22:22:30.306Z",
        "dateUpdated": "2024-08-02T20:21:15.333Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2024-03-05T22:22:30.306Z"
            },
            "title": "Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "net/http",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "net/http",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.21.8",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.22.0-0",
                            "lessThan": "1.22.1",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "isDomainOrSubdomain"
                        },
                        {
                            "name": "Client.Do"
                        },
                        {
                            "name": "Client.Get"
                        },
                        {
                            "name": "Client.Head"
                        },
                        {
                            "name": "Client.Post"
                        },
                        {
                            "name": "Client.PostForm"
                        },
                        {
                            "name": "Get"
                        },
                        {
                            "name": "Head"
                        },
                        {
                            "name": "Post"
                        },
                        {
                            "name": "PostForm"
                        }
                    ],
                    "defaultStatus": "unaffected"
                },
                {
                    "vendor": "Go standard library",
                    "product": "net/http/cookiejar",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "net/http/cookiejar",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.21.8",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.22.0-0",
                            "lessThan": "1.22.1",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "isIP"
                        },
                        {
                            "name": "Jar.Cookies"
                        },
                        {
                            "name": "Jar.SetCookies"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/issue/65065"
                },
                {
                    "url": "https://go.dev/cl/569340"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2024-2600"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20240329-0006/"
                },
                {
                    "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Juho Nurminen of Mattermost"
                }
            ]
        },
        "adp": [
            {
                "title": "CISA ADP Vulnrichment",
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "id": "CVE-2023-45289",
                                "role": "CISA Coordinator",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "version": "2.0.3",
                                "timestamp": "2024-03-06T16:34:47.460894Z"
                            }
                        }
                    }
                ],
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-06-04T17:20:06.035Z"
                }
            },
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T20:21:15.333Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://go.dev/issue/65065",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://go.dev/cl/569340",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://pkg.go.dev/vuln/GO-2024-2600",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240329-0006/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            }
        ]
    }
}