CVE-2026-82922
7.3ShopEx · ECShop
ShopEx ECShop is vulnerable to remote SQL injection via the flow_update_cart function in /flow.php, allowing unauthenticated attackers to manipulate the rec_id argument.
Executive summary
An unauthenticated SQL injection vulnerability in ShopEx ECShop versions 2.5.0 and 2.5.1 poses a significant risk of unauthorized database interaction.
Vulnerability
This is an SQL injection vulnerability (CWE-89) located in the flow_update_cart function within the /flow.php script. An unauthenticated remote attacker can inject malicious SQL commands by manipulating the rec_id parameter.
Business impact
Successful exploitation allows an attacker to interact directly with the backend database, potentially leading to the unauthorized disclosure, modification, or deletion of sensitive e-commerce data. Given the CVSS score of 7.3, this high-severity flaw could lead to significant data breaches and compromise the integrity of the application.
Remediation
Immediate Action: As no official patch is available from the vendor, restrict access to the /flow.php endpoint at the network or web server level.
Proactive Monitoring: Monitor web server access logs for suspicious input patterns in the rec_id parameter and query strings containing SQL syntax.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection attempts against the /flow.php endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up provided in the vulnerability references.
Analyst recommendation
Due to the lack of an official vendor patch and the presence of a public proof-of-concept, users of ShopEx ECShop must treat this vulnerability as a high priority. Administrators should implement strict access controls or WAF rules to sanitize the affected parameter immediately to prevent potential database compromise.
More ShopEx CVEs
History
- Disclosed CVE record published
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by hubdk01 (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-397302 | ShopEx ECShop flow.php flow_update_cart sql injection Vulnerability database entry
- VDB-397302 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-82922 | CVE Analysis and Report Third-party advisory
- Submit #879242 | ShopEx Software Co., Ltd ECShop v2.5.1 Command Injection Third-party advisory
- Exploit / PoC