CVE-2026-68501 PUBLISHED

Sylius Mollie Plugin: Unauthenticated IDOR leaks order token and customer PII

Assigner: GitHub_M
Reserved: 30.07.2026 Published: 30.07.2026 Updated: 30.07.2026

Sylius Mollie Plugin provides Mollie payment integration for Sylius applications. Prior to 2.2.8, 3.2.4, and 3.3.1, Sylius Mollie Plugin's GET /{_locale}/thank-you PageRedirectController::thankYouAction and GET /{_locale}/get-code QrCodeAction::fetchQrCodeFromOrder endpoints look up sequential orderId values without ownership or session checks, exposing order tokenValue values that can be used with GET /{_locale}/register-after-checkout/{tokenValue} to view customer first name, last name, and email. This issue is fixed in 2.2.8, 3.2.4, and 3.3.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
CVSS Score: 6.5

Product Status

Vendor Sylius
Product MolliePlugin
Versions
  • Version < 2.2.8 is affected
  • Version >= 3.0.0, < 3.2.4 is affected
  • Version >= 3.3.0, < 3.3.1 is affected

References

Problem Types

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