CVE-2026-9240 MEDIUM

CVE-2026-9240: Colissimo Officiel : Méthodes de livraison pour WooCommerce <= 2.9.0 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Order Shipment Modification via lpc_order_affect AJAX action

Vendor Iscpcolissimo
Product Colissimo shipping methods for WooCommerce
Weakness CWE-862 · Missing authorization
Published July 9, 2026
Last update July 9, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

The Colissimo shipping methods plugin for WooCommerce versions 2.9.0 and earlier lack proper authorization checks on certain functions. A logged-in user with low privileges can modify shipping method settings or data without proper permission validation. This affects the integrity of shipping configurations but does not expose sensitive data or disrupt site availability.

What an attacker can do

03Attacker Capabilities

Modify shipping method settings or configuration data without proper authorization.

Potential impact on your site

04Site Impact

Shipping configurations may be altered by unauthorized users, potentially disrupting order fulfillment or customer experience.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the WooCommerce site.

Key dates

06Disclosure timeline

July 9, 2026 CVE published
July 9, 2026 Record updated

Related vulnerabilities

08Related CVE