Impact
A flaw in Node.js’s dns.resolveAny function causes the process to abort whenever a DNS response contains more than 256 A records, resulting in a denial of service. The weakness is classified as CWE‑400 and CWE‑770, indicating uncontrolled resource consumption and memory allocation errors. Repeated triggering of the abort amplifies service disruption.
Affected Systems
Versions 26.x, 24.x, and 22.x of Node.js are affected. Any deployment of those releases that uses dns.resolveAny, directly or indirectly, is vulnerable.
Risk and Exploitability
The CVSS score of 5.9 marks this as a medium‑severity issue. EPSS is < 1% and the vulnerability is not listed in CISA’s KEV catalog, suggesting no confirmed exploitation reports yet. An attacker can exploit the flaw by controlling DNS responses to force the node process to abort, and repeated abuse can render a service unavailable until a restart occurs.
OpenCVE Enrichment