CVE-2026-92081
Last modified
CVE-2026-92081 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| fastify | fastify | < 5.12.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-92081?
How severe is CVE-2026-92081?
How do I fix CVE-2026-92081?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92075Mitigation bypass in the Networking component. This vulnerab…
- CVE-2026-92076Incorrect boundary conditions in the Networking component. T…
- CVE-2026-92077Denial-of-service in the SVG component. This vulnerability w…
- CVE-2026-92078Denial-of-service in the Security component. This vulnerabil…
- CVE-2026-92079Mitigation bypass in the Widget: Win32 component. This vulne…
- CVE-2026-9208Tanium addressed an unauthorized code execution vulnerabilit…8.8
- CVE-2026-92082By default, Payara Server does not limit the number of faile…6.3
- CVE-2026-92087@fastify/auth is a Fastify plugin that composes multiple aut…8.1
- CVE-2026-92091A flaw was found in jwcrypto. The JWK.import_key() function …5.9
- CVE-2026-9210Insufficient input validation vulnerability in the listed NE…4.5
- CVE-2026-9211An unauthenticated user on the local network can gain contro…8.8
- CVE-2026-92114A vulnerability was identified in a2ui-project a2ui up to 0.…5.3
Are you affected by CVE-2026-92081?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
