CVE-2026-6978 Details
Description
A vulnerability was detected in JiZhiCMS up to 2.5.6. The impacted element is the function htmlspecialchars_decode of the file /index.php/admins/Sys/addcache.html. The manipulation of the argument sqls results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
A SQL injection vulnerability has been identified in JiZhiCMS versions through 2.5.6. The issue arises in the addcache.html file within the admin Sys directory, where user input is decoded using the htmlspecialchars_decode function. This decoded input is then directly appended to SQL queries, creating an opportunity for SQL injection attacks. The vulnerability can be exploited remotely, and a public exploit is available.
It is recommended to use prepared statements for database queries to prevent SQL injection vulnerabilities. The vulnerable code can be replaced with a version that uses prepared statements, ensuring that user input is properly sanitized and not directly concatenated into SQL queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 25, 2026CISA-ADP
Assessed Apr 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/qingyun985/Cyber-Security/issues/4 | [email protected] | ExploitIssue TrackingRemedy |
| https://vuldb.com/submit/795348 | [email protected] | Technical Description |
| https://vuldb.com/vuln/359521 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/359521/cti | [email protected] |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| JiZhiCMS | >= 2.5.0, <= 2.5.6 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 25, 2026 | New CVE Received | [email protected] |
Volerion