blob: 56444aadefe172c5a2e1a7aee4069b99487777c0 [file] [log] [blame] [edit]
{
"schema_version": "1.3.1",
"id": "GO-2025-3751",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2025-4673"
],
"summary": "Sensitive headers not cleared on cross-origin redirect in net/http",
"details": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.",
"affected": [
{
"package": {
"name": "stdlib",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.23.10"
},
{
"introduced": "1.24.0-0"
},
{
"fixed": "1.24.4"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "net/http",
"symbols": [
"Client.Do",
"Client.Get",
"Client.Head",
"Client.Post",
"Client.PostForm",
"Client.makeHeadersCopier",
"Get",
"Head",
"Post",
"PostForm"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://go.dev/cl/679257"
},
{
"type": "REPORT",
"url": "https://go.dev/issue/73816"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A"
}
],
"credits": [
{
"name": "Takeshi Kaneko (GMO Cybersecurity by Ierae, Inc.)"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-3751",
"review_status": "REVIEWED"
}
}