Incorrect authorization in phpMyFAQ - #VU130124
Published: May 5, 2026
phpMyFAQ
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to incorrect authorization in AbstractAdministrationController::userHasPermission() when handling requests for permission-protected admin pages. A remote user can request a protected admin page URL to disclose sensitive information.
The issue affects admin controllers that continue execution after sending a forbidden page, causing the HTTP response to include protected admin content.