Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-53637
Published:July 09, 2026
Updated:August 27, 2026
A user opens the cart page in the browser. In the background, the order gets completed, e.g. an admin changes the status, or the user finalizes payment in another tab. The browser still displays the old cart: the LiveComponent is unaware the underlying order state has changed. If the user then: - clears the cart → "clearCart()" calls "manager->remove()" on the completed order: the order is permanently deleted from the database; - removes a product → "removeItem()" mutates an item on the completed order; - changes quantity → "saveCart()" overwrites data on the completed order. In all cases, the customer's order data is irreversibly corrupted or lost, even though the order has already been placed and paid for. The same vector can be triggered deliberately by an authenticated customer (keep the cart page open, complete checkout in another tab, then modify the "cart" to add quantity beyond what was paid for).
Affected Packages
sylius/sylius (PHP):
Affected version(s) >=v2.0.0 <v2.0.18
Fix Suggestion:
Update to version v2.0.18
sylius/sylius (PHP):
Affected version(s) >=v2.2.0 <v2.2.6
Fix Suggestion:
Update to version v2.2.6
sylius/sylius (PHP):
Affected version(s) >=v2.1.0 <v2.1.15
Fix Suggestion:
Update to version v2.1.15
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Operation on a Resource after Expiration or Release
Improper Enforcement of Behavioral Workflow