CVE-2026-32270
Received
Received - Intake
Information Disclosure in Craft Commerce PaymentsController Allows Data Leak
Publication date: 2026-04-13
Last updated on: 2026-04-13
Assigner: GitHub, Inc.
Description
Description
Craft Commerce is an ecommerce platform for Craft CMS. In versions 4.0.0 through 4.10.2 and 5.0.0 through 5.5.4, the PaymentsController::actionPay discloses some order data to unauthenticated users when an order number is provided and the email check fails during an anonymous payment. The JSON error response includes the serialized order object (order), which contains some sensitive fields such as customer email, shipping address, and billing address. The frontend payment flow's actionPay() retrieves orders by number before authorization is fully enforcedLoad order by number. This issue has been fixed in versions 4.11.0 and 5.6.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| craftcms | craft_commerce | From 4.0.0 (inc) to 4.10.2 (inc) |
| craftcms | craft_commerce | From 5.0.0 (inc) to 5.5.4 (inc) |
| craftcms | craft_commerce | 4.11.0 |
| craftcms | craft_commerce | 5.6.0 |
| craftcms | commerce | From 4.0.0 (inc) to 4.10.2 (inc) |
| craftcms | commerce | From 5.0.0 (inc) to 5.5.4 (inc) |
| craftcms | commerce | 4.11.0 |
| craftcms | commerce | 5.6.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |