Fastify 在 5.12.2 版本之前,通过将路由 header 模式(schema)中的名称转换为小写,来实现 HTTP 头部名称的“不区分大小写”特性。但该转换并不完整:它仅对属性键(properties keys)和根级别的 数组进行了小写化处理,却未对 JSON Schema Draft 7 中 关键字内部的 (触发条件)和 (依赖项)名称进行小写化。 由于 Node.js 以全小写形式存储请求头部名称,像“当存在特权模式头部时,必须同时存在认证头部”这类使用标准大小写写法的依赖关系将无法匹配,相应的存
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-76169 | 7.5 HIGH | fastify vulnerable to authentication bypass via malformed URLs reaching encapsulated not-f |
| CVE-2026-84469 | 7.5 HIGH | fastify vulnerable to request validation bypass via skipped boolean false schemas |
No comments yet