CVE-2025-54590
MEDIUMwebfinger.js < 2.8.1 - Server-Side Request Forgery via User Address Lookup
Title source: llmDescription
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.
References (3)
Core 3
Core References
Vendor Advisory x_refsource_confirm
https://github.com/silverbucket/webfinger.js/security/advisories/GHSA-8xq3-w9fx-74rv
Patch x_refsource_misc
https://github.com/silverbucket/webfinger.js/commit/b5f2f2c957297d25f4d76072963fccaee2e3095a
Release Notes x_refsource_misc
https://github.com/silverbucket/webfinger.js/releases/tag/v2.8.1
Scores
CVSS v4
6.9
EPSS
0.0008
EPSS Percentile
24.2%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-918
Status
published
Products (2)
npm/webfinger.js
0 - 2.8.1npm
silverbucket/webfinger.js
< 2.8.1
Published
Aug 01, 2025
Tracked Since
Feb 18, 2026