CVE-2026-92081: fastify vulnerable to Denial of Service via unhandled exception on HTTP/2 trailer responses

Published Sep 16, 2026
·
Updated

fastify is a fast and low-overhead web framework for Node.js. In versions before 5.12.5, when a route registers a response trailer via reply.trailer() and is served over HTTP/2, fastify unconditionally sets the Transfer-Encoding: chunked header, which is forbidden on HTTP/2, so Node.js throws while serializing the response headers. The exception is not caught and becomes an uncaughtException, so a single unauthenticated HTTP/2 request to any route that uses trailers crashes the server process and drops all in-flight requests, and it can be repeated on every restart. The issue is fixed in fastify 5.12.5, and users should upgrade to 5.12.5 or later. As a workaround, avoid registering response trailers with reply.trailer() on routes served over HTTP/2 until upgrading.

Affected Software

1 affected component
fastify<5.12.5

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade fastify to a version that resolves this vulnerability.

    Fixed in 5.12.5
  2. Compensating control

    As a workaround, avoid registering response trailers with reply.trailer() on routes served over HTTP/2 until upgrading.

Event History

Sep 16, 2026
CVE Published
via MITRE·08:52 AM
Data Sourced
via MITRE·08:52 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to this denial-of-service issue?

Deployments using Fastify before 5.12.5 are exposed only when an HTTP/2-served route registers a response trailer with reply.trailer(). Routes not using response trailers are not described as affected.

2

What does an attacker need to do to trigger the crash?

An unauthenticated attacker only needs to send one HTTP/2 request to an affected route. No privileges or user interaction are required, although the route must use reply.trailer().

3

What is the operational impact if exploitation succeeds?

The unhandled exception crashes the server process and drops all in-flight requests. An attacker can repeat the request after each restart to continue causing denial of service.

4

What can be done before upgrading?

Avoid registering response trailers with reply.trailer() on routes served over HTTP/2. The stated permanent fix is upgrading Fastify to version 5.12.5 or later.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203