CVE-2026-62857
Received
Received - Intake
Server-Side Request Forgery in Fedify Library
Vulnerability report for CVE-2026-62857, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-06
Last updated on: 2026-08-06
Assigner: GitHub, Inc.
Description
Description
Fedify is a TypeScript library for building federated server apps powered by ActivityPub. From version 1.2.0 through the affected 1.9, 1.10, 2.0, 2.1, 2.2, and 2.3 maintenance lines, getNodeInfo() follows an attacker-controlled links[].href value from /.well-known/nodeinfo without scheme, redirect, or private-address validation, allowing requests to loopback, link-local, cloud metadata, and private-network services and returning their response bodies. This issue is fixed in versions 1.9.13, 1.10.12, 2.0.22, 2.1.18, 2.2.7, and 2.3.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fedify | fedify | From 1.2.0 (inc) to 1.9 (inc) |
| fedify | fedify | From 1.10 (inc) to 2.3 (inc) |
| fedify | fedify | 1.9.13 |
| fedify | fedify | 1.10.12 |
| fedify | fedify | 2.0.22 |
| fedify | fedify | 2.1.18 |
| fedify | fedify | 2.2.7 |
| fedify | fedify | 2.3.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |