fastify 版本 >= 4.0.0 且 < 5.12.2 存在一个路由缺陷:当恶意构造的 URL 发送到一个插件前缀下时,请求会被错误地路由到另一个兄弟插件的自定义 not-found 处理器,并且该处理器在未被其声明的 preHandler 钩子拦截的情况下被调用。 具体来说,封装式(encapsulated)处理器的内部 not-found 路由器在 URL 解码之前,通过一个共享的处理器指针来分派格式错误的路径,从而忽略了前缀并跳过了所选处理器的正常生命周期。 因此,一个未认证的攻击者可以通过一个不相关的
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-84504 | 8.1 HIGH | fastify vulnerable to request body replacement via an async validation result collision |
| CVE-2026-84428 | 7.5 HIGH | fastify vulnerable to header validation bypass via incomplete schema case normalization |
| CVE-2026-84469 | 7.5 HIGH | fastify vulnerable to request validation bypass via skipped boolean false schemas |
No comments yet