{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2022-1705",
        "ASSIGNER": "security@golang.org",
        "STATE": "PUBLIC"
    },
    "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')"
                    }
                ]
            }
        ]
    },
    "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.17.12"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "1.18.0-0",
                                            "version_value": "1.18.4"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "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"
            },
            {
                "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"
            }
        ]
    },
    "credits": [
        {
            "lang": "en",
            "value": "Zeyu Zhang (https://www.zeyu2001.com/)"
        }
    ]
}