Missing Authorization in Shopware - #VU131954
Published: May 20, 2026
Shopware
Detailed vulnerability description
The vulnerability allows a remote user to escalate privileges.
The vulnerability exists due to missing authorization in the Sync API integration write path when handling crafted Sync API requests to create integrations. A remote privileged user can create an integration with the admin field set to true via POST /api/_action/sync to escalate privileges.
The dedicated integration endpoint applies an admin check, but the Sync API writes directly through the DAL EntityWriter, and the integration entity definition lacks write protection on the admin field.