Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-81889— elFinder: SSRF protection bypass via DNS rebinding in the `fsock_get_contents()` fallback

Quick assessment

Affected
Studio-42 elFinder
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

elFinder 是一个基于 JavaScript 和 jQuery UI 编写的开源 Web 文件管理器。在 2.1.70 版本之前,elFinder 在 中的 URL 上传功能在 PHP cURL 不可用时,可能绕过服务端请求伪造(SSRF)防护。原因是 验证的是 ,而 在 cURL 不可用时选择使用 ,该函数会连接 并执行第二次 DNS 解析。能够提交 URL 上传的攻击者可以利用 DNS 重绑定(DNS Rebinding)使第一次解析返回一个公网地址,而实际连接时的解析返回回环地址或私有地址,从而将内部

CVSS 8.6 · High
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-81889

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
elFinder: SSRF protection bypass via DNS rebinding in the `fsock_get_contents()` fallback
Source: CVE Program / CVE List V5
Vulnerability Description
elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Prior to 2.1.70, elFinder URL uploads in php/elFinder.class.php can bypass server-side request forgery protections when PHP cURL is unavailable because validate_address() validates $info['ip'], but get_remote_contents() selects fsock_get_contents(), which connects to $arr['host'] and performs a second DNS resolution. An attacker able to submit a URL upload can use DNS rebinding to have the first resolution return a public address and the connection resolution return a loopback or private address, causing the internal HTTP response body to be stored as an uploaded file and made readable through elFinder. After a successful fetch, get_headers($url, true) separately requests the original hostname without reusing the validated and pinned connection, creating an additional blind server-side request forgery path even when curl_get_contents() is selected. This issue is fixed in version 2.1.70.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Studio-42 elFinder < 2.1.70 -

II. Public POCs for CVE-2026-81889

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-81889

登录查看更多情报信息。

Other References for CVE-2026-81889 (4)

Same Patch Batch · Studio-42 · 2026-08-31 · 3 CVEs total

CVE-2026-81891 8.1 HIGH elFinder: ZIP extraction bypasses uploadDeny MIME filter allowing PHP file upload (RCE)
CVE-2026-81890 5.4 MEDIUM elFinder: CSRF in netmount allows forced FTP mounts and server-side FTP connections

IV. Related Vulnerabilities

V. Comments for CVE-2026-81889

No comments yet


Leave a comment