mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
99 lines
3.7 KiB
JSON
99 lines
3.7 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2022-2880",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-444: Inconsistent Interpretation of HTTP Requests"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "net/http/httputil",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.18.7"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.19.0-0",
|
|
"version_value": "1.19.2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/issue/54663",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/54663"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/432976",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/432976"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2022-1038",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2022-1038"
|
|
},
|
|
{
|
|
"url": "https://security.gentoo.org/glsa/202311-09",
|
|
"refsource": "MISC",
|
|
"name": "https://security.gentoo.org/glsa/202311-09"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Gal Goldstein (Security Researcher, Oxeye)"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Daniel Abeles (Head of Research, Oxeye)"
|
|
}
|
|
]
|
|
} |