CyberRota Analysis
AI-GeneratedThe UserController in Shopware prior to versions 6.6.10.18 and 6.7.10.1 is vulnerable to unauthorized privilege escalation, allowing non-admin API users with user:create or user:update permissions to set the admin flag for any user. This oversight could lead to unauthorized access and control over the platform, potentially compromising sensitive data and operations. Organizations using affected versions should prioritize upgrading to the patched releases 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.
Original NVD Description
Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, UserController::upsertUser() in src/Core/Framework/Api/Controller/UserController.php writes raw user data in SYSTEM_SCOPE without filtering the admin field, so a non-admin API user with user:create or user:update ACL permission can set admin: true on new or existing users; IntegrationController::upsertIntegration() contains an isAdmin() check for the same field, but UserController was missing this check. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.