Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Unauthenticated, network-reachable endpoint with a missing authorization check (PR:N, AV:N, AC:L) enabling unauthorized data modification (I:H) with no confidentiality or availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Motors <= 1.4.109 versions.
AnalysisAI
Unauthorized data modification in the Motors car dealership and classified listings plugin for WordPress (versions <= 1.4.109) lets remote unauthenticated attackers invoke privileged actions they should not reach, due to a missing authorization check (CWE-862). The CVSS 3.1 vector (AV:N/PR:N/UI:N) confirms no authentication and no user interaction are required, with a high integrity impact but no confidentiality or availability impact. There is no public exploit identified at time of analysis, and the CVE is not listed in CISA KEV.
Technical ContextAI
Motors is a commercial WordPress plugin from StyleMix Themes used to build car dealership and classified vehicle listing sites, identified by CPE cpe:2.3:a:stylemixthemes:motors. The root cause is CWE-862 (Missing Authorization): one or more plugin handlers execute privileged operations without verifying that the requester holds the required capability or role. WordPress plugins typically gate actions behind current_user_can() and nonce checks on admin-ajax.php or REST routes; when such a gate is omitted, the handler becomes reachable by any unauthenticated visitor, which aligns with the 'Authentication Bypass / Broken Access Control' tags supplied by Patchstack.
RemediationAI
Upgrade the Motors plugin to the first release newer than 1.4.109 that contains the fix, as published on the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/motors-car-dealership-classified-listings/vulnerability/wordpress-motors-plugin-1-4-109-broken-access-control-vulnerability); an exact patched version number is not provided in the input and should be confirmed against the StyleMix Themes changelog before deployment. If immediate patching is not possible, place the affected plugin endpoints behind a WordPress-aware WAF or Patchstack virtual patch, and restrict access to the plugin's admin-ajax.php and REST routes used for listing management to authorized roles via server rules - noting that overly broad blocking of admin-ajax.php can break legitimate front-end functions such as listing submission or search. As a last resort, disabling the Motors plugin removes the exposure entirely at the cost of taking dealership/listing features offline.
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-39366
GHSA-pgwq-7q76-fm42