漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Nest Fastify HEAD Request Middleware Bypass
Vulnerability Description
Nest is a framework for building scalable Node.js server-side applications. In versions 11.1.15 and below, a NestJS application using @nestjs/platform-fastify GET middleware can be bypassed because Fastify automatically redirects HEAD requests to the corresponding GET handlers (if they exist). As a result: middleware will be completely skipped, the HTTP response won't include a body (since the response is truncated when redirecting a HEAD request to a GET handler), and the actual handler will still be executed. This issue is fixed in version 11.1.16.
CVSS Information
N/A
Vulnerability Type
控制流实现总是不正确
Vulnerability Title
nest 安全漏洞
Vulnerability Description
nest是nestjs开源的一个 Node.js 框架,用于使用 TypeScript/JavaScript 构建高效、可扩展和企业级的服务器端应用程序。 nest 11.1.15及之前版本存在安全漏洞,该漏洞源于Fastify自动将HEAD请求重定向到GET处理程序,可能导致中间件被完全绕过。
CVSS Information
N/A
Vulnerability Type
N/A