Description
A vulnerability has been found in DedeCMS up to 5.7.118 UTF8SP2. The affected element is the function _4_Setup of the file install/index.php of the component Installation Wizard. Such manipulation leads to file inclusion. The attack can be executed remotely. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been disclosed to the public and may be used.
Published: 2026-08-09
Score: 2.3 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability in DedeCMS's installation wizard allows remote file inclusion due to uncontrolled use of the _4_Setup function in install/index.php. The flaw arises from a user‑controlled input that is directly passed to an include operation, enabling an attacker to supply a path to an arbitrary file or remote URL. Successful exploitation would let a compromised attacker read or execute files on the web server, potentially revealing sensitive configuration data or executing arbitrary code, with the goal of compromising the application or gaining further access. The weakness corresponds to CWE‑73, which describes unsafe inclusion of external files.

Affected Systems

The affected product is DedeCMS, versions up to and including 5.7.118 UTF8SP2. No specific vendor sub‑products are listed. The vulnerability resides in the installation component available to all users who have access to the installation wizard. If the system remains compromised, any end‑user with web access is at risk.

Risk and Exploitability

The CVSS score of 2.3 classifies this as low severity. Because no EPSS score is available, the current known exploitation probability is unknown, but the flaw has been publicly disclosed and could be used by an attacker with access to the installation wizard. The vulnerability is not listed in CISA KEV, yet public exploits have been reported. The attack vector is remote and requires the attacker to interact with the installation interface. Due to the absence of a proper mitigation in the component, this weakness could facilitate an attacker to include arbitrary content, which might lead to code execution or information disclosure on the server.

Generated by OpenCVE AI on August 9, 2026 at 15:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest DedeCMS patch that addresses the _4_Setup function in install/index.php (upgrade to 5.7.119 or newer).
  • If upgrading is not immediately possible, disable or remove the installation wizard directory from the web root to prevent remote access to install/index.php.
  • Configure PHP to disable remote file inclusion by setting allow_url_include to Off or by restricting the include path to trusted local directories.

Generated by OpenCVE AI on August 9, 2026 at 15:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in DedeCMS up to 5.7.118 UTF8SP2. The affected element is the function _4_Setup of the file install/index.php of the component Installation Wizard. Such manipulation leads to file inclusion. The attack can be executed remotely. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been disclosed to the public and may be used.
Title DedeCMS Installation Wizard index.php _4_Setup file inclusion
First Time appeared Dedecms
Dedecms dedecms
Weaknesses CWE-73
CPEs cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*
Vendors & Products Dedecms
Dedecms dedecms
References
Metrics cvssV2_0

{'score': 4.6, 'vector': 'AV:N/AC:H/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T12:45:08.195Z

Reserved: 2026-08-08T17:39:05.274Z

Link: CVE-2026-19353

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T15:15:03Z

Weaknesses
  • CWE-73

    External Control of File Name or Path