Description
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.
Published: 2026-05-12
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated WordPress user with Subscriber level or higher to modify the private field stm_payment_status for their own profile. By setting this field to "completed", the user bypasses PayPal payment verification and immediately gains access to paid Dealer membership features. The flaw arises because the stm_save_user_extra_fields() function accepts POST data for sensitive user meta without ensuring the editing user has the proper capability to modify that specific field.

Affected Systems

The issue affects the Motors – Car Dealership & Classified Listings plugin for WordPress versions up to and including 1.4.103. No other versions are documented as vulnerable.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity. EPSS is not available and the vulnerability is not listed in CISA KEV. The attack is limited to authenticated users who can edit their own profile; an attacker can trigger the bypass simply by crafting a POST request to the plugin’s user profile page and setting stm_payment_status to "completed". No additional exploitation prerequisites are noted in the advisory.

Generated by OpenCVE AI on May 12, 2026 at 10:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Motors plugin to version 1.4.104 or later when it is released.
  • Restrict the ability for Subscriber-level users to edit their own stm_payment_status by reviewing role capabilities in WordPress.
  • Validate and sanitize all POST data in plugins that update user meta, ensuring changes are authorized for the specific field being updated.

Generated by OpenCVE AI on May 12, 2026 at 10:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 12 May 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 12 May 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Motors – Car Dealership & Classified Listings Plugin <= 1.4.103 - Missing Authorization to Authenticated (Subscriber+) Payment Bypass via 'stm_payment_status' Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-05-12T12:35:48.016Z

Reserved: 2026-02-04T21:13:22.706Z

Link: CVE-2026-1934

cve-icon Vulnrichment

Updated: 2026-05-12T12:35:43.259Z

cve-icon NVD

Status : Deferred

Published: 2026-05-12T10:16:43.770

Modified: 2026-05-12T14:03:52.757

Link: CVE-2026-1934

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-12T10:30:13Z

Weaknesses