CVE-2026-67689 Details
Description
SQL Injection vulnerability in FineAdmin V1.0 allows a remote attacker to execute arbitrary code via the `field` and `order` parameters in paginated list endpoints
A SQL injection vulnerability has been identified in FineAdmin version 1.0. This issue allows remote attackers to execute arbitrary code by manipulating the 'field' and 'order' parameters in paginated list endpoints. The vulnerability arises because the 'BaseService.GetListByFilter()' and 'GetPageUnite()' methods concatenate these parameters into the ORDER BY clause without proper validation or sanitization. In MySQL, this type of injection can be exploited using functions like EXTRACTVALUE() and UPDATEXML(), leading to error-based or time-based blind injection.
To address this vulnerability, implement strict whitelist validation for the 'field' and 'order' parameters. Only allow predefined values and ensure that any input is properly sanitized before being 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 Aug 6, 2026CISA-ADP
Assessed Aug 7, 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/qflksheep/FineAdmin.Mvc-ORDER-BY-Clause-SQL-Injection/blob/main/README.md | CISA-ADP | ExploitRemedyTechnical Description |
| https://github.com/qflksheep/CVE-2026-67689-FineAdmin.Mvc-vulnerability/blob/main/CVE-2026-67689-ORDER%20BY%20Clause%20SQL%20Injection | [email protected] | ExploitTechnical Description |
| https://github.com/qflksheep/FineAdmin.Mvc-ORDER-BY-Clause-SQL-Injection/blob/main/README.md | [email protected] | ExploitRemedyTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| FineAdmin.Mvc | <= 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 7, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |
Volerion