Skip to main content

Colissimo WooCommerce Plugin CVE-2026-9240

| EUVDEUVD-2026-42558 MEDIUM
Missing Authorization (CWE-862)
2026-07-09 Wordfence GHSA-5f86-c5fx-8mw6
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
4.3 MEDIUM

Network-accessible AJAX endpoint (AV:N), no special conditions (AC:L), subscriber authentication required (PR:L), integrity-only impact on order metadata (I:L), no confidentiality or availability breach.

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

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

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

Lifecycle Timeline

2
Analysis Generated
Jul 09, 2026 - 11:20 vuln.today
CVE Published
Jul 09, 2026 - 09:31 cve.org
MEDIUM 4.3

DescriptionCVE.org

The Colissimo Officiel : Méthodes de livraison pour WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the updateShippingMethod() function (registered to the wp_ajax_lpc_order_affect AJAX action) in versions up to, and including, 2.9.0. This is due to the handler performing no current_user_can() capability check and no nonce verification before reading an attacker-supplied order_id and modifying that order's shipping method, pickup-point meta, and shipping address. This makes it possible for authenticated attackers, with Subscriber-level access and above, to create or modify the shipment information (shipping method, pickup relay data, and shipping address) of arbitrary WooCommerce orders, including orders placed by other users.

AnalysisAI

Unauthorized order modification in the Colissimo Officiel shipping plugin for WordPress (versions up to and including 2.9.0) allows any authenticated subscriber-level user to overwrite the shipping method, pickup-relay metadata, and shipping address of arbitrary WooCommerce orders - including orders belonging to other customers. The vulnerability stems from a completely unguarded AJAX handler: no capability check and no nonce verification are performed before acting on caller-supplied input. No public exploit code has been identified at time of analysis, and the issue is not listed in the CISA KEV catalog, though Wordfence has confirmed and disclosed it with specific source-line references.

Technical ContextAI

WordPress registers AJAX actions via the wp_ajax_{action} hook, which is accessible to any logged-in user unless the handler explicitly calls current_user_can() to verify the caller's role. The affected handler, updateShippingMethod() (registered to wp_ajax_lpc_order_affect, sourced in lpc_admin_order_affect.php at lines 52, 84, and 85 per the trac browser references), accepts an attacker-controlled order_id POST parameter and uses it to write WooCommerce order meta - shipping method, pickup point/relay data, and shipping address - without validating whether the requester owns or has administrative rights over that order. CWE-862 (Missing Authorization) precisely describes this class: the code path exists and is reachable, but the authorization gate that should gate it was never implemented. The affected CPE is cpe:2.3:a:iscpcolissimo:colissimo_shipping_methods_for_woocommerce:*:*:*:*:*:*:*:* covering all versions through 2.9.0.

RemediationAI

The upstream fix is available as changeset 3553367 in the WordPress plugin SVN repository (https://plugins.trac.wordpress.org/changeset?reponame=&old=3553367%40colissimo-shipping-methods-for-woocommerce&new=3553367%40colissimo-shipping-methods-for-woocommerce); however, a tagged patched release version has not been independently confirmed from the available input data - site operators should check the WordPress plugin directory for a version newer than 2.9.0 and update immediately upon availability. As a compensating control prior to patching, site administrators can disable the wp_ajax_lpc_order_affect AJAX action by adding a mu-plugin that removes the action hook (remove_action('wp_ajax_lpc_order_affect', ...)), though this will break the legitimate admin-side order affectation UI for shipping staff. Alternatively, restricting WordPress registration so that no untrusted subscriber accounts exist eliminates the attack surface entirely, at the cost of requiring manual account creation for all customers.

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

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-9240 vulnerability details – vuln.today

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