CVE-2026-34415
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedXerte 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceXerte Online Toolkits versions 3.15 and earlier have an incomplete input validation vulnerability in the elFinder connector endpoint. The regex pattern used to block executable PHP extensions fails to include .php4, allowing attackers to bypass the filter. Combined with separate authentication bypass and path traversal flaws, unauthenticated attackers can upload malicious PHP code, rename it with a .php4 extension, and achieve remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Xerte Online Toolkits installation and versionCheck the version.php or version file in the Xerte installation directory, or look at the login page footer which typically displays the version numberAffected if The installed version is 3.15 or any version earlier than the patched release
-
Locate and inspect the elFinder connector configurationFind the elFinder connector PHP file (typically connector.php or similar in a modules/elfinder or libraries/elfinder path) and examine the file extension validation regex pattern used for uploadsAffected if The regex pattern allows .php4 extensions or does not explicitly block executable PHP-related extensions (.php, .php4, .php5, .phtml, etc.)
-
Verify elFinder connector is exposed without authenticationAttempt to access the elFinder connector endpoint directly without logging in, or inspect the authentication checks in the connector code to determine if unauthenticated access is possibleAffected if The elFinder connector endpoint is accessible without valid authentication
-
Check for path traversal protection in file operationsReview the elFinder connector code for path traversal safeguards when handling file move/rename operations, particularly looking for proper validation of user-supplied pathsAffected if The connector lacks proper path traversal validation allowing attackers to manipulate file paths outside intended directories
-
Determine if file rename functionality is available to unauthenticated usersTest or audit whether the elFinder API permits file rename operations without authentication, or examine the permissions configurationAffected if Unauthenticated users can rename uploaded files to executable extensions like .php4
A defender is affected if Xerte Online Toolkits version 3.15 or earlier is running with the elFinder connector exposed and the extension validation regex does not block .php4 and other PHP variants.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply vendor patches when available and immediately restrict or disable the elFinder connector endpoint until the regex pattern is corrected to block all executable PHP variants (.php, .php4, .php5, .phtml, etc.), alongside remediating the authentication bypass and path traversal vulnerabilities.
Upgrade to Xerte Online Toolkits version greater than 3.15 when released
- Review the vendor patch at https://github.com/thexerteproject/xerteonlinetoolkits/commit/02661be88cc369325ea01b508086bde7fbfec805 to understand the regex correction for blocking .php4 extensions
- Apply the patch to the elFinder connector endpoint in the Xerte Online Toolkits installation
- Verify that .php4 files can no longer be uploaded through the elFinder connector
- Confirm the authentication bypass and path traversal components are also addressed if the patch covers those vulnerabilities
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-34415 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-34415 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data