CVE-2026-9240
Deferred Deferred - Pending Action

Unauthorized Shipping Method Modification in Colissimo Officiel WooCommerce Plugin

Vulnerability report for CVE-2026-9240, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: Wordfence

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-11
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
wordfence colissimo_officiel to 2.9.0 (inc)
woocommerce colissimo_officiel to 2.9.0 (inc)
colissimo_officiel woocommerce_plugin to 2.9.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability exists in the Colissimo Officiel : MΓ©thodes de livraison pour WooCommerce plugin for WordPress, specifically in versions up to and including 2.9.0. It is caused by a missing capability check in the updateShippingMethod() function, which is triggered by the wp_ajax_lpc_order_affect AJAX action.

Because the function does not verify the user's capabilities or perform nonce verification, an authenticated attacker with Subscriber-level access or higher can supply an order ID and modify the shipping method, pickup-point metadata, and shipping address of arbitrary WooCommerce orders, including those placed by other users.

Impact Analysis

This vulnerability allows attackers with low-level authenticated access to modify shipment information on WooCommerce orders that they do not own. This can lead to unauthorized changes in shipping methods, pickup locations, and shipping addresses.

Such unauthorized modifications could result in orders being redirected, lost, or intercepted, potentially causing financial loss, customer dissatisfaction, and operational disruptions.

Detection Guidance

This vulnerability involves unauthorized modification of WooCommerce order shipment data via the wp_ajax_lpc_order_affect AJAX action without proper capability or nonce checks.

To detect exploitation attempts on your system or network, you can monitor HTTP requests targeting the wp-admin/admin-ajax.php endpoint with the action parameter set to lpc_order_affect.

Example commands to detect suspicious activity include:

  • Using grep on web server logs to find requests: grep 'action=lpc_order_affect' /var/log/apache2/access.log
  • Using tcpdump or Wireshark to capture HTTP POST requests containing 'action=lpc_order_affect'.
  • Checking for unexpected changes in WooCommerce order shipping data in the database, especially from users with Subscriber-level access.
Mitigation Strategies

Immediate mitigation steps include:

  • Update the Colissimo Officiel WooCommerce plugin to a version later than 2.9.0 where this vulnerability is fixed.
  • If an update is not immediately possible, restrict access to the wp-admin/admin-ajax.php endpoint or specifically block requests with the action=lpc_order_affect parameter from users without proper privileges.
  • Implement additional web application firewall (WAF) rules to detect and block unauthorized AJAX requests attempting to modify order shipment data.
  • Review user roles and permissions to ensure that Subscriber-level users do not have unnecessary access.
Compliance Impact

The vulnerability allows authenticated attackers with Subscriber-level access and above to modify shipment information of arbitrary WooCommerce orders, including those placed by other users.

This unauthorized modification of order data could potentially lead to violations of data integrity and confidentiality requirements found in standards like GDPR and HIPAA, as personal shipping information can be altered without proper authorization.

However, the provided information does not explicitly describe the direct impact on compliance with these regulations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9240. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart