Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Motors - Car Dealership & Classified Listings plugin for WordPress is vulnerable to Payment Bypass via insecure user meta update in all versions up to, and including, 1.4.103 This is due to the stm_save_user_extra_fields() function updating sensitive user meta fields from POST data without verifying that the current user should have permission to modify those fields. The function hooks into the 'personal_options_update' action and only checks current_user_can('edit_user', $user_id), which passes for any user editing their own profile. This makes it possible for authenticated attackers, with Subscriber-level access and above, to set their stm_payment_status to 'completed', bypassing the PayPal payment verification and gaining access to paid Dealer membership features without completing any transaction.
AnalysisAI
Authenticated users with Subscriber-level access can bypass PayPal payment verification in the Motors - Car Dealership & Classified Listings WordPress plugin (versions up to 1.4.103) by directly modifying their stm_payment_status user meta field to 'completed', gaining access to paid Dealer membership features without completing any transaction. The vulnerability exists in the stm_save_user_extra_fields() function, which fails to validate permission for sensitive meta field modifications during profile updates. While CVSS 4.3 reflects low severity, the integrity impact is direct-payment systems are completely circumvented for any authenticated user.
Technical ContextAI
The Motors plugin hooks into WordPress's 'personal_options_update' action to handle user profile updates via the stm_save_user_extra_fields() function. This function accepts POST data containing user meta fields and updates them using update_user_meta() with only a basic current_user_can('edit_user', $user_id) check. In WordPress, this capability passes for any user editing their own profile, including Subscriber-level accounts. The function does not implement field-level authorization-it blindly trusts that POST data for sensitive fields like stm_payment_status should only come from administrative sources. The vulnerability is rooted in CWE-862 (Missing Authorization), where the authorization check exists at the function level but lacks granular control over which user meta fields authenticated users may modify. The CPE cpe:2.3:a:stylemix:motors_-_car_dealership_&_classified_listings_plugin:*:*:*:*:*:*:*:* identifies the vulnerable plugin across all versions through 1.4.103.
RemediationAI
Update the Motors plugin to version 1.4.104 or later immediately. The fix is confirmed in WordPress plugin repository changeset 3468174 (https://plugins.trac.wordpress.org/changeset/3468174/motors-car-dealership-classified-listings/trunk/includes/user-extra.php), which implements field-level authorization checks to prevent authenticated users from modifying sensitive meta fields like stm_payment_status. Administrators should verify that the update is applied via WordPress Admin Dashboard > Plugins > Installed Plugins, and confirm the version number is 1.4.104+. For sites unable to update immediately, a compensating control is to restrict user registration to administrators only or to prevent Subscriber-level users from accessing the user profile page where the POST request is generated; however, this may limit legitimate site functionality. Another temporary mitigation is to disable the personal profile edit capability for non-administrator roles using a WordPress role/capability plugin, but this should only be a bridge until patching is completed, as it may break user workflows.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29422
GHSA-3fxq-3j9r-3r3q