CVE-2026-22036 PUBLISHED

Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion

Assigner: GitHub_M
Reserved: 05.01.2026 Published: 14.01.2026 Updated: 22.01.2026

Undici is an HTTP/1.1 client for Node.js. Prior to 7.18.0 and 6.23.0, the number of links in the decompression chain is unbounded and the default maxHeaderSize allows a malicious server to insert thousands compression steps leading to high CPU usage and excessive memory allocation. This vulnerability is fixed in 7.18.0 and 6.23.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 5.9

Product Status

Vendor nodejs
Product undici
Versions
  • Version < 6.23.0 is affected
  • Version >= 7.0.0, < 7.18.2 is affected

References

Problem Types

  • CWE-770: Allocation of Resources Without Limits or Throttling CWE