CVE-2026-71246

Pixelfed's SearchController (behind the auth middleware) accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP against private, internal, or link-local ranges (e.g. 169.254.169.254).
References
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 11:16

Updated : 2026-08-26 17:13


NVD link : CVE-2026-71246

Mitre link : CVE-2026-71246

CVE.ORG link : CVE-2026-71246


JSON object : View

Products Affected

No product.

CWE
CWE-918

Server-Side Request Forgery (SSRF)