CVE-2024-24750

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-24750
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-24750.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-24750
Aliases
Downstream
Published
2024-02-16T21:42:29Z
Modified
2025-10-30T20:24:54.933563Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Backpressure request ignored in fetch() in Undici
Details

Undici is an HTTP/1.1 client, written from scratch for Node.js. In affected versions calling fetch(url) and not consuming the incoming body ((or consuming it very slowing) will lead to a memory leak. This issue has been addressed in version 6.6.1. Users are advised to upgrade. Users unable to upgrade should make sure to always consume the incoming body.

Database specific
{
    "cwe_ids": [
        "CWE-400"
    ]
}
References

Affected packages

Git / github.com/nodejs/undici

Affected ranges

Type
GIT
Repo
https://github.com/nodejs/undici
Events

Affected versions

v6.*

v6.0.0
v6.0.1
v6.1.0
v6.2.0
v6.2.1
v6.3.0
v6.4.0
v6.5.0
v6.6.0