{
    "data_type": "CVE",
    "data_format": "MITRE",
    "data_version": "4.0",
    "CVE_data_meta": {
        "ID": "CVE-2020-8265",
        "ASSIGNER": "support@hackerone.com",
        "STATE": "PUBLIC"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "n/a",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "https://github.com/nodejs/node",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "Fixed in 10.23.1, 12.20.1, 14.15.4, 15.5.1"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "Use After Free (CWE-416)"
                    }
                ]
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "refsource": "MISC",
                "name": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/",
                "url": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/"
            },
            {
                "refsource": "MISC",
                "name": "https://hackerone.com/reports/988103",
                "url": "https://hackerone.com/reports/988103"
            },
            {
                "refsource": "DEBIAN",
                "name": "DSA-4826",
                "url": "https://www.debian.org/security/2021/dsa-4826"
            },
            {
                "refsource": "FEDORA",
                "name": "FEDORA-2021-fb1a136393",
                "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K4I6MZNC7C7VIDQR267OL4TVCI3ZKAC4/"
            },
            {
                "refsource": "GENTOO",
                "name": "GLSA-202101-07",
                "url": "https://security.gentoo.org/glsa/202101-07"
            },
            {
                "refsource": "FEDORA",
                "name": "FEDORA-2021-d5b2c18fe6",
                "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H472D5HPXN6RRXCNFML3BK5OYC52CXF2/"
            },
            {
                "url": "https://www.oracle.com/security-alerts/cpujan2021.html",
                "refsource": "MISC",
                "name": "https://www.oracle.com/security-alerts/cpujan2021.html"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://security.netapp.com/advisory/ntap-20210212-0003/",
                "url": "https://security.netapp.com/advisory/ntap-20210212-0003/"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf"
            }
        ]
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits."
            }
        ]
    }
}