Description
A security vulnerability has been detected in DeDeCMS 53_1_UTF8. This vulnerability affects unknown code of the file /plus/advancedsearch.php. Such manipulation of the argument sql leads to sql injection. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.
Published: 2026-08-20
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in DeDeCMS 53_1_UTF8 within the endpoint '/plus/advancedsearch.php' and allows attackers to manipulate the sql argument to inject arbitrary SQL through improper input handling, as indicated by CWE-74 and CWE-89. The flaw does not require local access or advanced privileges; an attacker can supply crafted input from the internet to gain database access and potentially extract or modify sensitive data.

Affected Systems

Systems running DeDeCMS 53_1_UTF8 are impacted. The specific code in the advancedsearch.php file is responsible for the vulnerability. No other product versions are mentioned as affected, but any deployment that includes the vulnerable file should be inspected.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity. The EPSS score is not available, providing no quantitative exploitation likelihood, yet the fact that the exploit is publicly disclosed and can be launched remotely raises concern. The vulnerability is not listed in CISA’s KEV catalog, but the remote nature of the attack, combined with the absence of an immediate authentication requirement, makes it suitable for automated attacks.

Generated by OpenCVE AI on August 20, 2026 at 07:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DeDeCMS to a version that omits the vulnerable advancedsearch.php code or apply the vendor’s patch once it is released.
  • If no patch is available, restrict access to the advancedsearch.php endpoint to trusted IP ranges or authenticated users only, and block or monitor suspicious SQL patterns in incoming requests.
  • Enforce proper parameterized queries or stored procedures for all database interactions in the application, and limit database privileges to the minimum required by the CMS.
  • Audit database logs for unauthorized queries and investigate any anomalies promptly.

Generated by OpenCVE AI on August 20, 2026 at 07:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 20 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in DeDeCMS 53_1_UTF8. This vulnerability affects unknown code of the file /plus/advancedsearch.php. Such manipulation of the argument sql leads to sql injection. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.
Title DeDeCMS advancedsearch.php sql injection
First Time appeared Dedecms
Dedecms dedecms
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*
Vendors & Products Dedecms
Dedecms dedecms
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-20T18:03:39.900Z

Reserved: 2026-08-19T17:26:04.128Z

Link: CVE-2026-76783

cve-icon Vulnrichment

Updated: 2026-08-20T18:03:36.475Z

cve-icon NVD

Status : Deferred

Published: 2026-08-20T01:16:53.923

Modified: 2026-08-20T18:16:52.177

Link: CVE-2026-76783

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T08:00:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')