PoC Index82,564 CVEs with PoCs

CVE-2026-81891

elFinder: ZIP extraction bypasses uploadDeny MIME filter allowing PHP file upload (RCE)

HIGH 8.1EPSS 0.5%

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.

Affected
Studio-42 · elFinder
CVSS v3.1 GITHUB
8.1 HIGHCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS
0.53% chance of exploitation in the next 30 days, 43rd percentile
Published
2026-08-31
Updated
2026-09-01

Proof-of-concept exploits (1)

References