Missing Authorization in phpMyFAQ - CVE-2026-56396
Published: July 14, 2026
phpMyFAQ
Detailed vulnerability description
The vulnerability allows a remote user to escalate privileges.
The vulnerability exists due to improper access control in editUser() and updateUserRights() in the UserController when handling user-supplied userId values for administrative user-management requests. A remote user can send a specially crafted request to escalate privileges.
Exploitation requires an authenticated administrative session with the delegable edit_user permission, and the affected endpoints accept CSRF-protected requests that the user is authorized to make.