CVE-2026-7389 Details
Description
A security vulnerability has been detected in EyouCMS up to 1.7.9. The affected element is the function GetSortData of the file application/common.php. The manipulation of the argument sort_asc leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in EyouCMS versions through 1.7.9. The issue arises in the 'GetSortData' function within 'application/common.php', where the 'sort_asc' parameter is improperly validated before being appended to the SQL 'ORDER BY' clause. This flaw allows remote, unauthenticated attackers to manipulate the sorting parameter and execute arbitrary SQL commands, potentially leading to database information disclosure, including admin credentials.
A pull request is available that adds whitelist validation for the 'sort_asc' parameter to prevent SQL injection. This pull request can be found in the EyouCMS repository on Gitee.
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 29, 2026CISA-ADP
Assessed Apr 29, 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://gitee.com/weng_xianhu/eyoucms/issues/IILFPE | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/803103 | [email protected] | Permission Required |
| https://vuldb.com/vuln/360114 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/360114/cti | [email protected] | AdvisoryPermission Required |
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 |
|---|---|
| EyouCMS | <= 1.7.9 (semver) |
CPE
Remediation
| |
Change History
3 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 | New CVE Received | [email protected] |
Volerion