CVE-2026-76169 PUBLISHED

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

Assigner: openjs
Reserved: 19.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor fastify
Product fastify
Versions Default: unaffected
  • affected from 4.0.0 to 5.12.2 (excl.)
  • Version 5.12.2 is unaffected

Credits

  • vvvvvvvvvvitel reporter
  • mcollina remediation developer
  • UlisesGascon remediation reviewer
  • schecthellraiser606 finder
  • B1gN0Se finder

References

Problem Types

  • CWE-288: Authentication Bypass Using an Alternate Path or Channel CWE