CVE-2026-82922
Received Received - Intake

SQL Injection in ShopEx ECShop

Vulnerability report for CVE-2026-82922, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A security vulnerability has been detected in ShopEx ECShop up to 2.5.1. This vulnerability affects the function flow_update_cart of the file /flow.php?step=update_cart. The manipulation of the argument rec_id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
shopex ecshop to 2.5.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in ShopEx ECShop versions up to 2.5.1. It exists in the flow_update_cart function of the file /flow.php when the step parameter is set to update_cart. An attacker can manipulate the rec_id argument to inject malicious SQL code, allowing unauthorized database access or manipulation.

Detection Guidance

To detect this SQL injection vulnerability in ShopEx ECShop, inspect network traffic for requests to /flow.php with step=update_cart and rec_id parameter. Look for unusual SQL syntax in logs or payloads. Test with crafted inputs like rec_id=1' OR '1'='1 to check for injection. Ensure your WAF or IDS rules flag suspicious SQL patterns in these requests.

Impact Analysis

If exploited, this vulnerability could allow attackers to read, modify, or delete sensitive data from the database, such as customer information, orders, or payment details. It may also enable unauthorized administrative access or complete system compromise depending on database permissions.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately update ShopEx ECShop to the latest version beyond 2.5.1 to patch the SQL injection vulnerability in flow_update_cart. If an update is unavailable, disable the affected function or restrict access to /flow.php?step=update_cart until a fix is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82922. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart