{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2024-38372",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2024-06-14T14:16:16.466Z",
        "datePublished": "2024-07-08T20:25:59.111Z",
        "dateUpdated": "2024-08-28T15:02:48.392Z"
    },
    "containers": {
        "cna": {
            "title": "Undici vulnerable to data leak when using response.arrayBuffer()",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-201",
                            "lang": "en",
                            "description": "CWE-201: Insertion of Sensitive Information Into Sent Data",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "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"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq"
                },
                {
                    "name": "https://github.com/nodejs/undici/issues/3328",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/nodejs/undici/issues/3328"
                },
                {
                    "name": "https://github.com/nodejs/undici/issues/3337",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/nodejs/undici/issues/3337"
                },
                {
                    "name": "https://github.com/nodejs/undici/pull/3338",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/nodejs/undici/pull/3338"
                },
                {
                    "name": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36"
                }
            ],
            "affected": [
                {
                    "vendor": "nodejs",
                    "product": "undici",
                    "versions": [
                        {
                            "version": ">= 6.14.0, < 6.19.2",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2024-07-08T20:25:59.111Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "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."
                }
            ],
            "source": {
                "advisory": "GHSA-3g92-w8c5-73pq",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "affected": [
                    {
                        "vendor": "nodejs",
                        "product": "undici",
                        "cpes": [
                            "cpe:2.3:a:nodejs:undici:6.14.0:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "6.14.0",
                                "status": "affected",
                                "lessThan": "6.19.2",
                                "versionType": "custom"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-07-11T20:29:36.252422Z",
                                "id": "CVE-2024-38372",
                                "options": [
                                    {
                                        "Exploitation": "poc"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-07-12T17:01:03.665Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3g92-w8c5-73pq"
                    },
                    {
                        "name": "https://github.com/nodejs/undici/issues/3328",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/nodejs/undici/issues/3328"
                    },
                    {
                        "name": "https://github.com/nodejs/undici/issues/3337",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/nodejs/undici/issues/3337"
                    },
                    {
                        "name": "https://github.com/nodejs/undici/pull/3338",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/nodejs/undici/pull/3338"
                    },
                    {
                        "name": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/nodejs/undici/commit/f979ec3204ca489abf30e7d20e9fee9ea7711d36"
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240828-0009/"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-28T15:02:48.392Z"
                }
            }
        ]
    }
}