CVE-2026-53638
Published:July 09, 2026
Updated:August 27, 2026
An authorization bypass vulnerability exists in the shop account API. The "PATCH /api/v2/shop/account/orders/{tokenValue}/payments/{paymentId}" endpoint, used by an authenticated shop customer to change the payment method of an order that has been placed but not yet paid (state "STATE_NEW"), does not validate that the chosen payment method is enabled for the order's channel. The equivalent checkout endpoint ("PATCH /api/v2/shop/orders/{tokenValue}/payments/{paymentId}") correctly rejects out-of-channel payment methods with "HTTP 422"; the account endpoint silently accepts them and returns "HTTP 200". An authenticated customer can therefore assign any globally enabled payment method to their own placed order, including methods that the store operator has explicitly excluded from that channel.
Affected Packages
sylius/sylius (PHP):
Affected version(s) >=v2.1.0 <v2.1.15Fix Suggestion:
Update to version v2.1.15sylius/sylius (PHP):
Affected version(s) >=v2.0.0 <v2.0.18Fix Suggestion:
Update to version v2.0.18sylius/sylius (PHP):
Affected version(s) >=v2.2.0 <v2.2.6Fix Suggestion:
Update to version v2.2.6Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Incorrect Authorization