漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
fastify-cli vulnerable to remote code execution via ignored explicit Inspector bind address
Vulnerability Description
fastify-cli starts the Node.js Inspector when a debug flag is used, but it ignores the explicit bind address the user supplies and binds the Inspector to a broadly reachable address instead of the intended loopback. As a result the debugging interface can be exposed beyond the local machine, and because the Inspector protocol allows arbitrary code evaluation, a remote party that reaches it can achieve remote code execution on the developer's machine. This affects fastify-cli from 1.5.0 up to 8.0.1. Users should upgrade to fastify-cli 8.0.1, which honors the configured Inspector bind address.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Vulnerability Type
CWE-1327
Vulnerability Title
fastify-cli 配置错误漏洞
Vulnerability Description
fastify-cli是Fastify团队开源的一款协助创建与管理Web服务项目的命令行工具。 fastify-cli 1.5.0至8.0.1之前版本存在配置错误漏洞,该漏洞源于使用调试标志启动Node.js Inspector时忽略用户提供的显式绑定地址,将Inspector绑定到广泛可达地址,可能导致调试接口暴露,远程攻击者能够执行任意代码。
CVSS Information
N/A
Vulnerability Type
N/A