Cyber Posture

CVE-2026-22036

Medium

Published: 14 January 2026

Published
14 January 2026
Modified
22 January 2026
KEV Added
Patch
CVSS Score 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0002 5.8th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22036 is a medium-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Nodejs Undici. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 5.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-770

This control implements explicit throttling on session allocation, addressing the weakness of allocating resources without limits.

addresses: CWE-770

Plan testing exercises resource allocation limits and throttling during simulated failures, directly addressing weaknesses that allow unbounded resource use.

addresses: CWE-770

Contingency plan updates ensure recovery strategies address unbounded resource allocation, making it harder for attackers to exploit lack of throttling to cause prolonged outages.

addresses: CWE-770

Provides continuity when unbounded resource allocation at the primary site leads to exhaustion and downtime.

addresses: CWE-770

Alternate services allow operations to continue when primary allocation of resources lacks limits or throttling.

addresses: CWE-770

Explicit planning of security-related actions requires defining limits, windows, and resource allocations, making allocation without throttling far less likely.

addresses: CWE-770

Measures of performance include tracking allocation behavior and throttling effectiveness, reducing the window for resource exhaustion attacks.

addresses: CWE-770

Imposes an inactivity-based limit on network resource allocation, throttling the number of concurrently held connections.

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Vulnerability enables client-side resource exhaustion DoS via malicious HTTP response with nested compression, directly matching application exploitation for endpoint denial of service.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

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…

more

and excessive memory allocation. This vulnerability is fixed in 7.18.0 and 6.23.0.

Deeper analysisAI

CVE-2026-22036 affects Undici, an HTTP/1.1 client library for Node.js, in versions prior to 7.18.0 and 6.23.0. The vulnerability stems from an unbounded number of links in the decompression chain combined with a default maxHeaderSize that permits a malicious server to insert thousands of compression steps. This results in high CPU usage and excessive memory allocation, classified under CWE-770 (Allocation of Resources Without Limits or Throttling) with a CVSS v3.1 base score of 5.9 (AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

A remote attacker with no privileges or user interaction required can exploit this over the network, though it demands high attack complexity. By controlling a server that a victim application connects to via Undici, the attacker crafts HTTP responses with deeply nested compression layers, triggering resource exhaustion on the client side and causing denial-of-service through CPU and memory overload.

The Undici security advisory (GHSA-g9mf-h72j-4rw9) and associated commit (b04e3cbb569c1596f86c108e9b52c79d8475dcb3) confirm the issue is resolved in versions 7.18.0 and 6.23.0, recommending immediate upgrades for affected Node.js applications using Undici.

Details

CWE(s)

Affected Products

nodejs
undici
≤ 6.23.0 · 7.0.0 — 7.18.2

CVEs Like This One

CVE-2026-1526Same product: Nodejs Undici
CVE-2026-2229Same product: Nodejs Undici
CVE-2026-1528Same product: Nodejs Undici
CVE-2026-1525Same product: Nodejs Undici
CVE-2025-59466Same vendor: Nodejs
CVE-2026-33256Shared CWE-770
CVE-2026-26313Shared CWE-770
CVE-2025-27219Shared CWE-770
CVE-2026-24458Shared CWE-770
CVE-2025-68136Shared CWE-770

References