Description
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).
Published: 2026-08-05
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Pixelfed's SearchController, which requires authentication, receives a URL parameter for remote search and fetches that URL via ActivityPubFetchService. The validator for the URL only blocks the literal hosts 127.0.0.1, localhost, and ::1 and enforces an HTTPS scheme, but it does not check whether the resolved IP address lies within private, internal, or link‑local ranges such as 169.254.169.254. Consequently, an authenticated user can cause the server to issue outbound requests to arbitrary hosts, including internal services or instance metadata endpoints. This flaw is a form of authenticated server‑side request forgery (CWE‑918).

Affected Systems

Any Pixelfed deployment built with the pixelfed:pixelfed package that includes the SearchController and ActivityPubFetchService without a patched URL validator is affected. No specific version range is documented in the advisory, so all current releases should be examined for the same code paths.

Risk and Exploitability

The CVSS score is 4.3, indicating moderate severity. The EPSS score is less than 1 %, reflecting a low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers must be authenticated to exploit the flaw, which limits the surface to active users. Once authenticated, the attacker can direct the server to access internal or remote systems, potentially discovering internal resources or extracting sensitive data discovered over HTTP/HTTPS. Overall, the risk is moderate but warrants timely remediation.

Generated by OpenCVE AI on August 10, 2026 at 22:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of Pixelfed that implements the secure URL validation logic in ActivityPubFetchService.
  • If an upgrade is not immediately possible, disable the remote‑search feature in the SearchController or configure it to reject external URLs entirely.
  • Adjust the URL validation to reject any URL whose resolved IP falls within private, internal, or link‑local address ranges, ensuring the server can only reach public addresses.

Generated by OpenCVE AI on August 10, 2026 at 22:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description 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). Optional DNS validation is disabled by default and, when enabled, only confirms a DNS record exists without filtering by IP range. The fetch response body is returned to the requester only when the Content-Type matches an ActivityPub content type, making this a semi-blind but authenticated SSRF primitive reachable by any logged-in user. 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).

Mon, 10 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Title Pixelfed: Authenticated SSRF via Remote URL Search Pixelfed - Authenticated SSRF via Remote URL Search

Wed, 05 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Wed, 05 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
First Time appeared Pixelfed
Pixelfed pixelfed
Vendors & Products Pixelfed
Pixelfed pixelfed

Wed, 05 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description 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). Optional DNS validation is disabled by default and, when enabled, only confirms a DNS record exists without filtering by IP range. The fetch response body is returned to the requester only when the Content-Type matches an ActivityPub content type, making this a semi-blind but authenticated SSRF primitive reachable by any logged-in user.
Title Pixelfed: Authenticated SSRF via Remote URL Search
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Pixelfed Pixelfed
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T11:45:58.797Z

Reserved: 2026-08-05T10:53:53.176Z

Link: CVE-2026-71246

cve-icon Vulnrichment

Updated: 2026-08-05T12:33:05.248Z

cve-icon NVD

Status : Deferred

Published: 2026-08-05T11:16:27.613

Modified: 2026-08-26T17:13:24.800

Link: CVE-2026-71246

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T22:30:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)