{
    "data_type": "CVE",
    "data_format": "MITRE",
    "data_version": "4.0",
    "CVE_data_meta": {
        "ID": "CVE-2022-43552",
        "ASSIGNER": "support@hackerone.com",
        "STATE": "PUBLIC"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "n/a",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "https://github.com/curl/curl",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "Fixed in curl 7.87.0"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "Use After Free (CWE-416)"
                    }
                ]
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "refsource": "MISC",
                "name": "https://hackerone.com/reports/1764858",
                "url": "https://hackerone.com/reports/1764858"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://security.netapp.com/advisory/ntap-20230214-0002/",
                "url": "https://security.netapp.com/advisory/ntap-20230214-0002/"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://support.apple.com/kb/HT213670",
                "url": "https://support.apple.com/kb/HT213670"
            },
            {
                "refsource": "FULLDISC",
                "name": "20230327 APPLE-SA-2023-03-27-3 macOS Ventura 13.3",
                "url": "http://seclists.org/fulldisclosure/2023/Mar/17"
            },
            {
                "refsource": "GENTOO",
                "name": "GLSA-202310-12",
                "url": "https://security.gentoo.org/glsa/202310-12"
            }
        ]
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "A use after free vulnerability exists in curl <7.87.0. Curl can be asked to *tunnel* virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocated struct after it had been freed, in its transfer shutdown code path."
            }
        ]
    }
}