---
id: CVE-2026-48010
title: Shopware is an open commerce platform
summary: >-
  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…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-269
published: '2026-07-17'
updated: '2026-07-18'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48010'
references:
  - url: >-
      https://github.com/shopware/shopware/commit/7f1cef324ca4edfa6369264cc1c41287d032624d
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopware/shopware/commit/d8d9a34a9255abf69c2798015a17cd6a80b08c25
    label: security-advisories@github.com
  - url: 'https://github.com/shopware/shopware/releases/tag/v6.6.10.18'
    label: security-advisories@github.com
  - url: 'https://github.com/shopware/shopware/releases/tag/v6.7.10.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopware/shopware/security/advisories/GHSA-v39m-97p8-gqg7
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00472
epssPercentile: 0.39997
ingestedAt: '2026-07-18T21:25:07.863Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
