CVE-2026-25224 PUBLISHED

Fastify Vulnerable to DoS via Unbounded Memory Allocation in sendWebStream

Assigner: GitHub_M
Reserved: 30.01.2026 Published: 03.02.2026 Updated: 04.02.2026

Fastify is a fast and low overhead web framework, for Node.js. Prior to version 5.7.3, a denial-of-service vulnerability in Fastify’s Web Streams response handling can allow a remote client to exhaust server memory. Applications that return a ReadableStream (or Response with a Web Stream body) via reply.send() are impacted. A slow or non-reading client can trigger unbounded buffering when backpressure is ignored, leading to process crashes or severe degradation. This issue has been patched in version 5.7.3.

Metrics

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

Product Status

Vendor fastify
Product fastify
Versions
  • Version < 5.7.3 is affected

References

Problem Types

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