Skip to main content

WooCommerce Subscriptions EUVDEUVD-2026-57100

| CVE-2026-18391 CRITICAL
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-08-12 WPScan GHSA-5736-34m2-3cxc
9.8
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Unauthenticated remote object injection to RCE gives AV:N/AC:L/PR:N/UI:N with full C/I/A impact; HPOS is a deployment precondition, not an access barrier, so PR stays N.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 12, 2026 - 20:36 vuln.today
CVSS changed
Aug 12, 2026 - 20:22 NVD
9.8 (CRITICAL)
Patch available
Aug 12, 2026 - 07:16 EUVD
CVE Published
Aug 12, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 12, 2026 - 06:00 cve.org
CRITICAL 9.8

DescriptionCVE.org

The WooCommerce Subscriptions WordPress plugin before 9.1.0 does not validate user input before unserializing it on stores with High-Performance Order Storage enabled, leading to a PHP Object Injection issue which unauthenticated users can escalate to Remote Code Execution via a gadget chain present in the bundled dependencies.

AnalysisAI

PHP Object Injection escalating to unauthenticated remote code execution affects the WooCommerce Subscriptions WordPress plugin from version 4.7.0 up to (but not including) 9.1.0, but only on stores running WooCommerce's High-Performance Order Storage (HPOS). The plugin unserializes attacker-controlled input without validation, and a gadget chain in bundled dependencies turns that into arbitrary code execution. Publicly available exploit code exists and a vendor patch (9.1.0) is available, but this is not listed in CISA KEV; the EPSS score of 28% is elevated, indicating meaningful exploitation probability.

Technical ContextAI

WooCommerce Subscriptions is a commercial WordPress/WooCommerce extension that manages recurring billing and subscription orders. The flaw stems from passing untrusted input to PHP's unserialize() - the classic PHP Object Injection (POI) pattern (properly CWE-502, though the record is tagged CWE-434 Unrestricted File Upload, a likely mislabel given the described mechanism). When HPOS is enabled, order data is stored in dedicated custom tables rather than the legacy wp_posts/postmeta structure, and the affected deserialization path is reachable in that mode. Because unserialize() reconstructs arbitrary PHP objects, an attacker who controls the serialized blob can instantiate objects whose magic methods (__wakeup/__destruct) form a 'gadget chain' - here present in the plugin's bundled dependencies - leading to code execution. The CPE cpe:2.3:a:unknown:woocommerce_subscriptions:*:*:*:*:*:*:*:* confirms the affected component but does not bound the version range.

RemediationAI

Vendor-released patch: upgrade WooCommerce Subscriptions to 9.1.0 or later, which validates input before deserialization; this is the primary and recommended fix. If immediate patching is not possible, a targeted compensating control is to disable High-Performance Order Storage (revert to legacy post-based order storage under WooCommerce > Settings > Advanced > Features), which removes the vulnerable code path - with the trade-off of losing HPOS performance and scalability benefits and requiring a data sync back to legacy tables. As additional interim controls, place the store behind a WAF with rules blocking PHP-serialized object payloads (strings containing patterns like O:<n>: in request bodies) and restrict/monitor the order-handling endpoints, accepting possible false positives on legitimate serialized data. Consult the WPScan advisory (https://wpscan.com/vulnerability/191f76cf-e5bd-4a37-ac1c-9187cea2aa27/) for exact affected paths before deploying request-filtering rules.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

EUVD-2026-57100 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy