Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-6556

Опубликовано: 30 июн. 2026
Источник: nvd
CVSS3: 9.1
EPSS Низкий

Описание

@fastify/express versions 4.0.6 and earlier only rewrite the plugin prefix for middleware mount paths when the path argument is a string. Non-string mount paths (arrays of paths and regular expressions) are left unprefixed inside prefixed plugin scopes, so middleware registered with those forms does not match the actual prefixed request path. Applications that use path-scoped middleware for authentication, authorization, rate limiting, or auditing on routes inside a prefixed scope can be bypassed by sending a request to the prefixed route, because Fastify still matches the route but the middleware is skipped. Patches: upgrade to @fastify/express 4.0.7. Workarounds: use string mount paths instead of arrays or regular expressions in prefixed plugins, or register one use call per path.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:fastify:fastify\/express:*:*:*:*:*:node.js:*:*
Версия до 4.0.7 (исключая)

EPSS

Процентиль: 22%
0.00302
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-285

EPSS

Процентиль: 22%
0.00302
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-285