CVE-2026-14261
Received Received - Intake

Authentication Bypass and RCE in Xerte Online Tools

Vulnerability report for CVE-2026-14261, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: CERT/CC

Description

A vulnerability in the Xerte Online Tools allows for authentication bypass and remote code execution via reinstallation through the /setup/ folder, enabling attackers to reinstall the service to a remote database they control.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-09
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
thexerteproject xerte_online_toolkits *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in Xerte Online Tools allows an attacker to bypass authentication and execute remote code by exploiting the reinstallation process through the /setup/ folder.

This means an attacker can reinstall the service and redirect it to use a remote database under their control, potentially taking over the application.

Compliance Impact

The vulnerability in Xerte Online Tools allows attackers to bypass authentication and execute remote code by reinstalling the service through the /setup/ folder, potentially enabling unauthorized access to sensitive data.

Such unauthorized access and remote code execution could lead to data breaches or manipulation, which may violate data protection regulations like GDPR or HIPAA that require strict controls over access to personal and sensitive information.

Therefore, this vulnerability poses a significant risk to compliance with these standards, as it undermines the confidentiality and integrity of data handled by the affected software.

Impact Analysis

This vulnerability can lead to unauthorized access and control over the Xerte Online Tools application.

An attacker could execute arbitrary code remotely and redirect the service to a malicious database, potentially compromising data integrity and confidentiality.

It may also allow attackers to overwrite files on the public-facing web server, causing denial of service or further exploitation.

Detection Guidance

The vulnerability is related to the presence of the /setup/ directory in the Xerte Online Toolkits installation, which allows attackers to reinstall the service and potentially execute remote code.

To detect this vulnerability on your system, you should check if the /setup/ folder still exists on your web server.

  • Use a command like `ls -la /path/to/xerte/setup` on the server to see if the setup directory is present.
  • You can also try accessing the setup URL in a browser or via curl, e.g., `curl -I http://yourserver/xerte/setup/` to check if the setup page is accessible.

If the setup folder is accessible, the system is vulnerable to this issue.

Mitigation Strategies

The immediate mitigation step is to remove the /setup/ directory from your Xerte Online Toolkits installation after the initial setup is complete.

The project provides a script named remove_setup.php that can be used to recursively delete the setup folder and its contents.

  • Run the remove_setup.php script provided by the software to safely delete the /setup/ directory.
  • Alternatively, manually delete the /setup/ folder from the server using a command like `rm -rf /path/to/xerte/setup`.

Additionally, ensure that the setup page is not accessible by verifying the removal and consider updating to the latest version where this fix is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14261. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart