CVE Catalog

CVE-2026-71246

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

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).

Risk Assessment

An attacker can exploit this vulnerability to perform SSRF attacks, accessing internal network resources such as cloud metadata, potentially leading to data leakage or privilege escalation.

Recommendation

Update Pixelfed to a version with IP validation fixes. If not possible, restrict access to the remote-search feature and apply additional network filters.

Other vulnerabilities in Pixelfed

See all
Original NVD description (English source)

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).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS