CVE-2026-81889
Last modified
CVE-2026-81889 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. 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.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Studio-42 | elFinder | < 2.1.70 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81889?
How severe is CVE-2026-81889?
How do I fix CVE-2026-81889?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81853Authorization Bypass Through User-Controlled Key vulnerabili…2.3
- CVE-2026-8186A vulnerability was detected in Open5GS up to 2.7.7. This af…7.5
- CVE-2026-8187A flaw has been found in Open5GS up to 2.7.7. This impacts t…7.5
- CVE-2026-8188A vulnerability has been found in Wavlink NU516U1 M16U1_V240…8.8
- CVE-2026-81887Livewire is a full-stack framework for Laravel. From 3.0.0-b…5.1
- CVE-2026-81888@hono/oauth-providers is Authentication middleware for Hono.…5.4
- CVE-2026-8189A vulnerability was found in Wavlink NU516U1 M16U1_V240425. …8.8
- CVE-2026-81890elFinder is an open-source file manager for web, written in …5.4
- CVE-2026-81891elFinder is an open-source file manager for web, written in …8.1
- CVE-2026-81892EasyAdmin is a fast and modern admin generator for Symfony a…8.1
- CVE-2026-81893A flaw was found in gdk-pixbuf. When loading a specially cra…4.7
- CVE-2026-8190A vulnerability was determined in Wavlink NU516U1 M16U1_V240…8.8
Are you affected by CVE-2026-81889?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
