CVE-2026-21710

Aliases:DEBIAN-CVE-2026-21710ALPINE-CVE-2026-21710CGA-23m5-x96h-v366CGA-2hxc-5cc2-6xfqCGA-48w8-xjfg-m5pxCGA-6fj5-gx5w-4fm8CGA-8cx2-9grm-jjvcCGA-92hq-5479-hm34CGA-fg26-fcfc-cg6xCGA-pv4f-x7g4-cj6hCGA-rv4h-wxvx-rrv7CGA-vv8x-phjp-823f
Analyzed
Published: 30 Mar 2026, 19:07
Last modified:15 Jul 2026, 01:19

Vulnerability Summary

Overall Risk (default)
medium
35/100
CVSS Score
7.5 HIGH
v3.1 (cve.org)
EPSS Score
25.04% HIGH
25% probability +11.98%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

30 Mar 2026, 19:07
Published
Vulnerability first disclosed
15 Jul 2026, 01:19
Last Modified
Vulnerability information updated

Description

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**

CVSS Metrics

  • v3.1HIGHScore: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • v3.0HIGHScore: 7.5CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 25.04% Percentile: 98%

Techniques & Countermeasures

  • CWE-770Allocation of Resources Without Limits or Throttling

    The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

  • CWE-843Access of Resource Using Incompatible Type ('Type Confusion')

    The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.

Affected Systems

  • alpinenodejs

    < 22.22.2-r0 | < 22.22.2-r0 | < 24.14.1-r0 | < 24.14.1-r0

  • chainguardnodejs-16

    all

  • chainguardnodejs-18

    all

  • chainguardnodejs-21

    all

  • chainguardnodejs-22

    < 22.22.3-r0

  • chainguardnodejs-23

    all

  • wolfinodejs-16

    all

  • wolfinodejs-18

    all

  • wolfinodejs-21

    all

  • wolfinodejs-22

    < 22.22.3-r0

  • wolfinodejs-23

    all

  • debiannodejs

    < 18.20.4+dfsg-1~deb12u2 | < 20.19.2+dfsg-1+deb13u2 | < 22.22.2+dfsg+~cs22.19.15-1

  • nodejsnode

    20.20.1 | 22.22.1 | 24.14.0 | 25.8.1 | ≥ 4.0, < 4.* | ≥ 5.0, < 5.* | ≥ 6.0, < 6.* | ≥ 7.0, < 7.* | ≥ 8.0, < 8.* | ≥ 9.0, < 9.* | ≥ 10.0, < 10.* | ≥ 11.0, < 11.* | ≥ 12.0, < 12.* | ≥ 13.0, < 13.* | ≥ 14.0, < 14.* | ≥ 15.0, < 15.* | ≥ 16.0, < 16.* | ≥ 17.0, < 17.* | ≥ 18.0, < 18.* | ≥ 19.0, < 19.*

  • nodejsnode.js

    ≤ 20.20.1 | ≥ 22.0.0, ≤ 22.22.1 | ≥ 24.0.0, ≤ 24.14.0 | ≥ 25.0.0, ≤ 25.8.1

  • redhatenterprise_linux

    8.0 | 9.0 | 10.0

  • redhatenterprise_linux_eus

    9.4 | 9.6 | 10.0

References (20)