CVE-2026-48016
Deferred Deferred - Pending Action

Payment Flow Manipulation in Shopware

Vulnerability report for CVE-2026-48016, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-17

Last updated on: 2026-07-17

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-17
Last Modified
2026-07-17
Generated
2026-07-18
AI Q&A
2026-07-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
shopware shopware to 6.7.10.1 (exc)
shopware shopware From 6.7.0.0 (inc) to 6.7.10.1 (exc)
shopware shopware 6.6.10.18
shopware shopware 6.7.10.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-48016 is a vulnerability in Shopware, an e-commerce platform, where the /store-api/handle-payment endpoint allows unauthorized users to trigger payments for orders they do not own. The issue occurs because the endpoint accepts a user-controlled orderId without verifying if the order belongs to the logged-in user or if the user is authenticated. This bypasses the expected ownership model enforced by other order-related routes.

Detection Guidance

To detect this vulnerability, monitor Shopware API logs for unauthorized access attempts to the /store-api/handle-payment endpoint. Check for requests with orderId parameters that do not belong to the authenticated user. Use commands like grep to search logs for suspicious orderId manipulations or repeated payment attempts on foreign orders.

Impact Analysis

This vulnerability allows a normal customer or guest to initiate payments for another user's order by manipulating the orderId parameter. This could lead to unauthorized payment attempts, disruption of order processing, and potential integrity issues in payment workflows. Attackers might exploit this to cause confusion or financial harm.

Compliance Impact

This vulnerability could potentially violate compliance requirements under GDPR and HIPAA by enabling unauthorized access to payment processing for orders belonging to other users. Unauthorized payment triggering may expose sensitive personal and financial data, leading to breaches of confidentiality and integrity principles required by these regulations.

Mitigation Strategies

Immediately update Shopware to versions 6.6.10.18 or 6.7.10.1 or later. If immediate update is not possible, restrict access to the /store-api/handle-payment endpoint via firewall rules or API gateways. Review and block any unauthorized payment attempts in logs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48016. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart