Remote SQL Injection Vulnerability in DeDeCMS
DeDeCMS version 53_1_UTF8 is vulnerable to a remote SQL injection attack via the 'sql' argument in /plus/advancedsearch.php, for which public exploit code is available.
CVE search metadata
CVE search record: CVE-2026-76783. Severity: high. CVSS: 7.3. KEV: no. Product: DeDeCMS 53_1_UTF8. Brief: Remote SQL Injection Vulnerability in DeDeCMS. Brief link: https://feed.craftedsignal.io/briefs/2026-08-dedecms-sqli/
A remote SQL injection vulnerability (CVE-2026-76783) has been identified in DeDeCMS version 53_1_UTF8. The flaw resides within the /plus/advancedsearch.php file, where the 'sql' argument is insufficiently sanitized before being processed in a backend database query. This vulnerability allows remote, unauthenticated attackers to inject and execute arbitrary SQL commands against the underlying database. The vulnerability has been disclosed publicly, and functional exploit code is available, increasing the risk of exploitation by malicious actors targeting this specific version of the CMS.
Impact
Successful exploitation allows remote attackers to execute arbitrary SQL queries, which may result in unauthorized data exfiltration, database manipulation, or complete compromise of the application data. The vulnerability is rated with a CVSS v3.1 score of 7.3, reflecting its potential for impact on Confidentiality, Integrity, and Availability.
Recommendation
- Immediately audit web server logs for requests targeting '/plus/advancedsearch.php' containing suspicious SQL syntax within the 'sql' parameter.
- Review the application code for the vulnerable '/plus/advancedsearch.php' script and implement parameterized queries to neutralize the SQL injection vector.
- Deploy the Sigma rule provided in this brief to monitor for exploitation attempts against this endpoint.
Immediate actions
Deploy the SQL injection detection rule to web application monitoring
Mitigations
Disable access to /plus/advancedsearch.php if not required or implement WAF filtering for the 'sql' parameter
CVE-2026-76783
Detection coverage 1
Detect CVE-2026-76783 - SQL Injection in DeDeCMS
highDetects exploitation attempts against the /plus/advancedsearch.php endpoint by searching for SQL injection keywords in the 'sql' parameter.
Detection queries are available on the platform. Get full rules →