CVE-2026-34148
Received
Received - Intake
Unrestricted Redirects in Fedify Cause Denial of Service
Publication date: 2026-04-06
Last updated on: 2026-04-25
Assigner: GitHub, Inc.
Description
Description
Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Prior to 1.9.6, 1.10.5, 2.0.8, and 2.1.1, @fedify/fedify follows HTTP redirects recursively in its remote document loader and authenticated document loader without enforcing a maximum redirect count or visited-URL loop detection. An attacker who controls a remote ActivityPub key or actor URL can force a server using Fedify to make repeated outbound requests from a single inbound request, leading to resource consumption and denial of service. This vulnerability is fixed in 1.9.6, 1.10.5, 2.0.8, and 2.1.1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fedify | fedify/vocab-runtime | to 2.0.8 (exc) |
| fedify | fedify/vocab-runtime | From 2.1.0 (inc) to 2.1.1 (exc) |
| fedify | fedify/fedify | to 1.9.6 (exc) |
| fedify | fedify/fedify | From 1.10.0 (inc) to 1.10.5 (exc) |
| fedify | fedify/fedify | From 2.0.0 (inc) to 2.0.8 (exc) |
| fedify | fedify/fedify | From 2.1.0 (inc) to 2.1.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |