SQL Injection Vulnerability in Sixun Shanghui Group Business Management System
A SQL injection vulnerability exists in Shenzhen Sixun Software Sixun Shanghui Group Business Management System 10 in the /api/Dinner/PayConfig endpoint, where a remote attacker can manipulate the 'tableno' argument to inject arbitrary SQL commands.
A SQL injection vulnerability, tracked as CVE-2026-9544, has been identified in Shenzhen Sixun Software’s Sixun Shanghui Group Business Management System version 10. The vulnerability resides in the /api/Dinner/PayConfig endpoint and is triggered by manipulating the tableno argument. Successful exploitation allows a remote attacker to execute arbitrary SQL commands, potentially leading to unauthorized data access, modification, or deletion. The vulnerability is remotely exploitable, and a public exploit is available, increasing the risk of widespread exploitation. The vendor has not responded to disclosure attempts.
Attack Chain
- Attacker identifies an instance of Sixun Shanghui Group Business Management System 10 exposed to the internet.
- Attacker crafts a malicious HTTP request targeting the
/api/Dinner/PayConfigendpoint. - The crafted request includes a modified
tablenoparameter containing SQL injection payloads. - The application fails to properly sanitize the
tablenoinput before using it in an SQL query. - The injected SQL code is executed against the database, granting the attacker control over query execution.
- Attacker extracts sensitive information from the database, such as user credentials, financial data, or customer details.
- Alternatively, the attacker modifies database records to escalate privileges or disrupt application functionality.
Impact
Successful exploitation of this SQL injection vulnerability (CVE-2026-9544) can have severe consequences. An attacker could gain unauthorized access to sensitive business data, leading to financial loss, reputational damage, and legal liabilities. Modification or deletion of critical data could disrupt business operations and lead to system downtime. Given the lack of vendor response, organizations using the affected software are at significant risk.
Recommendation
- Apply input validation and sanitization to the
tablenoparameter in the/api/Dinner/PayConfigendpoint to prevent SQL injection attacks. - Deploy the Sigma rule
Detect CVE-2026-9544 Exploitation - Sixun Shanghui SQL Injectionto identify attempts to exploit this vulnerability via web server logs. - Implement a web application firewall (WAF) with rules to block common SQL injection payloads targeting the
/api/Dinner/PayConfigendpoint. - Regularly monitor web server logs for suspicious activity, including requests with unusual characters or SQL keywords in the
tablenoparameter. - Apply the Sigma rule
Detect Suspicious HTTP POST Request to Dinner PayConfig APIto detect possible exploitation attempts.
Detection coverage 2
Detect CVE-2026-9544 Exploitation - Sixun Shanghui SQL Injection
highDetects CVE-2026-9544 exploitation - SQL injection attempts in the /api/Dinner/PayConfig endpoint by looking for SQL keywords in the tableno parameter
Detect Suspicious HTTP POST Request to Dinner PayConfig API
mediumDetects suspicious HTTP POST requests to the /api/Dinner/PayConfig API endpoint, which might indicate an exploitation attempt of CVE-2026-9544
Detection queries are available on the platform. Get full rules →