<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>MoviePilot V2 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/moviepilot-v2/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 29 May 2026 18:18:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/moviepilot-v2/feed.xml" rel="self" type="application/rss+xml"/><item><title>MoviePilot v2 Server-Side Request Forgery Vulnerability (CVE-2026-10107)</title><link>https://feed.craftedsignal.io/briefs/2026-05-moviepilot-ssrf/</link><pubDate>Fri, 29 May 2026 18:18:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-moviepilot-ssrf/</guid><description>MoviePilot v2 is vulnerable to server-side request forgery (SSRF) in the image proxy endpoint, allowing authenticated attackers to request arbitrary URLs, enumerate internal services, and exfiltrate data from internal network resources by bypassing internal network protections.</description><content:encoded><![CDATA[<p>MoviePilot v2 is susceptible to a server-side request forgery (SSRF) vulnerability, identified as CVE-2026-10107, within its image proxy endpoint. This flaw allows authenticated attackers to craft malicious requests targeting internal network resources. The vulnerability stems from insufficient validation of URLs, specifically the <code>SecurityUtils.is_safe_url</code> function, which checks domain membership against an allowlist but fails to block private, loopback, or link-local addresses. By exploiting this, attackers can bypass intended network segregation, potentially enumerating internal services such as Jellyfin, Emby, or Plex, and exfiltrating sensitive data from internal network resources. This issue poses a significant risk to the confidentiality and integrity of data within the affected network.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker authenticates to the MoviePilot v2 application.</li>
<li>The attacker crafts a malicious URL targeting an internal resource (e.g., a private IP address hosting a service like Jellyfin).</li>
<li>The attacker obtains a valid <code>resource_token</code> cookie.</li>
<li>The attacker sends a request to the image proxy endpoint with the crafted URL and the <code>resource_token</code> cookie.</li>
<li>The <code>SecurityUtils.is_safe_url</code> function checks if the domain in the crafted URL is present in the assembled allowlist but does not validate the IP address range (private, loopback, or link-local).</li>
<li>The image proxy endpoint processes the request without proper validation.</li>
<li>The MoviePilot server makes a request to the specified internal resource.</li>
<li>The attacker receives the response from the internal resource, potentially revealing sensitive information or allowing further exploitation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SSRF vulnerability (CVE-2026-10107) could allow an attacker to enumerate internal services (Jellyfin, Emby, Plex) and potentially exfiltrate sensitive data from internal network resources. The impact includes potential disclosure of sensitive data, compromise of internal services, and further lateral movement within the network. The CVSS v3.1 base score for this vulnerability is 7.7, indicating a high severity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule to detect SSRF attempts by monitoring for requests to the image proxy endpoint with potentially malicious URLs targeting internal IP addresses or loopback addresses.</li>
<li>Apply the Sigma rule to detect potential enumeration of internal services through SSRF by monitoring requests to common service ports or paths from the MoviePilot server.</li>
<li>Implement stricter validation of URLs within the <code>SecurityUtils.is_safe_url</code> function to block private, loopback, and link-local addresses, preventing SSRF attacks.</li>
<li>Apply network segmentation and access controls to limit the MoviePilot server&rsquo;s access to only necessary internal resources.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>cve-2026-10107</category><category>server-side request forgery</category><category>network</category></item></channel></rss>