Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
PR:L confirmed by subscriber-level requirement; I:L only as shipment option tampering has no confidentiality or availability impact; AV:N and AC:L as the AJAX endpoint is network-accessible with no special conditions.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The MyParcel plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.25.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to view and modify shipment options - including carrier, delivery type, package type, number of labels, weight, signature requirement, and insurance - on any arbitrary order.
AnalysisAI
Authorization bypass in the MyParcel (woocommerce-myparcel) WordPress plugin allows any authenticated subscriber-level user to view and modify shipment options - including carrier, delivery type, package type, label count, weight, signature requirement, and insurance - on arbitrary WooCommerce orders they do not own. All plugin versions up to and including 4.25.1 are affected, with the flaw rooted in missing capability checks on administrative AJAX handlers. No public exploit or active exploitation has been identified at time of analysis, though the low privilege bar (any registered WordPress user) expands the realistic attacker pool significantly for e-commerce stores.
Technical ContextAI
The vulnerability resides in the WooCommerce-integrated MyParcel plugin (CPE: cpe:2.3:a:richardperdaan:myparcel:*:*:*:*:*:*:*:*), developed by richardperdaan. The affected code is concentrated in class-wcmypa-admin.php, specifically at lines 118, 653, and 872 across both the 4.24.3 and 4.25.1 tagged releases - indicating the flaw spans at least two minor release cycles. CWE-862 (Missing Authorization) describes the root cause: WordPress admin AJAX or REST-style action handlers in the plugin execute privileged operations without verifying that the calling user holds an appropriate WordPress capability (e.g., manage_woocommerce or edit_shop_orders). WordPress's capability system is opt-in - plugins must explicitly call current_user_can() or equivalent; omitting this check silently grants all authenticated users access to the handler.
RemediationAI
An upstream code fix is available via the WordPress plugin SVN changeset 3585914 (https://plugins.trac.wordpress.org/changeset?reponame=&old=3585914%40woocommerce-myparcel&new=3585914%40woocommerce-myparcel); however, the specific released plugin version incorporating this fix is not independently confirmed from the available data - administrators should verify the current version in the WordPress plugin repository and upgrade beyond 4.25.1. As a compensating control while awaiting a confirmed patched release, store operators can restrict WordPress user registration to prevent unknown parties from obtaining subscriber accounts, thereby eliminating the unauthenticated-to-subscriber escalation path. Alternatively, a WAF rule blocking unauthorized access to the specific AJAX actions handled in class-wcmypa-admin.php (lines 118, 653, 872) can reduce exposure. These workarounds do not eliminate the flaw for stores with existing registered customers.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43119
GHSA-925v-q6j4-3pxp