SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-48014

MEDIUM · CVSS 6.5 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The Shopware platform is vulnerable due to insufficient access control in its order state transition API endpoints, allowing low-privileged users to manipulate order states without proper authorization checks. This could lead to unauthorized changes in order processing, potentially impacting the integrity of transaction and delivery workflows. Organizations using affected versions should prioritize upgrading to versions 6.6.10.18 or 6.7.10.1 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48014
Severity
MEDIUM
CVSS
6.5
EPSS
0.23%

Original NVD Description

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the order state transition features /api/_action/order/{orderId}/state/{transition} and similar transaction and delivery transition routes in src/Core/Checkout/Order/Api/OrderActionController.php do not declare PlatformRequest::ATTRIBUTE_ACL or perform an explicit privilege check, so AclAnnotationValidator exits when route ACL metadata is absent and low-privileged users without order:update, order_transaction:update, or order_delivery:update can trigger StateMachineRegistry::transition() writes in SYSTEM_SCOPE. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.