CVE-2026-51077
Deferred Deferred - Pending Action

SQL Injection in Dede CMS

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

Publication date: 2026-07-27

Last updated on: 2026-07-28

Assigner: MITRE

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-28
Generated
2026-08-17
AI Q&A
2026-07-28
EPSS Evaluated
2026-08-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dedecms dede_cms 5.7.118

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in Dede CMS version 5.7.118. It allows a remote attacker to send malicious SQL queries through the sqlquery parameter in the sys_sql_query.php file. This can lead to unauthorized access to sensitive database information.

Detection Guidance

To detect this SQL injection vulnerability in Dede CMS v5.7.118, inspect network traffic for requests to sys_sql_query.php with the sqlquery parameter. Look for suspicious inputs like quotes or SQL keywords in the parameter value. Check server logs for unusual database queries or errors.

Impact Analysis

If exploited, this vulnerability could allow attackers to extract sensitive data from the database, such as user credentials, personal information, or other confidential details. It may also enable unauthorized modifications to the database or compromise the entire system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if sensitive personal or health data is exposed. Organizations may face legal penalties, fines, or reputational damage due to data breaches resulting from this flaw.

Mitigation Strategies

Immediately update Dede CMS to the latest version. If an update is unavailable, restrict access to sys_sql_query.php via firewall rules. Implement input validation for the sqlquery parameter and use prepared statements in database queries to prevent SQL injection.

Chat Assistant

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

EPSS Chart