EverShop is a TypeScript-first eCommerce platform. During category update and deletion event handling, the application embeds
path / request_path values—derived from the url_key stored in the database—into SQL statements via string concatenation and passes them to execute(). As a result, if a malicious string is stored in url_key , subsequent event processing modifies and executes the SQL statement, leading to a second-order SQL injection. Patched from v2.1.1.
References
Configurations
History
23 Feb 2026, 18:03
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Evershop evershop
Evershop |
|
| References | () http://github.com/evershopcommerce/evershop/commit/5c5bdf2c1ad5d16ae68e9e48b494563953b6d1cd - Patch | |
| References | () https://github.com/evershopcommerce/evershop/security/advisories/GHSA-3h84-9rhc-j2ch - Vendor Advisory | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
| Summary |
|
|
| CPE | cpe:2.3:a:evershop:evershop:*:*:*:*:*:node.js:*:* |
10 Feb 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-10 18:16
Updated : 2026-02-23 18:03
NVD link : CVE-2026-25993
Mitre link : CVE-2026-25993
CVE.ORG link : CVE-2026-25993
JSON object : View
Products Affected
evershop
- evershop
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
