CVE-2026-53639 Details
Description
Sylius is an Open Source eCommerce Framework on Symfony. Starting in version 2.0.0 and prior to version 2.0.18, 2.1.15, and 2.2.6, the `GET /api/v2/shop/payment-requests/{hash}` and `PUT /api/v2/shop/payment-requests/{hash}` endpoints look up the payment request solely by the hash from the URL. No ownership check is performed against the authenticated customer or the underlying order. An attacker who obtains a payment request hash can read the payment request and, through the `payment` IRI in the response, recover the underlying order's `tokenValue` (which itself grants access to the full order, items, addresses, customer email, totals); and/or update the payment request payload (e.g. `target_path`, `after_path`). These fields are used by the front-end controller to redirect the user after the payment, so an attacker can flip them to an attacker-controlled URL and intercept the buyer. The hash is a UUID, so it has to be obtained out-of-band (logs, shared links, referrer headers, a co-located client), but once it is known no other credential is required, neither authentication nor knowledge of the order token. The creation endpoint `POST /api/v2/shop/orders/{tokenValue}/payment-requests` shares the same flaw: it resolves the target order solely from the `tokenValue` in the URL without verifying that the caller owns the order. The issue is fixed in versions 2.0.18, 2.1.15, and 2.2.6. As a workaround, add a query extension that filters the `GET` operation; decorate the `PUT` state provider, guard the `POST` creation endpoint with a command-bus middleware, and wire the services.
An Insecure Direct Object Reference (IDOR) vulnerability has been identified in the Sylius eCommerce framework, specifically in versions 2.0.0 prior to 2.0.18, 2.1.0 prior to 2.1.15, and 2.2.0 prior to 2.2.6. The vulnerability exists in the 'GET' and 'PUT' endpoints for payment requests, where the payment request is retrieved or updated based solely on the hash provided in the URL. This implementation lacks proper ownership verification against the authenticated customer or the associated order. As a result, an attacker who acquires a payment request hash can access sensitive order information or manipulate the payment request payload. The issue also extends to the 'POST' endpoint for creating payment requests, which similarly fails to verify order ownership before processing the request.
Users can upgrade to Sylius versions 2.0.18, 2.1.15, or 2.2.6 to address this vulnerability. As an alternative, the following workaround can be applied: Implement a query extension to filter the 'GET' operation, ensuring that authenticated users can only access their own payment requests, while anonymous users can access guest order payment requests. For the 'PUT' endpoint, decorate the state provider to enforce ownership checks. The 'POST' creation endpoint should be guarded with a command-bus middleware that verifies order ownership before the request is processed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 8, 2026CISA-ADP
Assessed Sep 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Sylius/Sylius/security/advisories/GHSA-mr9r-h354-966r | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Sylius | >= 2.0.0, < 2.0.18 (semver) >= 2.1.0, < 2.1.15 (semver) >= 2.2.0, < 2.2.6 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 9, 2026 | CVE Modified | CISA-ADP |
| Sep 8, 2026 | New CVE Received | [email protected] |
Volerion