Description
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.
Published: 2026-07-30
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Sylius Mollie Plugin allows a user without authentication to request a sequential order ID through its thank‑you and QR code endpoints. The plugin then returns an order token that can be used with another public endpoint to expose the customer’s first name, last name, and email. The weakness is an IDOR that reveals sensitive personal data without any ownership or session checks. This data leakage is limited to PII and token values, and does not enable arbitrary command execution or system compromise.

Affected Systems

The vulnerability affects the Sylius Mollie Plugin. Any installation using a version older than v2.2.8, v3.2.4, or v3.3.1 is susceptible. The plugin is part of Sylius applications that integrate Mollie payment processing.

Risk and Exploitability

The CVSS base score of 6.5 indicates moderate severity, while the EPSS score is less than 1%, indicating a low probability of exploitation. The issue is not listed in CISA KEV. An attacker can exploit the flaw simply by sending HTTP GET requests to the public endpoints; no authentication or privileged access is required. A standard web crawler or malicious user can enumerate sequential order IDs to harvest PII, raising privacy compliance risks, but not system compromise.

Generated by OpenCVE AI on August 2, 2026 at 04:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Sylius Mollie Plugin to v2.2.8, v3.2.4, or v3.3.1, or newer releases that contain the IDOR fix.
  • If an upgrade cannot be performed immediately, restrict public access to the thank‑you and QR‑code endpoints by requiring authentication or blocking these routes for unauthenticated users.
  • Configure monitoring of access logs to detect repeated sequential order ID requests and review logs for evidence of PII disclosure.

Generated by OpenCVE AI on August 2, 2026 at 04:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x83g-979r-f5fh Sylius Mollie Plugin has unauthenticated IDOR that leaks order token and customer PII
History

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Sylius
Sylius mollieplugin
Vendors & Products Sylius
Sylius mollieplugin

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Sylius Mollie Plugin: Unauthenticated IDOR leaks order token and customer PII
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L'}


Subscriptions

Sylius Mollieplugin
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-31T15:59:04.182Z

Reserved: 2026-07-30T16:19:08.081Z

Link: CVE-2026-68501

cve-icon Vulnrichment

Updated: 2026-07-31T15:53:29.591Z

cve-icon NVD

Status : Received

Published: 2026-07-30T21:18:13.180

Modified: 2026-07-31T16:17:12.053

Link: CVE-2026-68501

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:34:38Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key