Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulnCheck) · only source for this CVE.
CVSS VectorVendor: VulnCheck
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
7DescriptionCVE.org
Xerte Online Toolkits versions 3.15 and earlier contain an incomplete input validation vulnerability in the elFinder connector endpoint that fails to block PHP-executable extensions .php4 due to an incorrect regex pattern. Unauthenticated attackers can exploit this flaw combined with authentication bypass and path traversal vulnerabilities to upload malicious PHP code, rename it with a .php4 extension, and execute arbitrary operating system commands on the server.
AnalysisAI
Remote code execution in Xerte Online Toolkits 3.15 and earlier allows unauthenticated attackers to upload and execute arbitrary PHP code by chaining an incomplete file extension filter bypass (.php4 extension) with authentication bypass and path traversal vulnerabilities in the elFinder connector endpoint. Attackers can achieve complete server compromise by uploading malicious PHP files, renaming them with the .php4 extension to evade filtering, and executing operating system commands. Vendor-released patches available via three GitHub commits (02661be, 17e4f94, 507d55c). No public exploit code or active exploitation confirmed at time of analysis, though the attack chain is straightforward for skilled attackers.
Technical ContextAI
This vulnerability affects the elFinder file manager connector integration in Xerte Online Toolkits, an open-source e-learning authoring platform. The root cause is CWE-184 (Incomplete List of Disallowed Inputs), where the input validation regex pattern fails to block legacy PHP extensions like .php4, .php5, and .phtml that Apache and other web servers may still execute as PHP code. The elFinder connector is a server-side component that handles file upload, rename, and management operations. When combined with authentication bypass flaws (allowing unauthenticated access to the connector) and path traversal issues (enabling file placement in web-accessible directories), attackers can bypass the incomplete extension filter by uploading a file with a safe extension, then renaming it to .php4 post-upload. The affected product CPE (cpe:2.3:a:thexerteproject:xerteonlinetoolkits) confirms this impacts the main Xerte Online Toolkits application across versions 3.15 and earlier.
RemediationAI
Immediately upgrade to Xerte Online Toolkits version incorporating all three security patches (commits 02661be, 17e4f94, 507d55c available at https://github.com/thexerteproject/xerteonlinetoolkits). While no specific post-3.15 version number is confirmed in available data, the patches address the incomplete regex validation, authentication bypass, and path traversal components of the exploit chain. Download patched releases from https://xerte.org.uk/index.php/en/downloads-1/category/3-xerte-online-toolkits and verify commit hashes match the security fixes. If immediate patching is impossible, implement these compensating controls with noted trade-offs: (1) Block all external access to /elfinder/connectors/ paths via web server or firewall rules - this breaks file upload functionality for legitimate users but prevents unauthenticated exploitation; (2) Configure Apache/PHP-FPM to explicitly deny execution of .php4, .php5, and .phtml extensions via AddHandler directives or php_admin_flag engine off for these extensions - this mitigates RCE but does not address the underlying auth bypass or path traversal; (3) Restrict Xerte installation to internal networks only with VPN-enforced access - reduces attack surface but does not eliminate risk from insider threats or compromised internal systems. After patching, audit server directories for suspicious .php4/.php5 files uploaded during the vulnerability window and review web server access logs for POST requests to elfinder connector endpoints from unexpected sources.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-184 – Incomplete List of Disallowed Inputs
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25069