Description
SQL injection vulnerability in Dede CMS v.5.7.118 allows a remote attacker to obtain sensitive information via the sqlquery parameter of the sys_sql_query.php component
Published: 2026-07-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SQL injection vulnerability in Dede CMS version 5.7.118 allows a remote attacker to execute arbitrary SQL through the sqlquery parameter in the sys_sql_query.php component. The flaw can lead to disclosure of sensitive database contents, including user credentials, configuration details, or other confidential data. This is a classic input‑validation weakness described by CWE‑89, compromising application confidentiality.

Affected Systems

The vulnerability exists in Dede CMS version 5.7.118. The impacted component is sys_sql_query.php. No other versions are mentioned in the available information.

Risk and Exploitability

The attack can be performed remotely by sending a crafted HTTP request with a malicious sqlquery value to the sys_sql_query.php endpoint. The EPSS score of <1% shows a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that successful exploitation requires the PHP code to have database access permissions; if such permissions are absent, the attack would fail. Administrators should understand that an attacker could retrieve arbitrary data from the underlying MySQL database if sufficient privileges are granted to the application.

Generated by OpenCVE AI on August 12, 2026 at 05:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dede CMS to the latest release that addresses the SQL injection issue, or apply the vendor‑issued security patch if available.
  • Temporarily disable or restrict access to sys_sql_query.php so that it cannot be invoked by arbitrary users.
  • Sanitize all input to the sqlquery parameter by using prepared statements or parameterized queries, and enforce input validation to reject malicious SQL patterns.

Generated by OpenCVE AI on August 12, 2026 at 05:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Title SQL Injection via sqlquery Parameter in Dede CMS 5.7.118 Allows Sensitive Data Access

Tue, 04 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in Dede CMS 5.7.118 via sys_sql_query.php
Weaknesses CWE-89

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in Dede CMS 5.7.118 via sys_sql_query.php
Weaknesses CWE-89

Tue, 28 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
First Time appeared Dedecms
Dedecms dedecms
Vendors & Products Dedecms
Dedecms dedecms

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Description SQL injection vulnerability in Dede CMS v.5.7.118 allows a remote attacker to obtain sensitive information via the sqlquery parameter of the sys_sql_query.php component
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-28T14:55:20.561Z

Reserved: 2026-06-07T00:00:00.000Z

Link: CVE-2026-51077

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-07-27T22:17:30.570

Modified: 2026-07-28T16:23:19.783

Link: CVE-2026-51077

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T05:30:17Z

Weaknesses
  • CWE-89

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