Vulnerability Description
elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Prior to 2.1.70, checkExtractItems() in php/elFinderVolumeDriver.class.php calls mimetypeInternalDetect() without passing the result through mimeTypeNormalize(). Because the .phtml, .phar, .php5, and .php3 extensions are absent from mime.types, the staticMimeMap entries that map them to text/x-php are not applied, and allowPutMime() permits extraction even when uploadDeny blocks text/x-php. An attacker with ZIP upload permission can extract PHP-executable files into a web-accessible files/ directory and achieve remote code execution when the server executes those extensions. This issue is fixed in version 2.1.70.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Studio-42/elFinder/commit/191372c1bbebbd36fb55af79a84b9984861
- https://github.com/Studio-42/elFinder/commit/dd73e702820c146a192969800ee674ecdb2
- https://github.com/Studio-42/elFinder/releases/tag/2.1.70
- https://github.com/Studio-42/elFinder/security/advisories/GHSA-gxmj-r5rf-ggwq
FAQ
What is CVE-2026-81891?
CVE-2026-81891 is a vulnerability with a CVSS score of 8.1 (HIGH). elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Prior to 2.1.70, checkExtractItems() in php/elFinderVolumeDriver.class.php calls mimetypeInternalDetect() withou...
How severe is CVE-2026-81891?
CVE-2026-81891 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-81891?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.