CVE-2026-25758
Unknown
Unknown - Not Provided
IDOR in Spree Commerce Guest Checkout Exposes PII
Publication date: 2026-02-06
Last updated on: 2026-02-19
Assigner: GitHub, Inc.
Description
Description
Spree is an open source e-commerce solution built with Ruby on Rails. A critical IDOR vulnerability exists in Spree Commerce's guest checkout flow that allows any guest user to bind arbitrary guest addresses to their order by manipulating address ID parameters. This enables unauthorized access to other guests' personally identifiable information (PII) including names, addresses and phone numbers. The vulnerability bypasses existing ownership validation checks and affects all guest checkout transactions. This vulnerability is fixed in 4.10.3, 5.0.8, 5.1.10, 5.2.7, and 5.3.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spreecommerce | spree | From 5.1.0 (inc) to 5.1.10 (exc) |
| spreecommerce | spree | From 5.2.0 (inc) to 5.2.7 (exc) |
| spreecommerce | spree | From 5.3.0 (inc) to 5.3.2 (exc) |
| spreecommerce | spree | to 4.10.3 (exc) |
| spreecommerce | spree | From 5.0.0 (inc) to 5.0.8 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
| CWE-284 | The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. |