CVE-2026-10107 PUBLISHED

MoviePilot v2 SSRF via /api/v1/system/img/{proxy} Endpoint

Assigner: VulnCheck
Reserved: 29.05.2026 Published: 29.05.2026 Updated: 29.05.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
CVSS Score: 7

Product Status

Vendor jxxghp
Product MoviePilot
Versions Default: unknown
  • affected from 0 to v2.13.2 (incl.)
  • affected from 0 to 0b7854a0af8751160b68c43c46ded48d2bd8a212 (incl.)

Credits

  • YU SUN finder

References

Problem Types

  • CWE-918 Server-Side Request Forgery (SSRF) CWE