๐Ÿ” CVE Alert

CVE-2026-81889

HIGH 8.6

elFinder: SSRF protection bypass via DNS rebinding in the `fsock_get_contents()` fallback

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-918
Vendor studio-42
Product elfinder
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for studio-42 elfinder

Be the first to know when new high vulnerabilities affecting studio-42 elfinder are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Studio-42 / elFinder
< 2.1.70

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Studio-42/elFinder/security/advisories/GHSA-8x3q-jpjh-qh5c github.com: https://github.com/Studio-42/elFinder/commit/191372c1bbebbd36fb55af79a84b9984861390ff github.com: https://github.com/Studio-42/elFinder/commit/6d997386cd0f1abab4706c220b46b0aea0ecff51 github.com: https://github.com/Studio-42/elFinder/releases/tag/2.1.70