SCA: security update for shopware/core, shopware/platform (GHSA-8v9p-g828-v98f)

medium Tenable Cloud Security Plugin ID 442659

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, a low-privilege admin user with
user_recovery:read ACL can take over any admin account by triggering POST /api/_action/user/user-recovery,
reading the password recovery hash through POST /api/search/user-recovery, and using PATCH
/api/_action/user/user-recovery/password; the root cause is that
src/Core/System/User/Recovery/UserRecoveryDefinition.php exposes the hash field through the Admin API
without ApiAware(false) or ReadProtection. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.
(CVE-2026-48009)

Solution

Update the shopware/core library and its related packages to version 6.6.10.18 or later.

See Also

https://github.com/advisories/GHSA-8v9p-g828-v98f

Plugin Details

Severity: Medium

ID: 442659

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/5/2026

Updated: 7/20/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.62

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.6

Temporal Score: 4.9

Vector: CVSS2#AV:N/AC:H/Au:S/C:C/I:C/A:N

CVSS Score Source: CVE-2026-48009

CVSS v3

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/4/2026

Vulnerability Publication Date: 6/4/2026

Reference Information

CVE: CVE-2026-48009

cwe: CWE-200