Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. sylius/mollie-plugin
  4. ›
  5. CVE-2026-68500

CVE-2026-68500: Sylius Mollie Plugin vulnerable to payment status forgery via the payment webhook

July 31, 2026

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 →

Affected versions

All versions before 2.2.8, all versions starting from 3.0.0 before 3.2.4, all versions starting from 3.3.0 before 3.3.1

Fixed versions

  • 2.2.8
  • 3.2.4
  • 3.3.1

Solution

Upgrade to versions 2.2.8, 3.2.4, 3.3.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

packagist/sylius/mollie-plugin/CVE-2026-68500.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:18:28 +0000.