CVE Catalog

CVE-2026-10107

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

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

Summary

MoviePilot v2 contains a server-side request forgery (SSRF) vulnerability in the image proxy endpoint. An authenticated attacker can request arbitrary URLs by supplying a resource_token cookie and a URL whose domain matches the configured allowlist.

Risk Assessment

Attackers can bypass internal network protections because the SecurityUtils.is_safe_url function only checks domain membership without blocking private, loopback, or link-local addresses. This allows scanning of internal services (e.g., Jellyfin, Emby, Plex) and exfiltration of data from internal network resources.

Recommendation

Update MoviePilot to the latest version that fixes this vulnerability. As a workaround, restrict access to the image proxy endpoint and implement IP address filtering at the network layer.

Other vulnerabilities in MoviePilot

See all
Original NVD description (English source)

MoviePilot v2 contains a server-side request forgery vulnerability in the image proxy endpoint that allows authenticated attackers to request arbitrary URLs by supplying a resource_token cookie and a URL whose domain matches the assembled allowlist. Attackers can bypass internal network protections because the SecurityUtils.is_safe_url function performs only domain-membership checking without blocking private, loopback, or link-local addresses, enabling enumeration of internal services such as Jellyfin, Emby, or Plex and exfiltration of data from internal network resources.

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