CVE-2026-85184: @fastify/middie vulnerable to path-scoped middleware bypass via absolute-form request target

Published Sep 4, 2026
·
Updated

@fastify/middie versions >= 9.1.0 and before 9.3.4 decide whether to run path-scoped middleware by matching against the raw request target, while the Fastify router resolves an absolute-form request target to its path before dispatching. Because the two layers evaluate different strings, a request using an absolute-form target reaches the route handler while the path-scoped middleware, such as authentication or authorization, is skipped. An unauthenticated network attacker can use this to bypass path-based access controls in a Fastify application that relies on middie for those controls. Users should upgrade to @fastify/middie 9.3.4 or later.

Affected Software

1 affected component
npm/@fastify/middie>>= 9.1.0<9.3.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade @fastify/middie to a version that resolves this vulnerability.

    Fixed in 9.3.4

Event History

Sep 4, 2026
CVE Published
via MITRE·09:15 AM
Data Sourced
via MITRE·09:15 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which applications are exposed to this bypass?

Applications using @fastify/middie versions 9.1.0 through before 9.3.4 are exposed if they rely on path-scoped middie middleware for authentication, authorization, or other access controls. The issue is reachable over the network without authentication or user interaction.

2

What does an attacker need to do to exploit it?

An attacker sends a request with an absolute-form request target. Fastify resolves that target to a path for route dispatch, while the affected middie versions use the raw target when deciding whether path-scoped middleware applies.

3

How can the issue be remediated?

Upgrade @fastify/middie to version 9.3.4 or later. This aligns middleware matching with Fastify's handling of absolute-form request targets.

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