Skip to main content

Xerte Online Toolkits EUVDEUVD-2026-25069

| CVE-2026-34415 CRITICAL
Incomplete List of Disallowed Inputs (CWE-184)
2026-04-22 VulnCheck
9.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
9.3 CRITICAL
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

7
Re-analysis Queued
Apr 24, 2026 - 20:22 vuln.today
cvss_changed
Analysis Generated
Apr 23, 2026 - 06:44 vuln.today
CVSS changed
Apr 22, 2026 - 19:22 NVD
9.8 (CRITICAL) 9.3 (CRITICAL)
EUVD ID Assigned
Apr 22, 2026 - 19:01 euvd
EUVD-2026-25069
Analysis Generated
Apr 22, 2026 - 19:01 vuln.today
Patch released
Apr 22, 2026 - 19:01 nvd
Patch available
CVE Published
Apr 22, 2026 - 18:33 nvd
CRITICAL 9.3

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-25069 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy