Weak Password Recovery Mechanism for Forgotten Password in phpMyFAQ - #VU131756
Published: May 18, 2026
phpMyFAQ
Detailed vulnerability description
The vulnerability allows a remote attacker to modify another user's password.
The vulnerability exists due to a weak password recovery mechanism in the UnauthorizedUserController password reset flow when processing unauthenticated password reset requests that only verify a username and email match. A remote attacker can send a password reset request for another user's account to modify another user's password.
The password is changed immediately before any out-of-band confirmation step occurs, which causes the victim's old password to stop working.