CVE-2025-54590 (CNNVD-202508-073)
中文标题:
webfinger.js 代码问题漏洞
英文标题:
webfinger.js is vulnerable to Blind SSRF attacks through localhost
漏洞描述
中文描述:
webfinger.js是Nick Jennings个人开发者的一个用于查询WebFinger记录的客户端库。 webfinger.js 2.8.0及之前版本存在代码问题漏洞,该漏洞源于未阻止localhost访问,可能导致盲SSRF攻击。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| silverbucket | webfinger.js | < 2.8.1 | - | - |
cpe:2.3:a:silverbucket:webfinger.js:<_2.8.1:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
CVSS评分详情
4.0 (cna)
MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-54590 |
2025-11-11 15:23:29 | 2025-11-11 07:40:42 |
| NVD | nvd_CVE-2025-54590 |
2025-11-11 15:00:58 | 2025-11-11 07:48:29 |
| CNNVD | cnnvd_CNNVD-202508-073 |
2025-11-11 15:12:52 | 2025-11-11 08:00:04 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 代码问题
- cnnvd_id: 未提取 -> CNNVD-202508-073
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']