mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
107 lines
3.8 KiB
JSON
107 lines
3.8 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security@golang.org",
|
|
"ID": "CVE-2022-1705",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"data_version": "4.0",
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "net/http",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "1.17.12",
|
|
"version_affected": "<"
|
|
},
|
|
{
|
|
"version_value": "1.18.0",
|
|
"version_affected": ">="
|
|
},
|
|
{
|
|
"version_value": "1.18.4",
|
|
"version_affected": "<"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "Go"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2022-0525",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2022-0525"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/409874",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/409874"
|
|
},
|
|
{
|
|
"url": "https://go.googlesource.com/go/+/e5017a93fcde94f09836200bca55324af037ee5f",
|
|
"refsource": "MISC",
|
|
"name": "https://go.googlesource.com/go/+/e5017a93fcde94f09836200bca55324af037ee5f"
|
|
},
|
|
{
|
|
"url": "https://go.dev/issue/53188",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/53188"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/410714",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/410714"
|
|
},
|
|
{
|
|
"refsource": "FEDORA",
|
|
"name": "FEDORA-2022-30c5ed5625",
|
|
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
|
|
}
|
|
]
|
|
},
|
|
"credit": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Zeyu Zhang (https://www.zeyu2001.com/)"
|
|
}
|
|
]
|
|
} |