<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:studio-42:elfinder:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3astudio-42elfinder/</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>Mon, 31 Aug 2026 23:58:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3astudio-42elfinder/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SSRF Protection Bypass in elFinder via DNS Rebinding</title><link>https://feed.craftedsignal.io/briefs/2026-08-elfinder-ssrf/</link><pubDate>Mon, 31 Aug 2026 23:58:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-elfinder-ssrf/</guid><description>elFinder 2.1.69 and earlier are vulnerable to a DNS rebinding SSRF attack when PHP cURL is unavailable, allowing attackers to access internal or loopback network services.</description><content:encoded><![CDATA[<p>elFinder version 2.1.69 is vulnerable to a Server-Side Request Forgery (SSRF) bypass when the PHP cURL extension is unavailable. In this scenario, elFinder falls back to using <code>fsock_get_contents()</code> for URL uploads. While the application performs an initial hostname validation to block private and loopback IP addresses, it fails to pin the validated IP address for the subsequent socket connection.</p>
<p>An attacker can exploit this by using DNS rebinding: the hostname resolves to a benign public IP address during the validation phase, but resolves to a private or loopback address when <code>fsock_get_contents()</code> initiates the actual connection. This allows an attacker to bypass security checks and force the server to issue HTTP GET requests to internal network endpoints. The response from these internal services is then saved as a file by elFinder, enabling sensitive information disclosure. This vulnerability, identified as CVE-2026-81889, represents a significant risk for deployments where PHP cURL is not active.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker prepares a malicious DNS server configured to perform DNS rebinding, returning a public IP during the first resolution and an internal/loopback IP during subsequent requests.</li>
<li>The attacker submits a URL pointing to the malicious hostname through the elFinder upload interface.</li>
<li>The elFinder <code>validate_address()</code> function resolves the hostname, receives the benign public IP, and confirms it is not in a restricted range.</li>
<li>Due to the lack of cURL, the application proceeds to the <code>fsock_get_contents()</code> fallback mechanism.</li>
<li>The fallback mechanism initiates a new connection to the original hostname, triggering a second DNS resolution.</li>
<li>The DNS server returns the internal or loopback IP address, and the server establishes a connection to the internal service.</li>
<li>The internal service processes the request and returns data to the elFinder instance.</li>
<li>elFinder saves the internal service response as a file, which the attacker then reads via the file management interface.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the disclosure of sensitive information from internal services, loopback interfaces, or private network segments reachable from the server. This can lead to the compromise of internal administrative endpoints or application data. Given the potential for unauthenticated access, the impact is rated as High, with a CVSS 3.1 score of 8.6.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Verify if elFinder is deployed in environments where PHP cURL is unavailable.</li>
<li>Prioritize upgrading elFinder to a patched version once released by the vendor.</li>
<li>Implement a temporary workaround by configuring <code>urlUploadFilter</code> to restrict or disable URL-based uploads if they are not business-critical.</li>
<li>Audit network logs for unusual outbound connections initiated by the web server process to private or loopback IP ranges.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>