Use of Single-factor Authentication in phpMyFAQ - CVE-2026-85590
Published: August 21, 2026 / Updated: September 14, 2026
Vulnerability details
The vulnerability allows a remote user to disable two-factor authentication for the current account.
The vulnerability exists due to use of single-factor authentication in the user API endpoints when handling requests to disable two-factor authentication or update the twofactor_enabled setting. A remote user can send a specially crafted request with a valid session cookie and CSRF token to disable two-factor authentication for the current account.
This affects both the POST /api/user/remove-twofactor endpoint and the inline toggle via PUT /api/user/data/update.