SCA: security update for craftcms/commerce (GHSA-875v-7m49-8x88)

high Tenable Self-Hosted Container Security Plugin ID 440321

Description

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

- Craft Commerce is an ecommerce platform for Craft CMS. In versions 4.0.0 through 4.10.2 and 5.0.0 through
5.5.4, there is an SQL injection vulnerability in the Commerce TotalRevenue widget which allows any
authenticated control panel user to achieve remote code execution through a four-step exploitation chain.
The attack exploits unsanitized widget settings interpolated into SQL expressions, combined with PDO's
default multi-statement query support, to inject a maliciously serialized PHP object into the queue table.
When the queue consumer processes the injected job, the unrestricted unserialize() call in yii2-queue
instantiates a GuzzleHttp FileCookieJar gadget chain whose __destruct() method writes a PHP webshell to
the server's webroot. The complete chain requires only three HTTP requests, no administrative privileges,
and results in arbitrary command execution as the PHP process user, with queue processing triggered via an
unauthenticated endpoint. This issue has been fixed in versions 4.10.3 and 5.5.5. (CVE-2026-32271)

Solution

Update the craftcms/commerce library and its related packages to version 4.10.3 or later.

See Also

https://github.com/advisories/GHSA-875v-7m49-8x88

Plugin Details

Severity: High

ID: 440321

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 4/14/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2026-32271

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: High

Base Score: 7.7

Threat Score: 5.2

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/14/2026

Vulnerability Publication Date: 4/13/2026

Reference Information

CVE: CVE-2026-32271

cwe: CWE-89