cvelist/2023/45xxx/CVE-2023-45289.json
2024-05-01 18:01:19 +00:00

117 lines
4.5 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-45289",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go standard library",
"product": {
"product_data": [
{
"product_name": "net/http",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.21.8"
},
{
"version_affected": "<",
"version_name": "1.22.0-0",
"version_value": "1.22.1"
}
]
}
},
{
"product_name": "net/http/cookiejar",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.21.8"
},
{
"version_affected": "<",
"version_name": "1.22.0-0",
"version_value": "1.22.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://go.dev/issue/65065",
"refsource": "MISC",
"name": "https://go.dev/issue/65065"
},
{
"url": "https://go.dev/cl/569340",
"refsource": "MISC",
"name": "https://go.dev/cl/569340"
},
{
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2600",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2024-2600"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240329-0006/",
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20240329-0006/"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
]
},
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
]
}