漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
@fastify/middie vulnerable to path-scoped middleware bypass via absolute-form request target
Vulnerability Description
@fastify/middie versions >= 9.1.0 and before 9.3.4 decide whether to run path-scoped middleware by matching against the raw request target, while the Fastify router resolves an absolute-form request target to its path before dispatching. Because the two layers evaluate different strings, a request using an absolute-form target reaches the route handler while the path-scoped middleware, such as authentication or authorization, is skipped. An unauthenticated network attacker can use this to bypass path-based access controls in a Fastify application that relies on middie for those controls. Users should upgrade to @fastify/middie 9.3.4 or later.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Vulnerability Type
解释冲突
Vulnerability Title
Fastify @fastify/middie 处理逻辑错误漏洞
Vulnerability Description
Fastify @fastify/middie是Fastify团队开源的一个为开发框架提供标准中间件兼容能力的插件。 Fastify @fastify/middie 9.1.0版本至9.3.4之前版本存在处理逻辑错误漏洞,该漏洞源于路径作用域中间件通过匹配原始请求目标决定是否运行,而Fastify路由器在分发前将绝对形式请求目标解析为路径,导致两层评估不同字符串,路径作用域中间件(如身份验证或授权)被跳过,可能导致未经身份验证的网络攻击者绕过基于路径的访问控制。
CVSS Information
N/A
Vulnerability Type
N/A