Description
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.
Published: 2026-02-03
Score: 3.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

Fastify’s Web Streams response handling allows a remote client to exhaust process memory. A request that streams data slowly or that does not read the response triggers unbounded buffering because backpressure is ignored, leading to crashes or severe degradation. The vulnerability is an example of uncontrolled resource consumption (CWE-770) and results in a denial‑of‑service scenario where an attacker can force the application to run out of memory.

Affected Systems

The Fastify web framework for Node.js is affected. Versions before 5.7.3 are vulnerable. Applications that return a ReadableStream (or a Response with a Web Stream body) via reply.send() are impacted.

Risk and Exploitability

The CVSS score is 3.7 (low), EPSS is under 1% and the vulnerability is not listed in the KEV catalog, indicating a low likelihood of exploitation. Nevertheless, the attack is remote, requires the ability to send a control‑flow request that streams data slowly or stops reading, and can lead to out‑of‑memory crashes or severe performance degradation. The risk remains low but could impact availability in a critical system if an attacker triggers the condition.

Generated by OpenCVE AI on April 18, 2026 at 00:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fastify to version 5.7.3 or later
  • Modify any reply.send() stream usage to enforce backpressure or apply size limits
  • Add monitoring to detect high memory usage patterns and trigger alerts

Generated by OpenCVE AI on April 18, 2026 at 00:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-mrq3-vjjr-p77c Fastify Vulnerable to DoS via Unbounded Memory Allocation in sendWebStream
History

Tue, 10 Feb 2026 19:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:fastify:fastify:*:*:*:*:*:node.js:*:*

Wed, 04 Feb 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 04 Feb 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Fastify
Fastify fastify
Vendors & Products Fastify
Fastify fastify
References
Metrics threat_severity

None

threat_severity

Low


Tue, 03 Feb 2026 21:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Fastify Vulnerable to DoS via Unbounded Memory Allocation in sendWebStream
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-04T16:20:32.845Z

Reserved: 2026-01-30T14:44:47.327Z

Link: CVE-2026-25224

cve-icon Vulnrichment

Updated: 2026-02-04T16:20:29.894Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-03T22:16:31.290

Modified: 2026-02-10T19:24:48.703

Link: CVE-2026-25224

cve-icon Redhat

Severity : Low

Publid Date: 2026-02-03T21:21:35Z

Links: CVE-2026-25224 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T00:15:31Z

Weaknesses