CVE-2026-76169
CVE-2026-76169
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.
EPSS: 0.005 (42.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-76169?
- CVE-2026-76169 is a high-severity vulnerability, classified under Authentication Bypass Using an Alternate Path or Channel. CVSS score: 7.5/10. Published 2026-09-04.
- How severe is CVE-2026-76169?
- High severity. CVSS v3 base score is 7.5 out of 10.