CVE-2026-68500: Sylius Mollie Plugin vulnerable to payment status forgery via the payment webhook
The shop payment webhook POST /{_locale}/update-payment (route
sylius_mollie_shop_payment_webhook) accepts two independent, attacker-controlled
parameters: id (the Mollie payment ID, verified against Mollie’s API) and orderId (the
Sylius order ID, read directly from the database). The handler never verifies that the
Mollie payment belongs to the referenced order.
An unauthenticated attacker who holds any valid paid Mollie payment ID, for example
from a EUR 1 order they placed themselves, can submit it together with any victim
orderId. The victim’s order payment is then transitioned to completed (or any other
Mollie-derived state) without any funds being transferred for that order. Sylius order IDs
are sequential integers, and the endpoint requires no authentication, CSRF token or rate
limiting, so the attack scales trivially across all pending orders.
References
- github.com/Sylius/MolliePlugin/commit/01316b3ad3cf82e3c5ad160115d0a2cf89174e49
- github.com/Sylius/MolliePlugin/commit/153c754486b1bc597b67a90ac07ef71cd7958267
- github.com/Sylius/MolliePlugin/commit/d1f7753e92106e8bf3bedcfc61b02ea7b8e1c38a
- github.com/Sylius/MolliePlugin/pull/351
- github.com/Sylius/MolliePlugin/pull/352
- github.com/Sylius/MolliePlugin/pull/354
- github.com/Sylius/MolliePlugin/releases/tag/v2.2.8
- github.com/Sylius/MolliePlugin/releases/tag/v3.2.4
- github.com/Sylius/MolliePlugin/releases/tag/v3.3.1
- github.com/Sylius/MolliePlugin/security/advisories/GHSA-rc52-c4hv-w89p
- github.com/advisories/GHSA-rc52-c4hv-w89p
- nvd.nist.gov/vuln/detail/CVE-2026-68500
Code Behaviors & Features
Detect and mitigate CVE-2026-68500 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →