CVE-2025-23221 – Fedify has an Infinite loop and Blind SSRF found inside the Webfinger mechanism
https://notcve.org/view.php?id=CVE-2025-23221
20 Jan 2025 — Fedify is a TypeScript library for building federated server apps powered by ActivityPub and other standards. This vulnerability allows a user to maneuver the Webfinger mechanism to perform a GET request to any internal resource on any Host, Port, URL combination regardless of present security mechanisms, and forcing the victim’s server into an infinite loop causing Denial of Service. Moreover, this issue can also be maneuvered into performing a Blind SSRF attack. This vulnerability is fixed in 1.0.14, 1.1.... • https://github.com/dahlia/fedify/commit/8be3c2038eebf4ae12481683a1e809b314be3151 • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') CWE-918: Server-Side Request Forgery (SSRF) •
CVE-2024-39687 – Fedify vulnerable to allowing access to internal network resources
https://notcve.org/view.php?id=CVE-2024-39687
05 Jul 2024 — Fedify is a TypeScript library for building federated server apps powered by ActivityPub and other standards. At present, when Fedify needs to retrieve an object or activity from a remote activitypub server, it makes a HTTP request to the `@id` or other resources present within the activity it has received from the web. This activity could reference an `@id` that points to an internal IP address, allowing an attacker to send request to resources internal to the fedify server's network. This applies to not j... • https://github.com/dahlia/fedify/commit/30f9cf4a175704a04c874f3ea88414c5f1e00b28 • CWE-918: Server-Side Request Forgery (SSRF) •