{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2024-38372",
        "ASSIGNER": "security-advisories@github.com",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Depending on network and process conditions of a `fetch()` request, `response.arrayBuffer()` might include portion of memory from the Node.js process. This has been patched in v6.19.2."
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-201: Insertion of Sensitive Information Into Sent Data",
                        "cweId": "CWE-201"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "nodejs",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "undici",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "=",
                                            "version_value": ">= 6.14.0, < 6.19.2"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq",
                "refsource": "MISC",
                "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq"
            },
            {
                "url": "https://github.com/nodejs/undici/issues/3328",
                "refsource": "MISC",
                "name": "https://github.com/nodejs/undici/issues/3328"
            },
            {
                "url": "https://github.com/nodejs/undici/issues/3337",
                "refsource": "MISC",
                "name": "https://github.com/nodejs/undici/issues/3337"
            },
            {
                "url": "https://github.com/nodejs/undici/pull/3338",
                "refsource": "MISC",
                "name": "https://github.com/nodejs/undici/pull/3338"
            },
            {
                "url": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36",
                "refsource": "MISC",
                "name": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36"
            }
        ]
    },
    "source": {
        "advisory": "GHSA-3g92-w8c5-73pq",
        "discovery": "UNKNOWN"
    },
    "impact": {
        "cvss": [
            {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 2,
                "baseSeverity": "LOW",
                "confidentialityImpact": "LOW",
                "integrityImpact": "NONE",
                "privilegesRequired": "HIGH",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N",
                "version": "3.1"
            }
        ]
    }
}