CVE-2026-25993 CRITICAL

CVE-2026-25993: EverShop has a Second-Order SQL Injection in URL Rewrite Processing Derived from Category URL Keys

Vendor Evershopcommerce
Product evershop
Weakness CWE-89 · SQLi
Published February 10, 2026
Last update February 10, 2026

CVSS base score

9.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 10, 2026 CVE published
February 10, 2026 Record updated