cbcvebase.
CVE-2025-2907
published 2025-04-26

CVE-2025-2907: The Order Delivery Date WordPress plugin before 12.3.1 does not have authorization and CSRF checks when importing settings. Furthermore it also lacks proper…

PriorityP179critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
1.29%
66.6th percentile
The Order Delivery Date WordPress plugin before 12.3.1 does not have authorization and CSRF checks when importing settings. Furthermore it also lacks proper checks to only update options relevant to the Order Delivery Date WordPress plugin before 12.3.1. This leads to attackers being able to modify the default_user_role to administrator and users_can_register, allowing them to register as an administrator of the site for complete site takeover.

Affected

1 ranges
VendorProductVersion rangeFixed in
tychesoftwaresorder_delivery_date_pro_for_woocommerce< 12.3.112.3.1

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-ajax.php
commandaction=orddd_import
commandis_drag_drop_request_ajax=yes
filenameexp.json
othera:2:{s:18:"users_can_register";b:1;s:12:"default_role";s:13:"administrator";}
otherorddd_import_success
  • Exploit targets the unauthenticated AJAX action 'orddd_import' via POST to /wp-admin/admin-ajax.php with multipart form-data including 'is_drag_drop_request_ajax=yes' and a serialized PHP payload file named 'exp.json' to set users_can_register and default_role to administrator.
  • Successful exploitation response contains the string 'orddd_import_success' in the body with Content-Type application/json.
  • After exploitation, /wp-login.php will contain 'wp-login-register' indicating user registration has been enabled.
  • FOFA fingerprint for identifying vulnerable hosts: search for body containing 'wp-content/plugins/order-delivery-date-for-woocommerce'.
  • The attack payload is a PHP serialized array setting 'users_can_register' to true (b:1) and 'default_role' to 'administrator', uploaded as a JSON file via the import endpoint.
  • The multipart boundary '----WebKitFormBoundaryYq6CV9CqPQBC7dSy' is used consistently in the exploit requests and can be used as a network signature.
  • ·The exploit sends a cleanup request (step 3) that resets users_can_register to b:0 after confirming registration is enabled, meaning the window for registration may be brief during automated exploitation.
  • ·The vulnerability requires no authentication (PR:N) and no user interaction (UI:N), making it exploitable by any unauthenticated remote attacker against sites running Order Delivery Date for WooCommerce before version 12.3.1.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.