๐Ÿ” CVE Alert

CVE-2026-76169

HIGH 7.5

fastify vulnerable to authentication bypass via malformed URLs reaching encapsulated not-found handlers

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

fastify versions >= 4.0.0 and before 5.12.2 can route a malformed URL sent under one plugin prefix to the custom not-found handler of a different sibling plugin, and invoke it without the preHandler hook declared for that handler. The internal not-found router for encapsulated handlers dispatches malformed paths through a single shared handler pointer before URL decoding, ignoring the prefix and skipping the selected handler's normal lifecycle. An unauthenticated attacker can therefore reach an authentication-protected private fallback through an unrelated public prefix and read its full response, bypassing the authentication hook and breaking prefix encapsulation. Users should upgrade to fastify 5.12.2 or later.

CWE CWE-288
Vendor fastify
Product fastify
Published Sep 4, 2026
Last Updated Sep 4, 2026
Stay Ahead of the Next One

Get instant alerts for fastify fastify

Be the first to know when new high vulnerabilities affecting fastify fastify 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:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

fastify / fastify
4.0.0 < 5.12.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify/security/advisories/GHSA-p68q-wchp-6fh7 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” vvvvvvvvvvitel mcollina UlisesGascon schecthellraiser606 B1gN0Se