漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
webfinger.js is vulnerable to Blind SSRF attacks through localhost
Vulnerability Description
webfinger.js is a TypeScript-based WebFinger client that runs in both browsers and Node.js environments. In versions 2.8.0 and below, the lookup function accepts user addresses for account checking. However, the ActivityPub specification requires preventing access to localhost services in production. This library does not prevent localhost access, only checking for hosts that start with "localhost" and end with a port. Users can exploit this by creating servers that send GET requests with controlled host, path, and port parameters to query services on the instance's host or local network, enabling blind SSRF attacks. This is fixed in version 2.8.1.
CVSS Information
N/A
Vulnerability Type
服务端请求伪造(SSRF)
Vulnerability Title
webfinger.js 代码问题漏洞
Vulnerability Description
webfinger.js是Nick Jennings个人开发者的一个用于查询WebFinger记录的客户端库。 webfinger.js 2.8.0及之前版本存在代码问题漏洞,该漏洞源于未阻止localhost访问,可能导致盲SSRF攻击。
CVSS Information
N/A
Vulnerability Type
N/A