CVE-2026-48016

Summary

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the Store API endpoint /store-api/handle-payment in src/Core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php accepts a user-controlled orderId and forwards it to src/Core/Checkout/Payment/PaymentProcessor.php without verifying order ownership or guest-order authentication, allowing a normal customer or guest context to trigger the payment flow for another user's order while /store-api/order enforces the expected ownership model. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.

Affected Software

VendorProductVersion RangeStatus
shopwareshopware< 6.6.10.18affected
shopwareshopware>= 6.7.0.0, < 6.7.10.1affected
shopwareplatform< 6.6.10.18affected
shopwareplatform>= 6.7.0.0, < 6.7.10.1affected

Weaknesses

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

References