๐Ÿ” CVE Alert

CVE-2026-14181

HIGH 7.5

@fastify/middie standalone engine vulnerable to Denial of Service via malformed percent-encoded paths

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/middie versions 9.1.0 through 9.3.2 fail to guard the URL normalization step used by the standalone engine when incoming request paths contain malformed percent-encoded sequences. Inputs such as an incomplete percent escape or a truncated multibyte sequence cause the underlying decoder to throw synchronously, and the exception escapes the middie normalize step and terminates the Node.js process. The bypass affects applications that call middie.run directly on the standalone engine API, causing an immediate denial of service for all connected clients until restart. Applications using the Fastify plugin path are not affected because Fastifys error handler catches the exception. Patches: upgrade to @fastify/middie 9.3.3. Workarounds: migrate from the standalone engine API to the Fastify plugin path, where the framework error handler catches the exception.

CWE CWE-248
Vendor @fastify/middie
Product @fastify/middie
Published Jul 1, 2026
Last Updated Jul 1, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/middie @fastify/middie

Be the first to know when new high vulnerabilities affecting @fastify/middie @fastify/middie are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/middie / @fastify/middie
9.1.0 < 9.3.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/middie/security/advisories/GHSA-qcc9-jh8q-47vh cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” Jvr2022 mcollina UlisesGascon