๐Ÿ” CVE Alert

CVE-2026-50131

HIGH 8.6

Fedify has an incomplete SSRF mitigation after GHSA-p9cg-vqcc-grcx: validatePublicUrl allows special-use IPv4 ranges

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Fedify previously addressed SSRF/internal network access in GHSA-p9cg-vqcc-grcx by adding public URL validation before runtime document and media fetching. However, the IPv4 validation logic present starting in version 0.11.2 and prior to versions 1.9.12, 1.10.11, 2.0.19, 2.1.15, and 2.2.4 appears incomplete. The `validatePublicUrl()` protection relies on `isValidPublicIPv4Address()` to reject non-public IPv4 destinations. The function blocks common private and local ranges such as `10.0.0.0/8`, `127.0.0.0/8`, `169.254.0.0/16`, `172.16.0.0/12`, and `192.168.0.0/16`, but it still treats several special-use, reserved, multicast, benchmarking, and carrier-grade NAT IPv4 ranges as valid public destinations. Because this validation is used as an SSRF defense before outbound fetches, this appears to be an incomplete mitigation or bypass class for the previous SSRF issue. Versions 1.9.12, 1.10.11, 2.0.19, 2.1.15, and 2.2.4 contain an updated patch.

CWE CWE-918 CWE-1286 CWE-1389
Vendor fedify-dev
Product fedify
Published Jun 10, 2026
Stay Ahead of the Next One

Get instant alerts for fedify-dev fedify

Be the first to know when new high vulnerabilities affecting fedify-dev fedify are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
Low

Affected Versions

fedify-dev / fedify
>= 0.11.2, < 1.9.12 >= 1.10.0, < 1.10.11 >= 2.0.0, < 2.0.19 >= 2.1.0, < 2.1.15 >= 2.2.0, < 2.2.4
fedify-dev / vocab-runtime
< 2.0.19 >= 2.1.0, < 2.1.15 >= 2.2.0, < 2.2.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fedify-dev/fedify/security/advisories/GHSA-xw9q-2mv6-9fr8