CVE-2025-68475
Unknown
Unknown - Not Provided
ReDoS Vulnerability in Fedify Document Loader Causes DoS
Publication date: 2025-12-22
Last updated on: 2026-03-17
Assigner: GitHub, Inc.
Description
Description
Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Prior to versions 1.6.13, 1.7.14, 1.8.15, and 1.9.2, a Regular Expression Denial of Service (ReDoS) vulnerability exists in Fedify's document loader. The HTML parsing regex at packages/fedify/src/runtime/docloader.ts:259 contains nested quantifiers that cause catastrophic backtracking when processing maliciously crafted HTML responses. This issue has been patched in versions 1.6.13, 1.7.14, 1.8.15, and 1.9.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fedify | fedify | to 1.6.13 (exc) |
| fedify | fedify | From 1.7.0 (inc) to 1.7.14 (exc) |
| fedify | fedify | From 1.8.1 (inc) to 1.8.15 (exc) |
| fedify | fedify | From 1.9.0 (inc) to 1.9.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1333 | The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles. |