Skip to main content

Motors Plugin CVE-2026-7859

| EUVDEUVD-2026-38214 MEDIUM
Missing Authorization (CWE-862)
2026-06-22 WPScan GHSA-6xrf-25hf-gfpv
5.3
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

Unauthenticated network access (PR:N, AV:N, AC:L) with no scope change; impact confined to integrity via metadata writes, no confidentiality or availability effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

4
Analysis Generated
Jul 22, 2026 - 21:13 vuln.today
Patch available
Jun 22, 2026 - 07:46 EUVD
CVE Published
Jun 22, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 22, 2026 - 06:00 cve.org
MEDIUM 5.3

DescriptionCVE.org

The Motors WordPress plugin before 1.4.110 does not have proper authorisation and CSRF checks on one of its AJAX actions, allowing unauthenticated attackers to modify arbitrary post metadata, such as the gallery, featured image and, on WooCommerce sites, product prices.

AnalysisAI

Unauthenticated post metadata tampering in the Motors WordPress plugin (all versions before 1.4.110) allows any remote attacker to overwrite arbitrary post metadata - including gallery images, featured images, and, critically, WooCommerce product prices - without any credentials or CSRF token. The missing authorization and CSRF checks on an AJAX action (CWE-862) are confirmed by WPScan, who also published a proof-of-concept. The SSVC assessment flags this as automatable, meaning mass exploitation via scripted scanning is realistic, though EPSS sits at only 0.12% (2nd percentile), indicating exploitation has not yet become widespread.

Technical ContextAI

The Motors WordPress plugin (CPE: cpe:2.3:a:unknown:motors) is an automotive dealership and vehicle listing plugin that integrates with WooCommerce. The vulnerability stems from CWE-862 (Missing Authorization): the plugin registers a WordPress AJAX action accessible to unauthenticated users (typically via wp-admin/admin-ajax.php with a nopriv hook) without verifying either the requester's capability level or a CSRF nonce. WordPress post metadata is a generic key-value store; without an authorization gate, an attacker can supply arbitrary meta keys and values for any post ID. On WooCommerce-enabled sites, post metadata directly controls product pricing fields such as _price and _regular_price, converting this from a nuisance defacement vector into a potential financial fraud vector. The CPE vendor field is listed as 'unknown' in NVD, indicating attribution is still pending in that database.

RemediationAI

Update the Motors WordPress plugin to version 1.4.110 or later, which introduces proper authorization checks and CSRF nonce validation on the affected AJAX endpoint; this is the only fully effective fix. The patch is vendor-released and available via the WordPress plugin repository or the WPScan advisory at https://wpscan.com/vulnerability/3c11e490-92d8-46e1-a0ae-7c4c703ac411/. If immediate patching is not possible, a compensating control is to configure a WAF rule blocking POST requests to wp-admin/admin-ajax.php that include the specific vulnerable action parameter - this requires identifying the action name from plugin source code and introduces risk of blocking legitimate plugin functionality. WooCommerce site operators should treat this as urgent: consider temporarily disabling the Motors plugin entirely until the patch is applied, accepting the trade-off of losing plugin functionality, to prevent product price tampering that could result in fraudulent orders.

Share

CVE-2026-7859 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy