漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
@fastify/middie standalone engine vulnerable to Denial of Service via malformed percent-encoded paths
Vulnerability Description
@fastify/middie versions 9.1.0 through 9.3.2 fail to guard the URL normalization step used by the standalone engine when incoming request paths contain malformed percent-encoded sequences. Inputs such as an incomplete percent escape or a truncated multibyte sequence cause the underlying decoder to throw synchronously, and the exception escapes the middie normalize step and terminates the Node.js process. The bypass affects applications that call middie.run directly on the standalone engine API, causing an immediate denial of service for all connected clients until restart. Applications using the Fastify plugin path are not affected because Fastifys error handler catches the exception. Patches: upgrade to @fastify/middie 9.3.3. Workarounds: migrate from the standalone engine API to the Fastify plugin path, where the framework error handler catches the exception.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
未捕获的异常
Vulnerability Title
Fastify @fastify/middie 异常处理不当漏洞
Vulnerability Description
Fastify @fastify/middie是Fastify团队开源的一个中间件引擎。 Fastify @fastify/middie 9.1.0至9.3.2版本存在异常处理不当漏洞,该漏洞源于URL规范化步骤未正确处理包含畸形百分号编码序列的请求路径,可能导致Node.js进程终止并造成拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A